@allurereport/web-awesome 3.0.1 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/multi/173.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/174.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/252.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/282.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/29.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/416.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/527.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/600.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/605.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/638.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/672.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/686.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/725.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/741.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/755.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/894.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/91.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/943.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/980.app-79c65c7bff941abcbc51.js +1 -0
- package/dist/multi/app-79c65c7bff941abcbc51.js +2 -0
- package/dist/multi/{app-bae2a0fe5738d77cd976.js.LICENSE.txt → app-79c65c7bff941abcbc51.js.LICENSE.txt} +7 -0
- package/dist/multi/manifest.json +21 -21
- package/dist/multi/styles-9e390bad7ce54a807a8e.css +49 -0
- package/dist/single/app-3ca67f29d0f1166c08ca.js +2 -0
- package/dist/single/{app-996d3b5869f8fc942b66.js.LICENSE.txt → app-3ca67f29d0f1166c08ca.js.LICENSE.txt} +7 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +7 -7
- package/src/assets/scss/vars.scss +3 -0
- package/src/components/BaseLayout/index.tsx +25 -21
- package/src/components/BaseLayout/styles.scss +1 -0
- package/src/components/Charts/index.tsx +5 -2
- package/src/components/Footer/FooterVersion.tsx +14 -8
- package/src/components/Header/index.tsx +9 -7
- package/src/components/HeaderControls/index.tsx +5 -2
- package/src/components/MainReport/styles.scss +1 -0
- package/src/components/Metadata/index.tsx +24 -7
- package/src/components/ReportBody/HeaderActions.tsx +4 -13
- package/src/components/ReportBody/SortBy.tsx +27 -13
- package/src/components/ReportBody/index.tsx +1 -1
- package/src/components/ReportBody/styles.scss +4 -1
- package/src/components/ReportFilters/BaseFilters.tsx +345 -0
- package/src/components/ReportFilters/RetryFlaky.tsx +29 -0
- package/src/components/ReportFilters/TagsFilter.tsx +41 -0
- package/src/components/ReportFilters/TransitionFilter.tsx +49 -0
- package/src/components/ReportFilters/index.tsx +44 -0
- package/src/components/ReportFilters/styles.scss +55 -0
- package/src/components/ReportSearch/index.tsx +29 -0
- package/src/components/ReportTabs/index.tsx +1 -1
- package/src/components/SectionPicker/index.tsx +1 -1
- package/src/components/SplitLayout/index.tsx +7 -3
- package/src/components/TestResult/TrEnvironmentItem/index.tsx +2 -2
- package/src/components/TestResult/TrHeader/TrBreadcrumbs.tsx +2 -2
- package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +38 -7
- package/src/components/TestResult/TrHistory/index.tsx +18 -8
- package/src/components/TestResult/TrHistory/styles.scss +4 -7
- package/src/components/TestResult/TrInfo/styles.scss +1 -0
- package/src/components/TestResult/TrNavigation/index.tsx +109 -68
- package/src/components/TestResult/TrNavigation/styles.scss +15 -25
- package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +1 -8
- package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +2 -3
- package/src/components/TestResult/TrRetriesView/index.tsx +4 -3
- package/src/components/TestResult/TrSteps/TrAttachment.tsx +5 -3
- package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +10 -3
- package/src/components/TestResult/TrTabs/index.tsx +7 -23
- package/src/components/TestResult/index.tsx +9 -4
- package/src/components/TestResult/styles.scss +1 -0
- package/src/components/Tree/index.tsx +14 -9
- package/src/index.html +19 -18
- package/src/index.tsx +20 -27
- package/src/locales/az.json +39 -11
- package/src/locales/de.json +39 -11
- package/src/locales/en.json +39 -11
- package/src/locales/es.json +39 -11
- package/src/locales/fr.json +39 -11
- package/src/locales/he.json +39 -11
- package/src/locales/hy.json +39 -11
- package/src/locales/it.json +39 -11
- package/src/locales/ja.json +39 -11
- package/src/locales/ka.json +39 -11
- package/src/locales/kr.json +39 -11
- package/src/locales/nl.json +39 -11
- package/src/locales/pl.json +39 -11
- package/src/locales/pt.json +39 -11
- package/src/locales/ru.json +39 -11
- package/src/locales/sv.json +39 -11
- package/src/locales/tr.json +39 -11
- package/src/locales/ua.json +39 -11
- package/src/locales/zh.json +39 -11
- package/src/stores/chart.ts +2 -2
- package/src/stores/env.ts +6 -6
- package/src/stores/envInfo.ts +2 -2
- package/src/stores/globals.ts +1 -1
- package/src/stores/index.ts +0 -1
- package/src/stores/layout.ts +20 -11
- package/src/stores/locale.ts +2 -1
- package/src/stores/qualityGate.ts +2 -2
- package/src/stores/router.ts +25 -91
- package/src/stores/sections.ts +32 -45
- package/src/stores/stats.ts +4 -4
- package/src/stores/testResult.ts +5 -0
- package/src/stores/testResults.ts +7 -5
- package/src/stores/tree.ts +20 -13
- package/src/stores/treeFilters/actions.ts +48 -52
- package/src/stores/treeFilters/constants.ts +11 -5
- package/src/stores/treeFilters/model.ts +51 -0
- package/src/stores/treeFilters/store.ts +260 -60
- package/src/stores/treeFilters/utils.ts +132 -0
- package/src/stores/treeSort.ts +71 -0
- package/src/stores/variables.ts +3 -3
- package/src/utils/treeFilters.ts +48 -66
- package/test/components/Header.test.tsx +49 -58
- package/test/utils/treeFilters.test.ts +18 -321
- package/types.d.ts +2 -1
- package/dist/multi/173.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/174.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/252.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/282.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/29.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/416.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/527.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/600.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/605.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/638.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/672.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/686.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/725.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/741.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/755.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/894.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/91.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/943.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/980.app-bae2a0fe5738d77cd976.js +0 -1
- package/dist/multi/app-bae2a0fe5738d77cd976.js +0 -2
- package/dist/multi/styles-bbf68b2ba63c38b53c38.css +0 -48
- package/dist/single/app-996d3b5869f8fc942b66.js +0 -2
- package/src/components/ReportBody/Filters.tsx +0 -122
- package/src/stores/theme.ts +0 -30
- package/src/stores/treeFilters/index.ts +0 -3
- package/src/stores/treeFilters/types.ts +0 -12
- package/test/stores/treeFilters.test.ts +0 -302
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! For license information please see app-bae2a0fe5738d77cd976.js.LICENSE.txt */
|
|
2
|
-
!function(){var e,t,n,r,i={36:function(e,t,n){var r=n(2296);e.exports=function(e){return r(this,e).get(e)}},559:function(e,t,n){var r=n(2495);e.exports=function(e){return null==e?"":r(e)}},580:function(e,t,n){var r=n(6261),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(t,e)?t[e]:void 0}},759:function(e,t,n){var r=n(7372),i=n(9967);e.exports=function(e,t){var n=i(e,t);return r(n)?n:void 0}},1008:function(e,t,n){var r=n(2296);e.exports=function(e,t){var n=r(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}},1057:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},1243:function(e,t,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},1526:function(e,t,n){var r=n(9053),i=n(9469),o=n(580),a=n(3424),s=n(2448);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},1662:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"","InvisibleTimes":"","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"","NegativeThickSpace":"","NegativeThinSpace":"","NegativeVeryThinSpace":"","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":" ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"","zwnj":""}')},1750:function(e,t,n){var r=n(4221),i=n(9709),o=n(7268),a=n(7856),s=n(4736);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},1872:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(4103)),o=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)};t.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in i.default&&(e=i.default[e]),o(e))}},2082:function(e){"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},2170:function(e,t,n){var r=n(8550),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}},2226:function(e,t,n){var r=n(9978),i=n(4015),o=n(5369),a=n(559);e.exports=function(e,t){return r(e)?e:i(e,t)?[e]:o(a(e))}},2296:function(e,t,n){var r=n(5351);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},2323:function(e,t,n){var r=n(5295),i=n(4224);e.exports=function(e){if(!i(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},2448:function(e,t,n){var r=n(6261);e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},2495:function(e,t,n){var r=n(8550),i=n(6539),o=n(9978),a=n(5287),s=r?r.prototype:void 0,l=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return i(t,e)+"";if(a(t))return l?l.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},3053:function(e,t,n){var r=n(2296);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},3424:function(e,t,n){var r=n(6261),i=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:i.call(t,e)}},3723:function(e,t,n){var r,i=n(6426),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!o&&o in e}},3796:function(e,t,n){var r=n(5287);e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},4015:function(e,t,n){var r=n(9978),i=n(5287),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!i(e))||(a.test(e)||!o.test(e)||null!=t&&e in Object(t))}},4031:function(e,t,n){var r=n(7430);function i(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(i.Cache||r),n}i.Cache=r,e.exports=i},4103:function(e){"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},4221:function(e){e.exports=function(){this.__data__=[],this.size=0}},4224:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},4375:function(e,t,n){var r=n(2226),i=n(3796);e.exports=function(e,t){for(var n=0,o=(t=r(t,e)).length;null!=e&&n<o;)e=e[i(t[n++])];return n&&n==o?e:void 0}},4736:function(e,t,n){var r=n(9046);e.exports=function(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}},4814:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeHTML=t.decodeHTMLStrict=t.decodeXML=void 0;var i=r(n(1662)),o=r(n(7194)),a=r(n(2082)),s=r(n(1872)),l=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function c(e){var t=d(e);return function(e){return String(e).replace(l,t)}}t.decodeXML=c(a.default),t.decodeHTMLStrict=c(i.default);var u=function(e,t){return e<t?1:-1};function d(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?s.default(parseInt(t.substr(3),16)):s.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}t.decodeHTML=function(){for(var e=Object.keys(o.default).sort(u),t=Object.keys(i.default).sort(u),n=0,r=0;n<t.length;n++)e[r]===t[n]?(t[n]+=";?",r++):t[n]+=";";var a=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),s=d(i.default);function l(e){return";"!==e.substr(-1)&&(e+=";"),s(e)}return function(e){return String(e).replace(a,l)}}()},4989:function(e,t,n){var r=n(1526),i=n(1750),o=n(7446);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},5287:function(e,t,n){var r=n(5295),i=n(9943);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==r(e)}},5295:function(e,t,n){var r=n(8550),i=n(2170),o=n(8249),a=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?i(e):o(e)}},5351:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},5369:function(e,t,n){var r=n(7745),i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,a=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(i,(function(e,n,r,i){t.push(r?i.replace(o,"$1"):n||e)})),t}));e.exports=a},5410:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.encodeHTML5=t.encodeHTML4=t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=t.encode=t.decodeStrict=t.decode=void 0;var r=n(4814),i=n(8018);t.decode=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?i.encodeXML:i.encodeHTML)(e)};var o=n(8018);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return o.encodeXML}}),Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return o.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return o.encodeNonAsciiHTML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return o.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return o.escapeUTF8}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return o.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return o.encodeHTML}});var a=n(4814);Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return a.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return a.decodeXML}})},6261:function(e,t,n){var r=n(759)(Object,"create");e.exports=r},6426:function(e,t,n){var r=n(9970)["__core-js_shared__"];e.exports=r},6484:function(e,t,n){var r=n(4375);e.exports=function(e,t,n){var i=null==e?void 0:r(e,t);return void 0===i?n:i}},6539:function(e){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}},6660:function(e,t,n){var r=n(5295),i=n(9340),o=n(9943),a=Function.prototype,s=Object.prototype,l=a.toString,c=s.hasOwnProperty,u=l.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=r(e))return!1;var t=i(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==u}},7194:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},7228:function(e,t,n){var r={"./az.json":[9686,686],"./de.json":[5894,894],"./en.json":[4174,174],"./es.json":[6725,725],"./fr.json":[4605,605],"./he.json":[6282,282],"./hy.json":[4638,638],"./it.json":[3672,672],"./ja.json":[7980,980],"./ka.json":[9173,173],"./kr.json":[7416,416],"./nl.json":[4943,943],"./pl.json":[1029,29],"./pt.json":[7741,741],"./ru.json":[4600,600],"./sv.json":[8252,252],"./tr.json":[9755,755],"./ua.json":[4091,91],"./zh.json":[9527,527]};function i(e){if(!n.o(r,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],i=t[0];return n.e(t[1]).then((function(){return n.t(i,19)}))}i.keys=function(){return Object.keys(r)},i.id=7228,e.exports=i},7268:function(e,t,n){var r=n(9046);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},7372:function(e,t,n){var r=n(2323),i=n(3723),o=n(4224),a=n(9414),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,f=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||i(e))&&(r(e)?f:s).test(a(e))}},7430:function(e,t,n){var r=n(4989),i=n(3053),o=n(36),a=n(7584),s=n(1008);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},7446:function(e,t,n){var r=n(759)(n(9970),"Map");e.exports=r},7584:function(e,t,n){var r=n(2296);e.exports=function(e){return r(this,e).has(e)}},7745:function(e,t,n){var r=n(4031);e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},7856:function(e,t,n){var r=n(9046);e.exports=function(e){return r(this.__data__,e)>-1}},7985:function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw a}}}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var a,s=n(5410),l={fg:"#FFF",bg:"#000",newline:!1,escapeXML:!1,stream:!1,colors:(a={0:"#000",1:"#A00",2:"#0A0",3:"#A50",4:"#00A",5:"#A0A",6:"#0AA",7:"#AAA",8:"#555",9:"#F55",10:"#5F5",11:"#FF5",12:"#55F",13:"#F5F",14:"#5FF",15:"#FFF"},f(0,5).forEach((function(e){f(0,5).forEach((function(t){f(0,5).forEach((function(n){return function(e,t,n,r){var o=16+36*e+6*t+n,a=e>0?40*e+55:0,s=t>0?40*t+55:0,l=n>0?40*n+55:0;r[o]=function(e){var t,n=[],r=i(e);try{for(r.s();!(t=r.n()).done;){var o=t.value;n.push(c(o))}}catch(e){r.e(e)}finally{r.f()}return"#"+n.join("")}([a,s,l])}(e,t,n,a)}))}))})),f(0,23).forEach((function(e){var t=e+232,n=c(10*e+8);a[t]="#"+n+n+n})),a)};function c(e){for(var t=e.toString(16);t.length<2;)t="0"+t;return t}function u(e,t,n,r){var i;return"text"===t?i=function(e,t){if(t.escapeXML)return s.encodeXML(e);return e}(n,r):"display"===t?i=function(e,t,n){t=parseInt(t,10);var r,i={"-1":function(){return"<br/>"},0:function(){return e.length&&d(e)},1:function(){return p(e,"b")},3:function(){return p(e,"i")},4:function(){return p(e,"u")},8:function(){return g(e,"display:none")},9:function(){return p(e,"strike")},22:function(){return g(e,"font-weight:normal;text-decoration:none;font-style:normal")},23:function(){return b(e,"i")},24:function(){return b(e,"u")},39:function(){return m(e,n.fg)},49:function(){return v(e,n.bg)},53:function(){return g(e,"text-decoration:overline")}};i[t]?r=i[t]():4<t&&t<7?r=p(e,"blink"):29<t&&t<38?r=m(e,n.colors[t-30]):39<t&&t<48?r=v(e,n.colors[t-40]):89<t&&t<98?r=m(e,n.colors[t-90+8]):99<t&&t<108&&(r=v(e,n.colors[t-100+8]));return r}(e,n,r):"xterm256Foreground"===t?i=m(e,r.colors[n]):"xterm256Background"===t?i=v(e,r.colors[n]):"rgb"===t&&(i=function(e,t){t=t.substring(2).slice(0,-1);var n=+t.substr(0,2),r=t.substring(5).split(";"),i=r.map((function(e){return("0"+Number(e).toString(16)).substr(-2)})).join("");return g(e,(38===n?"color:#":"background-color:#")+i)}(e,n)),i}function d(e){var t=e.slice(0);return e.length=0,t.reverse().map((function(e){return"</"+e+">"})).join("")}function f(e,t){for(var n=[],r=e;r<=t;r++)n.push(r);return n}function h(e){var t=null;return 0===(e=parseInt(e,10))?t="all":1===e?t="bold":2<e&&e<5?t="underline":4<e&&e<7?t="blink":8===e?t="hide":9===e?t="strike":29<e&&e<38||39===e||89<e&&e<98?t="foreground-color":(39<e&&e<48||49===e||99<e&&e<108)&&(t="background-color"),t}function p(e,t,n){return n||(n=""),e.push(t),"<".concat(t).concat(n?' style="'.concat(n,'"'):"",">")}function g(e,t){return p(e,"span",t)}function m(e,t){return p(e,"span","color:"+t)}function v(e,t){return p(e,"span","background-color:"+t)}function b(e,t){var n;if(e.slice(-1)[0]===t&&(n=e.pop()),n)return"</"+t+">"}var y=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(t=t||{}).colors&&(t.colors=Object.assign({},l.colors,t.colors)),this.options=Object.assign({},l,t),this.stack=[],this.stickyStack=[]}var t,n,o;return t=e,(n=[{key:"toHtml",value:function(e){var t=this;e="string"==typeof e?[e]:e;var n=this.stack,r=this.options,o=[];return this.stickyStack.forEach((function(e){var t=u(n,e.token,e.data,r);t&&o.push(t)})),function(e,t,n){var r=!1;function o(){return""}function a(e){return t.newline?n("display",-1):n("text",e),""}var s=[{pattern:/^\x08+/,sub:o},{pattern:/^\x1b\[[012]?K/,sub:o},{pattern:/^\x1b\[\(B/,sub:o},{pattern:/^\x1b\[[34]8;2;\d+;\d+;\d+m/,sub:function(e){return n("rgb",e),""}},{pattern:/^\x1b\[38;5;(\d+)m/,sub:function(e,t){return n("xterm256Foreground",t),""}},{pattern:/^\x1b\[48;5;(\d+)m/,sub:function(e,t){return n("xterm256Background",t),""}},{pattern:/^\n/,sub:a},{pattern:/^\r+\n/,sub:a},{pattern:/^\r/,sub:a},{pattern:/^\x1b\[((?:\d{1,3};?)+|)m/,sub:function(e,t){r=!0,0===t.trim().length&&(t="0");var o,a=i(t=t.trimRight(";").split(";"));try{for(a.s();!(o=a.n()).done;){var s=o.value;n("display",s)}}catch(e){a.e(e)}finally{a.f()}return""}},{pattern:/^\x1b\[\d?J/,sub:o},{pattern:/^\x1b\[\d{0,3};\d{0,3}f/,sub:o},{pattern:/^\x1b\[?[\d;]{0,3}/,sub:o},{pattern:/^(([^\x1b\x08\r\n])+)/,sub:function(e){return n("text",e),""}}];function l(t,n){n>3&&r||(r=!1,e=e.replace(t.pattern,t.sub))}var c=[],u=e.length;e:for(;u>0;){for(var d=0,f=0,h=s.length;f<h;d=++f)if(l(s[d],d),e.length!==u){u=e.length;continue e}if(e.length===u)break;c.push(0),u=e.length}}(e.join(""),r,(function(e,i){var a=u(n,e,i,r);a&&o.push(a),r.stream&&(t.stickyStack=function(e,t,n){var r;return"text"!==t&&(e=e.filter((r=h(n),function(e){return(null===r||e.category!==r)&&"all"!==r}))).push({token:t,data:n,category:h(n)}),e}(t.stickyStack,e,i))})),n.length&&o.push(d(n)),o.join("")}}])&&r(t.prototype,n),o&&r(t,o),e}();e.exports=y},8018:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var i=u(r(n(2082)).default),o=d(i);t.encodeXML=m(i);var a,s,l=u(r(n(1662)).default),c=d(l);function u(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function d(e){for(var t=[],n=[],r=0,i=Object.keys(e);r<i.length;r++){var o=i[r];1===o.length?t.push("\\"+o):n.push(o)}t.sort();for(var a=0;a<t.length-1;a++){for(var s=a;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var l=1+s-a;l<3||t.splice(a,l,t[a]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.encodeHTML=(a=l,s=c,function(e){return e.replace(s,(function(e){return a[e]})).replace(f,p)}),t.encodeNonAsciiHTML=m(l);var f=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,h=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function p(e){return"&#x"+(e.length>1?h(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var g=new RegExp(o.source+"|"+f.source,"g");function m(e){return function(t){return t.replace(g,(function(t){return e[t]||p(t)}))}}t.escape=function(e){return e.replace(g,p)},t.escapeUTF8=function(e){return e.replace(o,p)}},8249:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},8394:function(e){e.exports=function(e,t){return function(n){return e(t(n))}}},8550:function(e,t,n){var r=n(9970).Symbol;e.exports=r},9046:function(e,t,n){var r=n(1057);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},9053:function(e,t,n){var r=n(6261);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},9340:function(e,t,n){var r=n(8394)(Object.getPrototypeOf,Object);e.exports=r},9414:function(e){var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},9469:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},9709:function(e,t,n){var r=n(9046),i=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():i.call(t,n,1),--this.size,!0)}},9943:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},9967:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},9970:function(e,t,n){var r=n(1243),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();e.exports=o},9978:function(e){var t=Array.isArray;e.exports=t}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return i[e].call(n.exports,n,n.exports,a),n.exports}a.m=i,t=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},a.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var i=Object.create(null);a.r(i);var o={};e=e||[null,t({}),t([]),t(t)];for(var s=2&r&&n;("object"==typeof s||"function"==typeof s)&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((function(e){o[e]=function(){return n[e]}}));return o.default=function(){return n},a.d(i,o),i},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,n){return a.f[n](e,t),t}),[]))},a.u=function(e){return e+".app-"+a.h()+".js"},a.miniCssF=function(e){},a.h=function(){return"bae2a0fe5738d77cd976"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n={},r="@allurereport/web-awesome:",a.l=function(e,t,i,o){if(n[e])n[e].push(t);else{var s,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var d=c[u];if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==r+i){s=d;break}}s||(l=!0,(s=document.createElement("script")).charset="utf-8",a.nc&&s.setAttribute("nonce",a.nc),s.setAttribute("data-webpack",r+i),s.src=e),n[e]=[t];var f=function(t,r){s.onerror=s.onload=null,clearTimeout(h);var i=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((function(e){return e(r)})),t)return t(r)},h=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e}(),function(){var e={792:0};a.f.j=function(t,n){var r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise((function(n,i){r=e[t]=[n,i]}));n.push(r[2]=i);var o=a.p+a.u(t),s=new Error;a.l(o,(function(n){if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",s.name="ChunkLoadError",s.type=i,s.request=o,r[1](s)}}),"chunk-"+t,t)}};var t=function(t,n){var r,i,o=n[0],s=n[1],l=n[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);if(l)l(a)}for(t&&t(n);c<o.length;c++)i=o[c],a.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}(),function(){"use strict";var e={};a.r(e),a.d(e,{"attachment-background":function(){return _3},empty:function(){return w3},"failed-steps":function(){return x3},"html-attachment-preview":function(){return k3},"item-button":function(){return C3},"item-buttons":function(){return S3},"item-info":function(){return M3},"item-info-step":function(){return A3},"item-info-step-icon":function(){return T3},"item-status":function(){return L3},"item-status-icon":function(){return E3},"item-time":function(){return N3},"status-broken":function(){return O3},"status-failed":function(){return R3},"status-passed":function(){return D3},"status-skipped":function(){return P3},"status-unknown":function(){return z3},"test-result-attachment-arrow":function(){return I3},"test-result-attachment-arrow-opened":function(){return B3},"test-result-attachment-content":function(){return j3},"test-result-attachment-content-wrapper":function(){return F3},"test-result-attachment-error":function(){return H3},"test-result-attachment-header":function(){return $3},"test-result-attachment-icon":function(){return q3},"test-result-attachment-image":function(){return U3},"test-result-attachment-missed":function(){return W3},"test-result-attachment-text":function(){return V3},"test-result-header-text":function(){return G3},"test-result-parameters":function(){return Y3},"test-result-spinner":function(){return X3},"test-result-step":function(){return Z3},"test-result-step-button":function(){return K3},"test-result-step-chevron":function(){return J3},"test-result-step-chevron-open":function(){return Q3},"test-result-step-content":function(){return e4},"test-result-step-header":function(){return t4},"test-result-step-number":function(){return n4},"test-result-step-root":function(){return r4},"test-result-steps":function(){return i4},"test-result-steps-root":function(){return o4},"test-result-strut":function(){return a4},"test-result-visibility-hidden":function(){return s4},"wrong-attachment-sign":function(){return l4}});var t={};a.r(t),a.d(t,{diff:function(){return $4},"diff-buttons":function(){return q4},"diff-buttons-title":function(){return U4},"diff-controls":function(){return W4},"diff-green":function(){return V4},"diff-grey":function(){return G4},"diff-red":function(){return Y4},"diff-screen":function(){return X4},"diff-view":function(){return Z4},expected:function(){return K4},side:function(){return J4},"side-by-side":function(){return Q4},"side-title":function(){return e5},"test-result-error":function(){return t5},"test-result-error-header":function(){return n5},"test-result-error-message":function(){return r5},"test-result-error-text":function(){return i5},"test-result-error-trace":function(){return o5},"tr-bg-broken":function(){return a5},"tr-bg-failed":function(){return s5},"tr-bg-passed":function(){return l5},"tr-bg-skipped":function(){return c5},"tr-bg-unknown":function(){return u5},"tr-color-broken":function(){return d5},"tr-color-failed":function(){return f5},"tr-color-passed":function(){return h5},"tr-color-skipped":function(){return p5},"tr-color-unknown":function(){return g5},"tr-status-broken":function(){return m5},"tr-status-failed":function(){return v5},"tr-status-passed":function(){return b5},"tr-status-skipped":function(){return y5},"tr-status-unknown":function(){return _5},unified:function(){return w5}});var n={};a.r(n),a.d(n,{"status-broken":function(){return E5},"status-failed":function(){return N5},"status-passed":function(){return O5},"status-skipped":function(){return R5},"status-unknown":function(){return D5},"test-result-status":function(){return P5},"test-result-status-icon":function(){return z5},"test-result-status-text":function(){return I5}});var r={};a.r(r),a.d(r,{"metadata-color-badge":function(){return F5},"metadata-icon":function(){return H5},"metadata-item-title":function(){return $5},"metadata-item-value":function(){return q5},"metadata-test-type":function(){return U5},"metadata-tooltip":function(){return W5},"metadata-tooltip-value":function(){return V5},"metadata-with-icon":function(){return G5},"report-metadata":function(){return Y5},"report-metadata-all-tests":function(){return X5},"report-metadata-keyvalue":function(){return Z5},"report-metadata-keyvalue-title":function(){return K5},"report-metadata-keyvalue-value":function(){return J5},"report-metadata-keyvalue-wrapper":function(){return Q5},"report-metadata-list":function(){return e6},"report-metadata-s":function(){return t6},"report-metadata-separator":function(){return n6},"report-metadata-status":function(){return r6},"report-metadata-summary":function(){return i6},"report-metadata-values":function(){return o6},"report-metadata-wrapper":function(){return a6},"status-broken":function(){return s6},"status-failed":function(){return l6},"status-passed":function(){return c6},"status-skipped":function(){return u6},"status-unknown":function(){return d6}});var i={};a.r(i),a.d(i,{"metadata-color-badge":function(){return v6},"metadata-icon":function(){return b6},"metadata-item-title":function(){return y6},"metadata-item-value":function(){return _6},"metadata-test-type":function(){return w6},"metadata-with-icon":function(){return x6},"report-metadata":function(){return k6},"report-metadata-all-tests":function(){return C6},"report-metadata-keyvalue":function(){return S6},"report-metadata-keyvalue-title":function(){return M6},"report-metadata-keyvalue-value":function(){return A6},"report-metadata-list":function(){return T6},"report-metadata-separator":function(){return L6},"report-metadata-status":function(){return E6},"report-metadata-summary":function(){return N6},"report-metadata-wrapper":function(){return O6},"status-broken":function(){return R6},"status-failed":function(){return D6},"status-passed":function(){return P6},"status-skipped":function(){return z6},"status-unknown":function(){return I6}});var o={};a.r(o),a.d(o,{"status-broken":function(){return u8},"status-failed":function(){return d8},"status-passed":function(){return f8},"status-skipped":function(){return h8},"status-unknown":function(){return p8},"test-result-prev-status":function(){return g8},"test-result-prev-status-tooltip":function(){return m8},"test-result-prev-statuses":function(){return v8}});var s={};a.r(s),a.d(s,{"severity-blocker":function(){return w8},"severity-critical":function(){return x8},"severity-minor":function(){return k8},"severity-normal":function(){return C8},"severity-trivial":function(){return S8},"test-result-severity":function(){return M8},"test-result-severity-text":function(){return A8}});var l={};a.r(l),a.d(l,{content:function(){return c9},layout:function(){return u9},"layout-base":function(){return d9},loader:function(){return f9},loading:function(){return h9},main:function(){return p9},split:function(){return g9}});const c=()=>new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),u=async(e,t="application/octet-stream",n)=>{if(globalThis.allureReportData){const[n]=e.split("?");return`data:${t};base64,${await(async e=>(await c(),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const r=globalThis.document.head.querySelector("base")?.href??"https://localhost",i=new URL(e,r),o=globalThis.localStorage.getItem("__allure_report_live_reload_hash__"),a=globalThis.allureReportOptions?.cacheKey;return o&&i.searchParams.set("live_reload_hash",o),n?.bustCache&&a&&i.searchParams.set("v",a),i.toString()},d=async(e,t)=>{const n=await u(e,void 0,t),r=await globalThis.fetch(n);if(!r.ok)throw new Error(`Failed to fetch ${n}, response status: ${r.status}`);return r.json()},f=async(e,t)=>{const n=await u(e,t);return globalThis.fetch(n)},h=()=>globalThis.allureReportOptions,p=async({id:e,ext:t,contentType:n})=>f(`data/attachments/${`${e||"-"}${t||""}`}?attachment`,n),g=async(e,t,n)=>{const r=await p({id:e,ext:t,contentType:n});return await r.blob()},m=e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"text/json":case"text/yaml":case"text/javascript":case"text/typescript":case"text/ruby":case"text/python":case"text/php":case"text/java":case"text/csharp":case"text/cpp":case"text/c":case"text/go":case"text/rust":case"text/swift":case"text/kotlin":case"text/scala":case"text/perl":case"text/r":case"text/dart":case"text/lua":case"text/haskell":case"text/sql":case"text/x-yaml":case"text/css":case"application/yaml":case"application/x-yaml":case"application/xml":case"application/json":return{type:"code",icon:"file"};case"text/plain":case"text/markdown":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}},v={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},ua:{short:"Ук",full:"Українська",iso:"uk-UA"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},hy:{short:"Hy",full:"Հայերեն",iso:"hy-AM"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}};var b,y,_;!function(e){e.CurrentStatus="currentStatus",e.StatusDynamics="statusDynamics",e.StatusTransitions="statusTransitions",e.StabilityDistribution="stabilityDistribution",e.TestBaseGrowthDynamics="testBaseGrowthDynamics",e.FBSUAgePyramid="fbsuAgePyramid",e.Durations="durations",e.DurationDynamics="durationDynamics",e.TrSeverities="testResultSeverities",e.TestingPyramid="testingPyramid",e.CoverageDiff="coverageDiff",e.SuccessRateDistribution="successRateDistribution",e.ProblemsDistribution="problemsDistribution"}(b||(b={})),function(e){e.Status="status",e.Severity="severity"}(y||(y={})),function(e){e.Raw="raw",e.Percent="percent",e.Diverging="diverging"}(_||(_={}));b.CurrentStatus,b.StatusDynamics,b.TrSeverities,b.StatusTransitions,b.TestBaseGrowthDynamics,b.CoverageDiff,b.SuccessRateDistribution,b.ProblemsDistribution,b.StabilityDistribution,b.StabilityDistribution,b.StabilityDistribution,b.Durations,b.Durations,b.DurationDynamics,b.FBSUAgePyramid,b.TestingPyramid;function w(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function x(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function k(){}var C=.7,S=1/C,M="\\s*([+-]?\\d+)\\s*",A="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",T="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",L=/^#([0-9a-f]{3,8})$/,E=new RegExp(`^rgb\\(${M},${M},${M}\\)$`),N=new RegExp(`^rgb\\(${T},${T},${T}\\)$`),O=new RegExp(`^rgba\\(${M},${M},${M},${A}\\)$`),R=new RegExp(`^rgba\\(${T},${T},${T},${A}\\)$`),D=new RegExp(`^hsl\\(${A},${T},${T}\\)$`),P=new RegExp(`^hsla\\(${A},${T},${T},${A}\\)$`),z={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function I(){return this.rgb().formatHex()}function B(){return this.rgb().formatRgb()}function j(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=L.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?F(t):3===n?new q(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?H(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?H(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=E.exec(e))?new q(t[1],t[2],t[3],1):(t=N.exec(e))?new q(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=O.exec(e))?H(t[1],t[2],t[3],t[4]):(t=R.exec(e))?H(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=D.exec(e))?X(t[1],t[2]/100,t[3]/100,1):(t=P.exec(e))?X(t[1],t[2]/100,t[3]/100,t[4]):z.hasOwnProperty(e)?F(z[e]):"transparent"===e?new q(NaN,NaN,NaN,0):null}function F(e){return new q(e>>16&255,e>>8&255,255&e,1)}function H(e,t,n,r){return r<=0&&(e=t=n=NaN),new q(e,t,n,r)}function $(e,t,n,r){return 1===arguments.length?function(e){return e instanceof k||(e=j(e)),e?new q((e=e.rgb()).r,e.g,e.b,e.opacity):new q}(e):new q(e,t,n,null==r?1:r)}function q(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function U(){return`#${Y(this.r)}${Y(this.g)}${Y(this.b)}`}function W(){const e=V(this.opacity);return`${1===e?"rgb(":"rgba("}${G(this.r)}, ${G(this.g)}, ${G(this.b)}${1===e?")":`, ${e})`}`}function V(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function G(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Y(e){return((e=G(e))<16?"0":"")+e.toString(16)}function X(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new K(e,t,n,r)}function Z(e){if(e instanceof K)return new K(e.h,e.s,e.l,e.opacity);if(e instanceof k||(e=j(e)),!e)return new K;if(e instanceof K)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,l=(o+i)/2;return s?(a=t===o?(n-r)/s+6*(n<r):n===o?(r-t)/s+2:(t-n)/s+4,s/=l<.5?o+i:2-o-i,a*=60):s=l>0&&l<1?0:a,new K(a,s,l,e.opacity)}function K(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function J(e){return(e=(e||0)%360)<0?e+360:e}function Q(e){return Math.max(0,Math.min(1,e||0))}function ee(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}function te(e,t,n,r,i){var o=e*e,a=o*e;return((1-3*e+3*o-a)*t+(4-6*o+3*a)*n+(1+3*e+3*o-3*a)*r+a*i)/6}w(k,j,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:I,formatHex:I,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Z(this).formatHsl()},formatRgb:B,toString:B}),w(q,$,x(k,{brighter(e){return e=null==e?S:Math.pow(S,e),new q(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?C:Math.pow(C,e),new q(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new q(G(this.r),G(this.g),G(this.b),V(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:U,formatHex:U,formatHex8:function(){return`#${Y(this.r)}${Y(this.g)}${Y(this.b)}${Y(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:W,toString:W})),w(K,(function(e,t,n,r){return 1===arguments.length?Z(e):new K(e,t,n,null==r?1:r)}),x(k,{brighter(e){return e=null==e?S:Math.pow(S,e),new K(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?C:Math.pow(C,e),new K(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new q(ee(e>=240?e-240:e+120,i,r),ee(e,i,r),ee(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new K(J(this.h),Q(this.s),Q(this.l),V(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=V(this.opacity);return`${1===e?"hsl(":"hsla("}${J(this.h)}, ${100*Q(this.s)}%, ${100*Q(this.l)}%${1===e?")":`, ${e})`}`}}));var ne=e=>()=>e;function re(e,t){return function(n){return e+n*t}}function ie(e){return 1==(e=+e)?oe:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):ne(isNaN(t)?n:t)}}function oe(e,t){var n=t-e;return n?re(e,n):ne(isNaN(e)?t:e)}var ae=function e(t){var n=ie(t);function r(e,t){var r=n((e=$(e)).r,(t=$(t)).r),i=n(e.g,t.g),o=n(e.b,t.b),a=oe(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=i(t),e.b=o(t),e.opacity=a(t),e+""}}return r.gamma=e,r}(1);function se(e){return function(t){var n,r,i=t.length,o=new Array(i),a=new Array(i),s=new Array(i);for(n=0;n<i;++n)r=$(t[n]),o[n]=r.r||0,a[n]=r.g||0,s[n]=r.b||0;return o=e(o),a=e(a),s=e(s),r.opacity=1,function(e){return r.r=o(e),r.g=a(e),r.b=s(e),r+""}}}se((function(e){var t=e.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),i=e[r],o=e[r+1],a=r>0?e[r-1]:2*i-o,s=r<t-1?e[r+2]:2*o-i;return te((n-r/t)*t,a,i,o,s)}})),se((function(e){var t=e.length;return function(n){var r=Math.floor(((n%=1)<0?++n:n)*t),i=e[(r+t-1)%t],o=e[r%t],a=e[(r+1)%t],s=e[(r+2)%t];return te((n-r/t)*t,i,o,a,s)}}));const le=Math.sqrt(50),ce=Math.sqrt(10),ue=Math.sqrt(2);function de(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=le?10:o>=ce?5:o>=ue?2:1;let s,l,c;return i<0?(c=Math.pow(10,-i)/a,s=Math.round(e*c),l=Math.round(t*c),s/c<e&&++s,l/c>t&&--l,c=-c):(c=Math.pow(10,i)*a,s=Math.round(e/c),l=Math.round(t/c),s*c<e&&++s,l*c>t&&--l),l<s&&.5<=n&&n<2?de(e,t,2*n):[s,l,c]}function fe(e,t,n){return de(e=+e,t=+t,n=+n)[2]}function he(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function pe(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function ge(e){let t,n,r;function i(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<0?i=t+1:o=t}while(i<o)}return i}return 2!==e.length?(t=he,n=(t,n)=>he(e(t),n),r=(t,n)=>e(t)-n):(t=e===he||e===pe?e:me,n=e,r=e),{left:i,center:function(e,t,n=0,o=e.length){const a=i(e,t,n,o-1);return a>n&&r(e[a-1],t)>-r(e[a],t)?a-1:a},right:function(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<=0?i=t+1:o=t}while(i<o)}return i}}}function me(){return 0}const ve=ge(he),be=ve.right;ve.left,ge((function(e){return null===e?NaN:+e})).center;var ye=be;function _e(e,t){var n,r=t?t.length:0,i=e?Math.min(r,e.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=Te(e[n],t[n]);for(;n<r;++n)a[n]=t[n];return function(e){for(n=0;n<i;++n)a[n]=o[n](e);return a}}function we(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function xe(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function ke(e,t){var n,r={},i={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?r[n]=Te(e[n],t[n]):i[n]=t[n];return function(e){for(n in r)i[n]=r[n](e);return i}}var Ce=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Se=new RegExp(Ce.source,"g");function Me(e,t){var n,r,i,o=Ce.lastIndex=Se.lastIndex=0,a=-1,s=[],l=[];for(e+="",t+="";(n=Ce.exec(e))&&(r=Se.exec(t));)(i=r.index)>o&&(i=t.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,l.push({i:a,x:xe(n,r)})),o=Se.lastIndex;return o<t.length&&(i=t.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var n,r=0;r<t;++r)s[(n=l[r]).i]=n.x(e);return s.join("")})}function Ae(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(o){for(n=0;n<r;++n)i[n]=e[n]*(1-o)+t[n]*o;return i}}function Te(e,t){var n,r=typeof t;return null==t||"boolean"===r?ne(t):("number"===r?xe:"string"===r?(n=j(t))?(t=n,ae):Me:t instanceof j?ae:t instanceof Date?we:function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}(t)?Ae:Array.isArray(t)?_e:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?ke:xe)(e,t)}function Le(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}function Ee(e){return+e}var Ne=[0,1];function Oe(e){return e}function Re(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:function(e){return function(){return e}}(isNaN(t)?NaN:.5)}function De(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=Re(i,r),o=n(a,o)):(r=Re(r,i),o=n(o,a)),function(e){return o(r(e))}}function Pe(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=Re(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(t){var n=ye(e,t,1,r)-1;return o[n](i[n](t))}}function ze(){var e,t,n,r,i,o,a=Ne,s=Ne,l=Te,c=Oe;function u(){var e=Math.min(a.length,s.length);return c!==Oe&&(c=function(e,t){var n;return e>t&&(n=e,e=t,t=n),function(n){return Math.max(e,Math.min(t,n))}}(a[0],a[e-1])),r=e>2?Pe:De,i=o=null,d}function d(t){return null==t||isNaN(t=+t)?n:(i||(i=r(a.map(e),s,l)))(e(c(t)))}return d.invert=function(n){return c(t((o||(o=r(s,a.map(e),xe)))(n)))},d.domain=function(e){return arguments.length?(a=Array.from(e,Ee),u()):a.slice()},d.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},d.rangeRound=function(e){return s=Array.from(e),l=Le,u()},d.clamp=function(e){return arguments.length?(c=!!e||Oe,u()):c!==Oe},d.interpolate=function(e){return arguments.length?(l=e,u()):l},d.unknown=function(e){return arguments.length?(n=e,d):n},function(n,r){return e=n,t=r,u()}}function Ie(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}var Be,je=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Fe(e){if(!(t=je.exec(e)))throw new Error("invalid format: "+e);var t;return new He({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function He(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function $e(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function qe(e){return(e=$e(Math.abs(e)))?e[1]:NaN}function Ue(e,t){var n=$e(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}Fe.prototype=He.prototype,He.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var We={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Ue(100*e,t),r:Ue,s:function(e,t){var n=$e(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(Be=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+$e(e,Math.max(0,t+o-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Ve(e){return e}var Ge,Ye,Xe,Ze=Array.prototype.map,Ke=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Je(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?Ve:(t=Ze.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=void 0===e.decimal?".":e.decimal+"",s=void 0===e.numerals?Ve:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(Ze.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=Fe(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):We[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=We[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?Ke[8+Be/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=Fe(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(qe(t)/3))),i=Math.pow(10,-r),o=Ke[8+r/3];return function(e){return n(i*e)+o}}}}function Qe(e,t,n,r){var i,o=function(e,t,n){n=+n;const r=(t=+t)<(e=+e),i=r?fe(t,e,n):fe(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}(e,t,n);switch((r=Fe(null==r?",f":r)).type){case"s":var a=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(qe(t)/3)))-qe(Math.abs(e)))}(o,a))||(r.precision=i),Xe(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,qe(t)-qe(e))+1}(o,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=function(e){return Math.max(0,-qe(Math.abs(e)))}(o))||(r.precision=i-2*("%"===r.type))}return Ye(r)}function et(e){var t=e.domain;return e.ticks=function(e){var n=t();return function(e,t,n){if(!((n=+n)>0))return[];if((e=+e)==(t=+t))return[e];const r=t<e,[i,o,a]=r?de(t,e,n):de(e,t,n);if(!(o>=i))return[];const s=o-i+1,l=new Array(s);if(r)if(a<0)for(let e=0;e<s;++e)l[e]=(o-e)/-a;else for(let e=0;e<s;++e)l[e]=(o-e)*a;else if(a<0)for(let e=0;e<s;++e)l[e]=(i+e)/-a;else for(let e=0;e<s;++e)l[e]=(i+e)*a;return l}(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return Qe(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,o=t(),a=0,s=o.length-1,l=o[a],c=o[s],u=10;for(c<l&&(i=l,l=c,c=i,i=a,a=s,s=i);u-- >0;){if((i=fe(l,c,n))===r)return o[a]=l,o[s]=c,t(o);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function tt(){var e=ze()(Oe,Oe);return e.copy=function(){return t=e,tt().domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown());var t},Ie.apply(e,arguments),et(e)}Ge=Je({thousands:",",grouping:[3],currency:["$",""]}),Ye=Ge.format,Xe=Ge.formatPrefix;const nt="var(--bg-support-capella)",rt="var(--bg-support-castor)",it=(e,t=document.documentElement)=>{if(e.startsWith("var(")){const n=e.match(/var\((--[^),\s]+)/);if(n){const r=n[1];return getComputedStyle(t).getPropertyValue(r).trim()||e}}return e},ot=(e,t,n,r,i)=>{const o=e();if(o)return{...o,colors:t,formatLegend:n,legendDomain:r,tooltipRows:i}},at=(e,t,n)=>t.type===b.SuccessRateDistribution?((e,t)=>{const n=[0,1];return ot((()=>t[e]),((e,t=n)=>tt().domain(t).range([it(nt),it(rt)]).interpolate(ae).clamp(!0)(e)),(e=>1===e?"passed":"failed"),n,(e=>[`passed: ${e.data.passedTests}`,`failed: ${e.data.failedTests}`,`other: ${e.data.otherTests}`]))})(e,n):t.type===b.CoverageDiff?((e,t)=>{const n=[0,.5,1];return ot((()=>t[e]),((e,t=n)=>tt().domain(t).range([it(nt),"#fff",it(rt)]).interpolate(ae).clamp(!0)(e)),(e=>1===e?"new":"removed"),n,(e=>{const t=e.data.newCount+e.data.enabledCount,n=e.data.deletedCount+e.data.disabledCount;return[`new: ${t}`,`deleted: ${n}`,"unchanged: "+(e.value-t-n)]}))})(e,n):void 0,st=(e,t)=>((e,t)=>{const n=[0,1];return((e,t)=>{const n=e();if(n)return{...n,colors:t}})((()=>t[e]),((e,t=n)=>tt().domain(t).range([it(rt),it(nt)]).interpolate(ae).clamp(!0)(e)))})(e,t),lt=e=>Object.entries(e).reduce(((t,[n,r])=>{if(r.type===b.CurrentStatus)t[n]=e[n];else if(r.type===b.StatusDynamics)t[n]=e[n];else if(r.type===b.StatusTransitions)t[n]=e[n];else if(r.type===b.Durations)t[n]=e[n];else if(r.type===b.StabilityDistribution)t[n]=e[n];else if(r.type===b.TestBaseGrowthDynamics)t[n]=e[n];else if(r.type===b.FBSUAgePyramid)t[n]=e[n];else if(r.type===b.TrSeverities)t[n]=e[n];else if(r.type===b.DurationDynamics)t[n]=e[n];else if(r.type===b.CoverageDiff||r.type===b.SuccessRateDistribution){const i=at(n,r,e);i&&(t[n]=i)}else if(r.type===b.ProblemsDistribution){const r=st(n,e);r&&(t[n]=r)}else r.type===b.TestingPyramid&&(t[n]=e[n]);return t}),{}),ct=e=>{if(!("general"in e)&&!("byEnv"in e))return{general:lt(e),byEnv:{}};const t={general:lt(e.general),byEnv:{}};for(const[n,r]of Object.entries(e.byEnv))t.byEnv[n]=lt(r);return t},ut=["failed","broken","passed","skipped","unknown"],dt=["blocker","critical","normal","minor","trivial"],ft=new Set(["failed","broken"]),ht=new Set(["passed"]),pt=new Set([...ft,...ht]),gt=e=>{const t=new Set(e);return e=>t.has(e.status)},mt=(gt(ht),gt(ft),gt(pt),(e,t,n=1)=>{e[t]=(e[t]??0)+n,e.total+=n});var vt;!function(e){e.Amazon="amazon",e.Azure="azure",e.Bitbucket="bitbucket",e.Circle="circle",e.Drone="drone",e.Github="github",e.Gitlab="gitlab",e.Jenkins="jenkins",e.Local="local"}(vt||(vt={}));const bt=[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}],yt=e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of bt){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")},_t=e=>(t,n)=>e(n,t),wt=e=>(t,n)=>t===n?0:null==t?1:null==n?-1:e(t,n),xt=(e,t,n)=>wt(((r,i)=>void 0!==n?t(r[e]??n,i[e]??n):e in r&&e in i?t(r[e],i[e]):0)),kt=e=>(t,n)=>{for(const r of e){const e=r(t,n);if(0!==e)return e}return 0},Ct=()=>wt(((e,t)=>e.localeCompare(t))),St=()=>wt(((e,t)=>e-t)),Mt="default",At=e=>{const{testResultsByEnv:t={}}=e??{},n=Object.keys(t).length??0;return n<=1&&Mt in t?0:n},Tt=e=>{if(e)return e.charAt(0).toLocaleUpperCase()+e.slice(1)};var Lt;!function(e){e.TestResults="test-results.json",e.TestCases="test-cases.json",e.Fixtures="fixtures.json",e.GlobalErrors="global-errors.json",e.GlobalAttachments="global-attachments.json",e.Attachments="attachments.json",e.Environments="environments.json",e.ReportVariables="report-variables.json",e.IndexAttachmentsByTestResults="index-attachments-by-test-results.json",e.IndexTestResultsByHistoryId="index-test-results-by-history-id.json",e.IndexTestResultsByTestCase="index-test-results-by-test-case.json",e.IndexLatestEnvTestResultsByHistoryId="index-latest-env-test-results-by-history-id.json",e.IndexAttachmentsByFixture="index-attachments-by-fixture.json",e.IndexFixturesByTestResult="index-fixtures-by-test-result.json",e.IndexKnownByHistoryId="index-known-by-history-id.json",e.QualityGateResultsByRules="quality-gate-results-by-rules.json"}(Lt||(Lt={}));crypto;function Et(e){return function(){return e}}const Nt=Math.abs,Ot=Math.atan2,Rt=Math.cos,Dt=Math.max,Pt=Math.min,zt=Math.sin,It=Math.sqrt,Bt=1e-12,jt=Math.PI,Ft=jt/2,Ht=2*jt;function $t(e){return e>=1?Ft:e<=-1?-Ft:Math.asin(e)}const qt=Math.PI,Ut=2*qt,Wt=1e-6,Vt=Ut-Wt;function Gt(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}class Yt{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==e?Gt:function(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Gt;const n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=Math.round(arguments[t]*n)/n+e[t]}}(e)}moveTo(e,t){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(e,t){this._append`L${this._x1=+e},${this._y1=+t}`}quadraticCurveTo(e,t,n,r){this._append`Q${+e},${+t},${this._x1=+n},${this._y1=+r}`}bezierCurveTo(e,t,n,r,i,o){this._append`C${+e},${+t},${+n},${+r},${this._x1=+i},${this._y1=+o}`}arcTo(e,t,n,r,i){if(e=+e,t=+t,n=+n,r=+r,(i=+i)<0)throw new Error(`negative radius: ${i}`);let o=this._x1,a=this._y1,s=n-e,l=r-t,c=o-e,u=a-t,d=c*c+u*u;if(null===this._x1)this._append`M${this._x1=e},${this._y1=t}`;else if(d>Wt)if(Math.abs(u*s-l*c)>Wt&&i){let f=n-o,h=r-a,p=s*s+l*l,g=f*f+h*h,m=Math.sqrt(p),v=Math.sqrt(d),b=i*Math.tan((qt-Math.acos((p+d-g)/(2*m*v)))/2),y=b/v,_=b/m;Math.abs(y-1)>Wt&&this._append`L${e+y*c},${t+y*u}`,this._append`A${i},${i},0,0,${+(u*f>c*h)},${this._x1=e+_*s},${this._y1=t+_*l}`}else this._append`L${this._x1=e},${this._y1=t}`;else;}arc(e,t,n,r,i,o){if(e=+e,t=+t,o=!!o,(n=+n)<0)throw new Error(`negative radius: ${n}`);let a=n*Math.cos(r),s=n*Math.sin(r),l=e+a,c=t+s,u=1^o,d=o?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>Wt||Math.abs(this._y1-c)>Wt)&&this._append`L${l},${c}`,n&&(d<0&&(d=d%Ut+Ut),d>Vt?this._append`A${n},${n},0,1,${u},${e-a},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:d>Wt&&this._append`A${n},${n},0,${+(d>=qt)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n=+n}v${+r}h${-n}Z`}toString(){return this._}}function Xt(e){return e.innerRadius}function Zt(e){return e.outerRadius}function Kt(e){return e.startAngle}function Jt(e){return e.endAngle}function Qt(e){return e&&e.padAngle}function en(e,t,n,r,i,o,a){var s=e-n,l=t-r,c=(a?o:-o)/It(s*s+l*l),u=c*l,d=-c*s,f=e+u,h=t+d,p=n+u,g=r+d,m=(f+p)/2,v=(h+g)/2,b=p-f,y=g-h,_=b*b+y*y,w=i-o,x=f*g-p*h,k=(y<0?-1:1)*It(Dt(0,w*w*_-x*x)),C=(x*y-b*k)/_,S=(-x*b-y*k)/_,M=(x*y+b*k)/_,A=(-x*b+y*k)/_,T=C-m,L=S-v,E=M-m,N=A-v;return T*T+L*L>E*E+N*N&&(C=M,S=A),{cx:C,cy:S,x01:-u,y01:-d,x11:C*(i/w-1),y11:S*(i/w-1)}}function tn(){var e=Xt,t=Zt,n=Et(0),r=null,i=Kt,o=Jt,a=Qt,s=null,l=function(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{const e=Math.floor(n);if(!(e>=0))throw new RangeError(`invalid digits: ${n}`);t=e}return e},()=>new Yt(t)}(c);function c(){var c,u,d=+e.apply(this,arguments),f=+t.apply(this,arguments),h=i.apply(this,arguments)-Ft,p=o.apply(this,arguments)-Ft,g=Nt(p-h),m=p>h;if(s||(s=c=l()),f<d&&(u=f,f=d,d=u),f>Bt)if(g>Ht-Bt)s.moveTo(f*Rt(h),f*zt(h)),s.arc(0,0,f,h,p,!m),d>Bt&&(s.moveTo(d*Rt(p),d*zt(p)),s.arc(0,0,d,p,h,m));else{var v,b,y=h,_=p,w=h,x=p,k=g,C=g,S=a.apply(this,arguments)/2,M=S>Bt&&(r?+r.apply(this,arguments):It(d*d+f*f)),A=Pt(Nt(f-d)/2,+n.apply(this,arguments)),T=A,L=A;if(M>Bt){var E=$t(M/d*zt(S)),N=$t(M/f*zt(S));(k-=2*E)>Bt?(w+=E*=m?1:-1,x-=E):(k=0,w=x=(h+p)/2),(C-=2*N)>Bt?(y+=N*=m?1:-1,_-=N):(C=0,y=_=(h+p)/2)}var O=f*Rt(y),R=f*zt(y),D=d*Rt(x),P=d*zt(x);if(A>Bt){var z,I=f*Rt(_),B=f*zt(_),j=d*Rt(w),F=d*zt(w);if(g<jt)if(z=function(e,t,n,r,i,o,a,s){var l=n-e,c=r-t,u=a-i,d=s-o,f=d*l-u*c;if(!(f*f<Bt))return[e+(f=(u*(t-o)-d*(e-i))/f)*l,t+f*c]}(O,R,j,F,I,B,D,P)){var H=O-z[0],$=R-z[1],q=I-z[0],U=B-z[1],W=1/zt(function(e){return e>1?0:e<-1?jt:Math.acos(e)}((H*q+$*U)/(It(H*H+$*$)*It(q*q+U*U)))/2),V=It(z[0]*z[0]+z[1]*z[1]);T=Pt(A,(d-V)/(W-1)),L=Pt(A,(f-V)/(W+1))}else T=L=0}C>Bt?L>Bt?(v=en(j,F,O,R,f,L,m),b=en(I,B,D,P,f,L,m),s.moveTo(v.cx+v.x01,v.cy+v.y01),L<A?s.arc(v.cx,v.cy,L,Ot(v.y01,v.x01),Ot(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,L,Ot(v.y01,v.x01),Ot(v.y11,v.x11),!m),s.arc(0,0,f,Ot(v.cy+v.y11,v.cx+v.x11),Ot(b.cy+b.y11,b.cx+b.x11),!m),s.arc(b.cx,b.cy,L,Ot(b.y11,b.x11),Ot(b.y01,b.x01),!m))):(s.moveTo(O,R),s.arc(0,0,f,y,_,!m)):s.moveTo(O,R),d>Bt&&k>Bt?T>Bt?(v=en(D,P,I,B,d,-T,m),b=en(O,R,j,F,d,-T,m),s.lineTo(v.cx+v.x01,v.cy+v.y01),T<A?s.arc(v.cx,v.cy,T,Ot(v.y01,v.x01),Ot(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,T,Ot(v.y01,v.x01),Ot(v.y11,v.x11),!m),s.arc(0,0,d,Ot(v.cy+v.y11,v.cx+v.x11),Ot(b.cy+b.y11,b.cx+b.x11),m),s.arc(b.cx,b.cy,T,Ot(b.y11,b.x11),Ot(b.y01,b.x01),!m))):s.arc(0,0,d,x,w,m):s.lineTo(D,P)}else s.moveTo(0,0);if(s.closePath(),c)return s=null,c+""||null}return c.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-jt/2;return[Rt(r)*n,zt(r)*n]},c.innerRadius=function(t){return arguments.length?(e="function"==typeof t?t:Et(+t),c):e},c.outerRadius=function(e){return arguments.length?(t="function"==typeof e?e:Et(+e),c):t},c.cornerRadius=function(e){return arguments.length?(n="function"==typeof e?e:Et(+e),c):n},c.padRadius=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:Et(+e),c):r},c.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:Et(+e),c):i},c.endAngle=function(e){return arguments.length?(o="function"==typeof e?e:Et(+e),c):o},c.padAngle=function(e){return arguments.length?(a="function"==typeof e?e:Et(+e),c):a},c.context=function(e){return arguments.length?(s=null==e?null:e,c):s},c}Array.prototype.slice;function nn(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function rn(e){return e}const on=()=>tn().innerRadius(40).outerRadius(50).cornerRadius(2).padAngle(.03),an=function(){var e=rn,t=nn,n=null,r=Et(0),i=Et(Ht),o=Et(0);function a(a){var s,l,c,u,d,f=(a=function(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}(a)).length,h=0,p=new Array(f),g=new Array(f),m=+r.apply(this,arguments),v=Math.min(Ht,Math.max(-Ht,i.apply(this,arguments)-m)),b=Math.min(Math.abs(v)/f,o.apply(this,arguments)),y=b*(v<0?-1:1);for(s=0;s<f;++s)(d=g[p[s]=s]=+e(a[s],s,a))>0&&(h+=d);for(null!=t?p.sort((function(e,n){return t(g[e],g[n])})):null!=n&&p.sort((function(e,t){return n(a[e],a[t])})),s=0,c=h?(v-f*y)/h:0;s<f;++s,m=u)l=p[s],u=m+((d=g[l])>0?d*c:0)+y,g[l]={data:a[l],index:s,value:d,startAngle:m,endAngle:u,padAngle:b};return g}return a.value=function(t){return arguments.length?(e="function"==typeof t?t:Et(+t),a):e},a.sortValues=function(e){return arguments.length?(t=e,n=null,a):t},a.sort=function(e){return arguments.length?(n=e,t=null,a):n},a.startAngle=function(e){return arguments.length?(r="function"==typeof e?e:Et(+e),a):r},a.endAngle=function(e){return arguments.length?(i="function"==typeof e?e:Et(+e),a):i},a.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:Et(+e),a):o},a}().value((e=>e.count)).padAngle(.03).sortValues(((e,t)=>e-t)),sn=on(),ln=on().padAngle(0).cornerRadius(0),cn=e=>{if(!e?.total){const e={status:"__empty__",count:1},t={data:e,value:1,index:0,startAngle:0,endAngle:2*Math.PI,padAngle:0};return{slices:[{d:ln(t),...e}],percentage:0}}const t=ut.filter((t=>!!e?.[t])).map((t=>({status:t,count:e[t]}))),n=an(t).map((e=>{const t=sn(e);return t?{d:t,...e.data}:null})).filter((e=>null!==e)),r=((e,t)=>Math.floor(e/t*1e4)/100)(e.passed??0,e.total);return{slices:n,percentage:r}};new class extends Array{constructor(){super()}includes(){return!0}};var un=a(7985);const dn=(e,t)=>new un({escapeXML:!0,...t}).toHtml(e),{entries:fn,setPrototypeOf:hn,isFrozen:pn,getPrototypeOf:gn,getOwnPropertyDescriptor:mn}=Object;let{freeze:vn,seal:bn,create:yn}=Object,{apply:_n,construct:wn}="undefined"!=typeof Reflect&&Reflect;vn||(vn=function(e){return e}),bn||(bn=function(e){return e}),_n||(_n=function(e,t,n){return e.apply(t,n)}),wn||(wn=function(e,t){return new e(...t)});const xn=In(Array.prototype.forEach),kn=In(Array.prototype.lastIndexOf),Cn=In(Array.prototype.pop),Sn=In(Array.prototype.push),Mn=In(Array.prototype.splice),An=In(String.prototype.toLowerCase),Tn=In(String.prototype.toString),Ln=In(String.prototype.match),En=In(String.prototype.replace),Nn=In(String.prototype.indexOf),On=In(String.prototype.trim),Rn=In(Object.prototype.hasOwnProperty),Dn=In(RegExp.prototype.test),Pn=(zn=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return wn(zn,t)});var zn;function In(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return _n(e,t,r)}}function Bn(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:An;hn&&hn(e,null);let r=t.length;for(;r--;){let i=t[r];if("string"==typeof i){const e=n(i);e!==i&&(pn(t)||(t[r]=e),i=e)}e[i]=!0}return e}function jn(e){for(let t=0;t<e.length;t++){Rn(e,t)||(e[t]=null)}return e}function Fn(e){const t=yn(null);for(const[n,r]of fn(e)){Rn(e,n)&&(Array.isArray(r)?t[n]=jn(r):r&&"object"==typeof r&&r.constructor===Object?t[n]=Fn(r):t[n]=r)}return t}function Hn(e,t){for(;null!==e;){const n=mn(e,t);if(n){if(n.get)return In(n.get);if("function"==typeof n.value)return In(n.value)}e=gn(e)}return function(){return null}}const $n=vn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),qn=vn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Un=vn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Wn=vn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Vn=vn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Gn=vn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Yn=vn(["#text"]),Xn=vn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Zn=vn(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Kn=vn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Jn=vn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Qn=bn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),er=bn(/<%[\w\W]*|[\w\W]*%>/gm),tr=bn(/\$\{[\w\W]*/gm),nr=bn(/^data-[\-\w.\u00B7-\uFFFF]+$/),rr=bn(/^aria-[\-\w]+$/),ir=bn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),or=bn(/^(?:\w+script|data):/i),ar=bn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),sr=bn(/^html$/i),lr=bn(/^[a-z][.\w]*(-[.\w]+)+$/i);var cr=Object.freeze({__proto__:null,ARIA_ATTR:rr,ATTR_WHITESPACE:ar,CUSTOM_ELEMENT:lr,DATA_ATTR:nr,DOCTYPE_NAME:sr,ERB_EXPR:er,IS_ALLOWED_URI:ir,IS_SCRIPT_OR_DATA:or,MUSTACHE_EXPR:Qn,TMPLIT_EXPR:tr});const ur=1,dr=3,fr=7,hr=8,pr=9,gr=function(){return"undefined"==typeof window?null:window};(function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:gr();const n=t=>e(t);if(n.version="3.2.6",n.removed=[],!t||!t.document||t.document.nodeType!==pr||!t.Element)return n.isSupported=!1,n;let{document:r}=t;const i=r,o=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:l,Element:c,NodeFilter:u,NamedNodeMap:d=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:f,DOMParser:h,trustedTypes:p}=t,g=c.prototype,m=Hn(g,"cloneNode"),v=Hn(g,"remove"),b=Hn(g,"nextSibling"),y=Hn(g,"childNodes"),_=Hn(g,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let w,x="";const{implementation:k,createNodeIterator:C,createDocumentFragment:S,getElementsByTagName:M}=r,{importNode:A}=i;let T={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof fn&&"function"==typeof _&&k&&void 0!==k.createHTMLDocument;const{MUSTACHE_EXPR:L,ERB_EXPR:E,TMPLIT_EXPR:N,DATA_ATTR:O,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:D,ATTR_WHITESPACE:P,CUSTOM_ELEMENT:z}=cr;let{IS_ALLOWED_URI:I}=cr,B=null;const j=Bn({},[...$n,...qn,...Un,...Vn,...Yn]);let F=null;const H=Bn({},[...Xn,...Zn,...Kn,...Jn]);let $=Object.seal(yn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),q=null,U=null,W=!0,V=!0,G=!1,Y=!0,X=!1,Z=!0,K=!1,J=!1,Q=!1,ee=!1,te=!1,ne=!1,re=!0,ie=!1,oe=!0,ae=!1,se={},le=null;const ce=Bn({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ue=null;const de=Bn({},["audio","video","img","source","image","track"]);let fe=null;const he=Bn({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),pe="http://www.w3.org/1998/Math/MathML",ge="http://www.w3.org/2000/svg",me="http://www.w3.org/1999/xhtml";let ve=me,be=!1,ye=null;const _e=Bn({},[pe,ge,me],Tn);let we=Bn({},["mi","mo","mn","ms","mtext"]),xe=Bn({},["annotation-xml"]);const ke=Bn({},["title","style","font","a","script"]);let Ce=null;const Se=["application/xhtml+xml","text/html"];let Me=null,Ae=null;const Te=r.createElement("form"),Le=function(e){return e instanceof RegExp||e instanceof Function},Ee=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Ae||Ae!==e){if(e&&"object"==typeof e||(e={}),e=Fn(e),Ce=-1===Se.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,Me="application/xhtml+xml"===Ce?Tn:An,B=Rn(e,"ALLOWED_TAGS")?Bn({},e.ALLOWED_TAGS,Me):j,F=Rn(e,"ALLOWED_ATTR")?Bn({},e.ALLOWED_ATTR,Me):H,ye=Rn(e,"ALLOWED_NAMESPACES")?Bn({},e.ALLOWED_NAMESPACES,Tn):_e,fe=Rn(e,"ADD_URI_SAFE_ATTR")?Bn(Fn(he),e.ADD_URI_SAFE_ATTR,Me):he,ue=Rn(e,"ADD_DATA_URI_TAGS")?Bn(Fn(de),e.ADD_DATA_URI_TAGS,Me):de,le=Rn(e,"FORBID_CONTENTS")?Bn({},e.FORBID_CONTENTS,Me):ce,q=Rn(e,"FORBID_TAGS")?Bn({},e.FORBID_TAGS,Me):Fn({}),U=Rn(e,"FORBID_ATTR")?Bn({},e.FORBID_ATTR,Me):Fn({}),se=!!Rn(e,"USE_PROFILES")&&e.USE_PROFILES,W=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,G=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Y=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,X=e.SAFE_FOR_TEMPLATES||!1,Z=!1!==e.SAFE_FOR_XML,K=e.WHOLE_DOCUMENT||!1,ee=e.RETURN_DOM||!1,te=e.RETURN_DOM_FRAGMENT||!1,ne=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,re=!1!==e.SANITIZE_DOM,ie=e.SANITIZE_NAMED_PROPS||!1,oe=!1!==e.KEEP_CONTENT,ae=e.IN_PLACE||!1,I=e.ALLOWED_URI_REGEXP||ir,ve=e.NAMESPACE||me,we=e.MATHML_TEXT_INTEGRATION_POINTS||we,xe=e.HTML_INTEGRATION_POINTS||xe,$=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&($.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&($.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&($.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),X&&(V=!1),te&&(ee=!0),se&&(B=Bn({},Yn),F=[],!0===se.html&&(Bn(B,$n),Bn(F,Xn)),!0===se.svg&&(Bn(B,qn),Bn(F,Zn),Bn(F,Jn)),!0===se.svgFilters&&(Bn(B,Un),Bn(F,Zn),Bn(F,Jn)),!0===se.mathMl&&(Bn(B,Vn),Bn(F,Kn),Bn(F,Jn))),e.ADD_TAGS&&(B===j&&(B=Fn(B)),Bn(B,e.ADD_TAGS,Me)),e.ADD_ATTR&&(F===H&&(F=Fn(F)),Bn(F,e.ADD_ATTR,Me)),e.ADD_URI_SAFE_ATTR&&Bn(fe,e.ADD_URI_SAFE_ATTR,Me),e.FORBID_CONTENTS&&(le===ce&&(le=Fn(le)),Bn(le,e.FORBID_CONTENTS,Me)),oe&&(B["#text"]=!0),K&&Bn(B,["html","head","body"]),B.table&&(Bn(B,["tbody"]),delete q.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw Pn('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw Pn('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=e.TRUSTED_TYPES_POLICY,x=w.createHTML("")}else void 0===w&&(w=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML(e){return e},createScriptURL(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}}(p,o)),null!==w&&"string"==typeof x&&(x=w.createHTML(""));vn&&vn(e),Ae=e}},Ne=Bn({},[...qn,...Un,...Wn]),Oe=Bn({},[...Vn,...Gn]),Re=function(e){Sn(n.removed,{element:e});try{_(e).removeChild(e)}catch(t){v(e)}},De=function(e,t){try{Sn(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){Sn(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(ee||te)try{Re(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Pe=function(e){let t=null,n=null;if(Q)e="<remove></remove>"+e;else{const t=Ln(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===Ce&&ve===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const i=w?w.createHTML(e):e;if(ve===me)try{t=(new h).parseFromString(i,Ce)}catch(e){}if(!t||!t.documentElement){t=k.createDocument(ve,"template",null);try{t.documentElement.innerHTML=be?x:i}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),ve===me?M.call(t,K?"html":"body")[0]:K?t.documentElement:o},ze=function(e){return C.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Ie=function(e){return e instanceof f&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Be=function(e){return"function"==typeof l&&e instanceof l};function je(e,t,r){xn(e,(e=>{e.call(n,t,r,Ae)}))}const Fe=function(e){let t=null;if(je(T.beforeSanitizeElements,e,null),Ie(e))return Re(e),!0;const r=Me(e.nodeName);if(je(T.uponSanitizeElement,e,{tagName:r,allowedTags:B}),Z&&e.hasChildNodes()&&!Be(e.firstElementChild)&&Dn(/<[/\w!]/g,e.innerHTML)&&Dn(/<[/\w!]/g,e.textContent))return Re(e),!0;if(e.nodeType===fr)return Re(e),!0;if(Z&&e.nodeType===hr&&Dn(/<[/\w]/g,e.data))return Re(e),!0;if(!B[r]||q[r]){if(!q[r]&&$e(r)){if($.tagNameCheck instanceof RegExp&&Dn($.tagNameCheck,r))return!1;if($.tagNameCheck instanceof Function&&$.tagNameCheck(r))return!1}if(oe&&!le[r]){const t=_(e)||e.parentNode,n=y(e)||e.childNodes;if(n&&t){for(let r=n.length-1;r>=0;--r){const i=m(n[r],!0);i.__removalCount=(e.__removalCount||0)+1,t.insertBefore(i,b(e))}}}return Re(e),!0}return e instanceof c&&!function(e){let t=_(e);t&&t.tagName||(t={namespaceURI:ve,tagName:"template"});const n=An(e.tagName),r=An(t.tagName);return!!ye[e.namespaceURI]&&(e.namespaceURI===ge?t.namespaceURI===me?"svg"===n:t.namespaceURI===pe?"svg"===n&&("annotation-xml"===r||we[r]):Boolean(Ne[n]):e.namespaceURI===pe?t.namespaceURI===me?"math"===n:t.namespaceURI===ge?"math"===n&&xe[r]:Boolean(Oe[n]):e.namespaceURI===me?!(t.namespaceURI===ge&&!xe[r])&&!(t.namespaceURI===pe&&!we[r])&&!Oe[n]&&(ke[n]||!Ne[n]):!("application/xhtml+xml"!==Ce||!ye[e.namespaceURI]))}(e)?(Re(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!Dn(/<\/no(script|embed|frames)/i,e.innerHTML)?(X&&e.nodeType===dr&&(t=e.textContent,xn([L,E,N],(e=>{t=En(t,e," ")})),e.textContent!==t&&(Sn(n.removed,{element:e.cloneNode()}),e.textContent=t)),je(T.afterSanitizeElements,e,null),!1):(Re(e),!0)},He=function(e,t,n){if(re&&("id"===t||"name"===t)&&(n in r||n in Te))return!1;if(V&&!U[t]&&Dn(O,t));else if(W&&Dn(R,t));else if(!F[t]||U[t]){if(!($e(e)&&($.tagNameCheck instanceof RegExp&&Dn($.tagNameCheck,e)||$.tagNameCheck instanceof Function&&$.tagNameCheck(e))&&($.attributeNameCheck instanceof RegExp&&Dn($.attributeNameCheck,t)||$.attributeNameCheck instanceof Function&&$.attributeNameCheck(t))||"is"===t&&$.allowCustomizedBuiltInElements&&($.tagNameCheck instanceof RegExp&&Dn($.tagNameCheck,n)||$.tagNameCheck instanceof Function&&$.tagNameCheck(n))))return!1}else if(fe[t]);else if(Dn(I,En(n,P,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==Nn(n,"data:")||!ue[e]){if(G&&!Dn(D,En(n,P,"")));else if(n)return!1}else;return!0},$e=function(e){return"annotation-xml"!==e&&Ln(e,z)},qe=function(e){je(T.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Ie(e))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:F,forceKeepAttr:void 0};let i=t.length;for(;i--;){const o=t[i],{name:a,namespaceURI:s,value:l}=o,c=Me(a),u=l;let d="value"===a?u:On(u);if(r.attrName=c,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,je(T.uponSanitizeAttribute,e,r),d=r.attrValue,!ie||"id"!==c&&"name"!==c||(De(a,e),d="user-content-"+d),Z&&Dn(/((--!?|])>)|<\/(style|title)/i,d)){De(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){De(a,e);continue}if(!Y&&Dn(/\/>/i,d)){De(a,e);continue}X&&xn([L,E,N],(e=>{d=En(d,e," ")}));const f=Me(e.nodeName);if(He(f,c,d)){if(w&&"object"==typeof p&&"function"==typeof p.getAttributeType)if(s);else switch(p.getAttributeType(f,c)){case"TrustedHTML":d=w.createHTML(d);break;case"TrustedScriptURL":d=w.createScriptURL(d)}if(d!==u)try{s?e.setAttributeNS(s,a,d):e.setAttribute(a,d),Ie(e)?Re(e):Cn(n.removed)}catch(t){De(a,e)}}else De(a,e)}je(T.afterSanitizeAttributes,e,null)},Ue=function e(t){let n=null;const r=ze(t);for(je(T.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)je(T.uponSanitizeShadowNode,n,null),Fe(n),qe(n),n.content instanceof a&&e(n.content);je(T.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,s=null,c=null;if(be=!e,be&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Be(e)){if("function"!=typeof e.toString)throw Pn("toString is not a function");if("string"!=typeof(e=e.toString()))throw Pn("dirty is not a string, aborting")}if(!n.isSupported)return e;if(J||Ee(t),n.removed=[],"string"==typeof e&&(ae=!1),ae){if(e.nodeName){const t=Me(e.nodeName);if(!B[t]||q[t])throw Pn("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof l)r=Pe("\x3c!----\x3e"),o=r.ownerDocument.importNode(e,!0),o.nodeType===ur&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!ee&&!X&&!K&&-1===e.indexOf("<"))return w&&ne?w.createHTML(e):e;if(r=Pe(e),!r)return ee?null:ne?x:""}r&&Q&&Re(r.firstChild);const u=ze(ae?e:r);for(;s=u.nextNode();)Fe(s),qe(s),s.content instanceof a&&Ue(s.content);if(ae)return e;if(ee){if(te)for(c=S.call(r.ownerDocument);r.firstChild;)c.appendChild(r.firstChild);else c=r;return(F.shadowroot||F.shadowrootmode)&&(c=A.call(i,c,!0)),c}let d=K?r.outerHTML:r.innerHTML;return K&&B["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&Dn(sr,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),X&&xn([L,E,N],(e=>{d=En(d,e," ")})),w&&ne?w.createHTML(d):d},n.setConfig=function(){Ee(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),J=!0},n.clearConfig=function(){Ae=null,J=!1},n.isValidAttribute=function(e,t,n){Ae||Ee({});const r=Me(e),i=Me(t);return He(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&Sn(T[e],t)},n.removeHook=function(e,t){if(void 0!==t){const n=kn(T[e],t);return-1===n?void 0:Mn(T[e],n,1)[0]}return Cn(T[e])},n.removeHooks=function(e){T[e]=[]},n.removeAllHooks=function(){T={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n})();var mr,vr,br,yr,_r,wr,xr,kr,Cr,Sr,Mr,Ar,Tr,Lr={},Er=[],Nr=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Or=Array.isArray;function Rr(e,t){for(var n in t)e[n]=t[n];return e}function Dr(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function Pr(e,t,n){var r,i,o,a={};for(o in t)"key"==o?r=t[o]:"ref"==o?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?mr.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===a[o]&&(a[o]=e.defaultProps[o]);return zr(e,a,r,i,null)}function zr(e,t,n,r,i){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==i?++br:i,__i:-1,__u:0};return null==i&&null!=vr.vnode&&vr.vnode(o),o}function Ir(e){return e.children}function Br(e,t){this.props=e,this.context=t}function jr(e,t){if(null==t)return e.__?jr(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?jr(e):null}function Fr(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return Fr(e)}}function Hr(e){(!e.__d&&(e.__d=!0)&&_r.push(e)&&!$r.__r++||wr!=vr.debounceRendering)&&((wr=vr.debounceRendering)||xr)($r)}function $r(){for(var e,t,n,r,i,o,a,s=1;_r.length;)_r.length>s&&_r.sort(kr),e=_r.shift(),s=_r.length,e.__d&&(n=void 0,r=void 0,i=(r=(t=e).__v).__e,o=[],a=[],t.__P&&((n=Rr({},r)).__v=r.__v+1,vr.vnode&&vr.vnode(n),Kr(t.__P,n,r,t.__n,t.__P.namespaceURI,32&r.__u?[i]:null,o,null==i?jr(r):i,!!(32&r.__u),a),n.__v=r.__v,n.__.__k[n.__i]=n,Qr(o,n,a),r.__e=r.__=null,n.__e!=i&&Fr(n)));$r.__r=0}function qr(e,t,n,r,i,o,a,s,l,c,u){var d,f,h,p,g,m,v,b=r&&r.__k||Er,y=t.length;for(l=Ur(n,t,b,l,y),d=0;d<y;d++)null!=(h=n.__k[d])&&(f=-1==h.__i?Lr:b[h.__i]||Lr,h.__i=d,m=Kr(e,h,f,i,o,a,s,l,c,u),p=h.__e,h.ref&&f.ref!=h.ref&&(f.ref&&ni(f.ref,null,h),u.push(h.ref,h.__c||p,h)),null==g&&null!=p&&(g=p),(v=!!(4&h.__u))||f.__k===h.__k?l=Wr(h,l,e,v):"function"==typeof h.type&&void 0!==m?l=m:p&&(l=p.nextSibling),h.__u&=-7);return n.__e=g,l}function Ur(e,t,n,r,i){var o,a,s,l,c,u=n.length,d=u,f=0;for(e.__k=new Array(i),o=0;o<i;o++)null!=(a=t[o])&&"boolean"!=typeof a&&"function"!=typeof a?("string"==typeof a||"number"==typeof a||"bigint"==typeof a||a.constructor==String?a=e.__k[o]=zr(null,a,null,null,null):Or(a)?a=e.__k[o]=zr(Ir,{children:a},null,null,null):void 0===a.constructor&&a.__b>0?a=e.__k[o]=zr(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):e.__k[o]=a,l=o+f,a.__=e,a.__b=e.__b+1,s=null,-1!=(c=a.__i=Gr(a,n,l,d))&&(d--,(s=n[c])&&(s.__u|=2)),null==s||null==s.__v?(-1==c&&(i>u?f--:i<u&&f++),"function"!=typeof a.type&&(a.__u|=4)):c!=l&&(c==l-1?f--:c==l+1?f++:(c>l?f--:f++,a.__u|=4))):e.__k[o]=null;if(d)for(o=0;o<u;o++)null!=(s=n[o])&&!(2&s.__u)&&(s.__e==r&&(r=jr(s)),ri(s,s));return r}function Wr(e,t,n,r){var i,o;if("function"==typeof e.type){for(i=e.__k,o=0;i&&o<i.length;o++)i[o]&&(i[o].__=e,t=Wr(i[o],t,n,r));return t}e.__e!=t&&(r&&(t&&e.type&&!t.parentNode&&(t=jr(e)),n.insertBefore(e.__e,t||null)),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8==t.nodeType);return t}function Vr(e,t){return t=t||[],null==e||"boolean"==typeof e||(Or(e)?e.some((function(e){Vr(e,t)})):t.push(e)),t}function Gr(e,t,n,r){var i,o,a,s=e.key,l=e.type,c=t[n],u=null!=c&&!(2&c.__u);if(null===c&&null==s||u&&s==c.key&&l==c.type)return n;if(r>(u?1:0))for(i=n-1,o=n+1;i>=0||o<t.length;)if(null!=(c=t[a=i>=0?i--:o++])&&!(2&c.__u)&&s==c.key&&l==c.type)return a;return-1}function Yr(e,t,n){"-"==t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||Nr.test(t)?n:n+"px"}function Xr(e,t,n,r,i){var o,a;e:if("style"==t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||Yr(e.style,t,"");if(n)for(t in n)r&&n[t]==r[t]||Yr(e.style,t,n[t])}else if("o"==t[0]&&"n"==t[1])o=t!=(t=t.replace(Cr,"$1")),a=t.toLowerCase(),t=a in e||"onFocusOut"==t||"onFocusIn"==t?a.slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?r?n.u=r.u:(n.u=Sr,e.addEventListener(t,o?Ar:Mr,o)):e.removeEventListener(t,o?Ar:Mr,o);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!=t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==n?"":n))}}function Zr(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t.t)t.t=Sr++;else if(t.t<n.u)return;return n(vr.event?vr.event(t):t)}}}function Kr(e,t,n,r,i,o,a,s,l,c){var u,d,f,h,p,g,m,v,b,y,_,w,x,k,C,S,M,A=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),o=[s=t.__e=n.__e]),(u=vr.__b)&&u(t);e:if("function"==typeof A)try{if(v=t.props,b="prototype"in A&&A.prototype.render,y=(u=A.contextType)&&r[u.__c],_=u?y?y.props.value:u.__:r,n.__c?m=(d=t.__c=n.__c).__=d.__E:(b?t.__c=d=new A(v,_):(t.__c=d=new Br(v,_),d.constructor=A,d.render=ii),y&&y.sub(d),d.state||(d.state={}),d.__n=r,f=d.__d=!0,d.__h=[],d._sb=[]),b&&null==d.__s&&(d.__s=d.state),b&&null!=A.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=Rr({},d.__s)),Rr(d.__s,A.getDerivedStateFromProps(v,d.__s))),h=d.props,p=d.state,d.__v=t,f)b&&null==A.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),b&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(b&&null==A.getDerivedStateFromProps&&v!==h&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(v,_),t.__v==n.__v||!d.__e&&null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(v,d.__s,_)){for(t.__v!=n.__v&&(d.props=v,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some((function(e){e&&(e.__=t)})),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[],d.__h.length&&a.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(v,d.__s,_),b&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(h,p,g)}))}if(d.context=_,d.props=v,d.__P=e,d.__e=!1,x=vr.__r,k=0,b){for(d.state=d.__s,d.__d=!1,x&&x(t),u=d.render(d.props,d.state,d.context),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[]}else do{d.__d=!1,x&&x(t),u=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++k<25);d.state=d.__s,null!=d.getChildContext&&(r=Rr(Rr({},r),d.getChildContext())),b&&!f&&null!=d.getSnapshotBeforeUpdate&&(g=d.getSnapshotBeforeUpdate(h,p)),S=u,null!=u&&u.type===Ir&&null==u.key&&(S=ei(u.props.children)),s=qr(e,Or(S)?S:[S],t,n,r,i,o,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),m&&(d.__E=d.__=null)}catch(e){if(t.__v=null,l||null!=o)if(e.then){for(t.__u|=l?160:128;s&&8==s.nodeType&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else{for(M=o.length;M--;)Dr(o[M]);Jr(t)}else t.__e=n.__e,t.__k=n.__k,e.then||Jr(t);vr.__e(e,t,n)}else null==o&&t.__v==n.__v?(t.__k=n.__k,t.__e=n.__e):s=t.__e=ti(n.__e,t,n,r,i,o,a,l,c);return(u=vr.diffed)&&u(t),128&t.__u?void 0:s}function Jr(e){e&&e.__c&&(e.__c.__e=!0),e&&e.__k&&e.__k.forEach(Jr)}function Qr(e,t,n){for(var r=0;r<n.length;r++)ni(n[r],n[++r],n[++r]);vr.__c&&vr.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){vr.__e(e,t.__v)}}))}function ei(e){return"object"!=typeof e||null==e||e.__b&&e.__b>0?e:Or(e)?e.map(ei):Rr({},e)}function ti(e,t,n,r,i,o,a,s,l){var c,u,d,f,h,p,g,m=n.props||Lr,v=t.props,b=t.type;if("svg"==b?i="http://www.w3.org/2000/svg":"math"==b?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=o)for(c=0;c<o.length;c++)if((h=o[c])&&"setAttribute"in h==!!b&&(b?h.localName==b:3==h.nodeType)){e=h,o[c]=null;break}if(null==e){if(null==b)return document.createTextNode(v);e=document.createElementNS(i,b,v.is&&v),s&&(vr.__m&&vr.__m(t,o),s=!1),o=null}if(null==b)m===v||s&&e.data==v||(e.data=v);else{if(o=o&&mr.call(e.childNodes),!s&&null!=o)for(m={},c=0;c<e.attributes.length;c++)m[(h=e.attributes[c]).name]=h.value;for(c in m)if(h=m[c],"children"==c);else if("dangerouslySetInnerHTML"==c)d=h;else if(!(c in v)){if("value"==c&&"defaultValue"in v||"checked"==c&&"defaultChecked"in v)continue;Xr(e,c,null,h,i)}for(c in v)h=v[c],"children"==c?f=h:"dangerouslySetInnerHTML"==c?u=h:"value"==c?p=h:"checked"==c?g=h:s&&"function"!=typeof h||m[c]===h||Xr(e,c,h,m[c],i);if(u)s||d&&(u.__html==d.__html||u.__html==e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(d&&(e.innerHTML=""),qr("template"==t.type?e.content:e,Or(f)?f:[f],t,n,r,"foreignObject"==b?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:n.__k&&jr(n,0),s,l),null!=o)for(c=o.length;c--;)Dr(o[c]);s||(c="value","progress"==b&&null==p?e.removeAttribute("value"):null!=p&&(p!==e[c]||"progress"==b&&!p||"option"==b&&p!=m[c])&&Xr(e,c,p,m[c],i),c="checked",null!=g&&g!=e[c]&&Xr(e,c,g,m[c],i))}return e}function ni(e,t,n){try{if("function"==typeof e){var r="function"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){vr.__e(e,n)}}function ri(e,t,n){var r,i;if(vr.unmount&&vr.unmount(e),(r=e.ref)&&(r.current&&r.current!=e.__e||ni(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){vr.__e(e,t)}r.base=r.__P=null}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&ri(r[i],t,n||"function"!=typeof e.type);n||Dr(e.__e),e.__c=e.__=e.__e=void 0}function ii(e,t,n){return this.constructor(e,n)}function oi(e,t,n){var r,i,o,a;t==document&&(t=document.documentElement),vr.__&&vr.__(e,t),i=(r="function"==typeof n)?null:n&&n.__k||t.__k,o=[],a=[],Kr(t,e=(!r&&n||t).__k=Pr(Ir,null,[e]),i||Lr,Lr,t.namespaceURI,!r&&n?[n]:i?null:t.firstChild?mr.call(t.childNodes):null,o,!r&&n?n:i?i.__e:t.firstChild,r,a),Qr(o,e,a)}function ai(e,t,n){var r,i,o,a,s=Rr({},e.props);for(o in e.type&&e.type.defaultProps&&(a=e.type.defaultProps),t)"key"==o?r=t[o]:"ref"==o?i=t[o]:s[o]=void 0===t[o]&&null!=a?a[o]:t[o];return arguments.length>2&&(s.children=arguments.length>3?mr.call(arguments,2):n),zr(e.type,s,r||e.key,i||e.ref,null)}function si(e){function t(e){var n,r;return this.getChildContext||(n=new Set,(r={})[t.__c]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!=e.value&&n.forEach((function(e){e.__e=!0,Hr(e)}))},this.sub=function(e){n.add(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.delete(e),t&&t.call(e)}}),e.children}return t.__c="__cC"+Tr++,t.__=e,t.Provider=t.__l=(t.Consumer=function(e,t){return e.children(t)}).contextType=t,t}mr=Er.slice,vr={__e:function(e,t,n,r){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),a=i.__d),a)return i.__E=i}catch(t){e=t}throw e}},br=0,yr=function(e){return null!=e&&void 0===e.constructor},Br.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!=this.state?this.__s:this.__s=Rr({},this.state),"function"==typeof e&&(e=e(Rr({},n),this.props)),e&&Rr(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),Hr(this))},Br.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Hr(this))},Br.prototype.render=Ir,_r=[],xr="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,kr=function(e,t){return e.__v.__b-t.__v.__b},$r.__r=0,Cr=/(PointerCapture)$|Capture$/i,Sr=0,Mr=Zr(!1),Ar=Zr(!0),Tr=0;var li,ci,ui,di,fi=0,hi=[],pi=vr,gi=pi.__b,mi=pi.__r,vi=pi.diffed,bi=pi.__c,yi=pi.unmount,_i=pi.__;function wi(e,t){pi.__h&&pi.__h(ci,e,fi||t),fi=0;var n=ci.__H||(ci.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function xi(e){return fi=1,ki(Ii,e)}function ki(e,t,n){var r=wi(li++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):Ii(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=ci,!ci.__f)){var i=function(e,t,n){if(!r.__c.__H)return!0;var i=r.__c.__H.__.filter((function(e){return!!e.__c}));if(i.every((function(e){return!e.__N})))return!o||o.call(this,e,t,n);var a=r.__c.props!==e;return i.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),o&&o.call(this,e,t,n)||a};ci.__f=!0;var o=ci.shouldComponentUpdate,a=ci.componentWillUpdate;ci.componentWillUpdate=function(e,t,n){if(this.__e){var r=o;o=void 0,i(e,t,n),o=r}a&&a.call(this,e,t,n)},ci.shouldComponentUpdate=i}return r.__N||r.__}function Ci(e,t){var n=wi(li++,3);!pi.__s&&zi(n.__H,t)&&(n.__=e,n.u=t,ci.__H.__h.push(n))}function Si(e,t){var n=wi(li++,4);!pi.__s&&zi(n.__H,t)&&(n.__=e,n.u=t,ci.__h.push(n))}function Mi(e){return fi=5,Ai((function(){return{current:e}}),[])}function Ai(e,t){var n=wi(li++,7);return zi(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Ti(e,t){return fi=8,Ai((function(){return e}),t)}function Li(e){var t=ci.context[e.__c],n=wi(li++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(ci)),t.props.value):e.__}function Ei(){var e=wi(li++,11);if(!e.__){for(var t=ci.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function Ni(){for(var e;e=hi.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Di),e.__H.__h.forEach(Pi),e.__H.__h=[]}catch(t){e.__H.__h=[],pi.__e(t,e.__v)}}pi.__b=function(e){ci=null,gi&&gi(e)},pi.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),_i&&_i(e,t)},pi.__r=function(e){mi&&mi(e),li=0;var t=(ci=e.__c).__H;t&&(ui===ci?(t.__h=[],ci.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.u=e.__N=void 0}))):(t.__h.forEach(Di),t.__h.forEach(Pi),t.__h=[],li=0)),ui=ci},pi.diffed=function(e){vi&&vi(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==hi.push(t)&&di===pi.requestAnimationFrame||((di=pi.requestAnimationFrame)||Ri)(Ni)),t.__H.__.forEach((function(e){e.u&&(e.__H=e.u),e.u=void 0}))),ui=ci=null},pi.__c=function(e,t){t.some((function(e){try{e.__h.forEach(Di),e.__h=e.__h.filter((function(e){return!e.__||Pi(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],pi.__e(n,e.__v)}})),bi&&bi(e,t)},pi.unmount=function(e){yi&&yi(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{Di(e)}catch(e){t=e}})),n.__H=void 0,t&&pi.__e(t,n.__v))};var Oi="function"==typeof requestAnimationFrame;function Ri(e){var t,n=function(){clearTimeout(r),Oi&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,35);Oi&&(t=requestAnimationFrame(n))}function Di(e){var t=ci,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),ci=t}function Pi(e){var t=ci;e.__c=e.__(),ci=t}function zi(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function Ii(e,t){return"function"==typeof t?t(e):t}function Bi(e,t){for(var n in t)e[n]=t[n];return e}function ji(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function Fi(e,t){this.props=e,this.context=t}function Hi(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:ji(this.props,e)}function r(t){return this.shouldComponentUpdate=n,Pr(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r.type=e,r}(Fi.prototype=new Br).isPureReactComponent=!0,Fi.prototype.shouldComponentUpdate=function(e,t){return ji(this.props,e)||ji(this.state,t)};var $i=vr.__b;vr.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),$i&&$i(e)};var qi="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function Ui(e){function t(t){var n=Bi({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=qi,t.render=e,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var Wi=vr.__e;vr.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);Wi(e,t,n,r)};var Vi=vr.unmount;function Gi(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=Bi({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c.__e=!0,e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Gi(e,t,n)}))),e}function Yi(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Yi(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function Xi(){this.__u=0,this.o=null,this.__b=null}function Zi(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Ki(){this.i=null,this.l=null}vr.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Vi&&Vi(e)},(Xi.prototype=new Br).__c=function(e,t){var n=t.__c,r=this;null==r.o&&(r.o=[]),r.o.push(n);var i=Zi(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Yi(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.o.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},Xi.prototype.componentWillUnmount=function(){this.o=[]},Xi.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Gi(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&Pr(Ir,null,e.fallback);return i&&(i.__u&=-33),[Pr(Ir,null,t.__a?null:e.children),i]};var Ji=function(e,t,n){if(++n[1]===n[0]&&e.l.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.l.size))for(n=e.i;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.i=n=n[2]}};(Ki.prototype=new Br).__a=function(e){var t=this,n=Zi(t.__v),r=t.l.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),Ji(t,e,r)):i()};n?n(o):o()}},Ki.prototype.render=function(e){this.i=null,this.l=new Map;var t=Vr(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.l.set(t[n],this.i=[1,0,this.i]);return e.children},Ki.prototype.componentDidUpdate=Ki.prototype.componentDidMount=function(){var e=this;this.l.forEach((function(t,n){Ji(e,n,t)}))};var Qi="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,eo=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,to=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,no=/[A-Z0-9]/g,ro="undefined"!=typeof document,io=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};Br.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(Br.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var oo=vr.event;function ao(){}function so(){return this.cancelBubble}function lo(){return this.defaultPrevented}vr.event=function(e){return oo&&(e=oo(e)),e.persist=ao,e.isPropagationStopped=so,e.isDefaultPrevented=lo,e.nativeEvent=e};var co={enumerable:!1,configurable:!0,get:function(){return this.class}},uo=vr.vnode;vr.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||ro&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||io(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":to.test(o)&&(o=s):s=o="oninput":i&&eo.test(o)?o=o.replace(no,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=Vr(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=Vr(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",co)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Qi,uo&&uo(e)};var fo=vr.__r;vr.__r=function(e){fo&&fo(e),e.__c};var ho=vr.diffed;vr.diffed=function(e){ho&&ho(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};function po(e){return!!e&&e.$$typeof===Qi}function go(e){return po(e)?ai.apply(null,arguments):e}var mo=function(e,t){return e(t)},vo=a(6660),bo=a(6484);function yo(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=yo(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function _o(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=yo(e))&&(r&&(r+=" "),r+=t);return r}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:"undefined"!=typeof self&&self;var wo={exports:{}};wo.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){return n&&!0===n.clone&&e(t)?i(function(e){return Array.isArray(e)?[]:{}}(t),t,n):t}function n(n,r,o){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=t(r,o):e(r)?a[s]=i(n[s],r,o):-1===n.indexOf(r)&&a.push(t(r,o))})),a}function r(n,r,o){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],o)})),Object.keys(r).forEach((function(s){e(r[s])&&n[s]?a[s]=i(n[s],r[s],o):a[s]=t(r[s],o)})),a}function i(e,i,o){var a=Array.isArray(i),s=(o||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(e)?s(e,i,o):t(i,o):r(e,i,o)}return i.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return i(e,n,t)}))},i}();var xo,ko,Co=wo.exports,So={exports:{}};xo=So,(ko=So.exports).default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},xo.exports=ko.default;var Mo=So.exports;const{svg:Ao,xlink:To}=Mo,Lo={[Ao.name]:Ao.uri,[To.name]:To.uri};function Eo(e="",t){const n=function(e){return Object.keys(e).map((t=>`${t}="${e[t].toString().replace(/"/g,""")}"`)).join(" ")}(Co(Lo,t||{}));return`<svg ${n}>${e}</svg>`}const{svg:No,xlink:Oo}=Mo;var Ro={attrs:{[No.name]:No.uri,[Oo.name]:Oo.uri,style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"}};class Do{constructor(e){this.config=Co(Ro,e||{}),this.symbols=[]}add(e){const{symbols:t}=this,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)}remove(e){const{symbols:t}=this,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)}find(e){return this.symbols.filter((t=>t.id===e))[0]||null}has(e){return null!==this.find(e)}stringify(){const{attrs:e}=this.config,t=this.symbols.map((e=>e.stringify())).join("");return Eo(t,e)}toString(){return this.stringify()}destroy(){this.symbols.forEach((e=>e.destroy()))}}class Po{constructor({id:e,viewBox:t,content:n}){this.id=e,this.viewBox=t,this.content=n}stringify(){return this.content}toString(){return this.stringify()}destroy(){["id","viewBox","content"].forEach((e=>delete this[e]))}}function zo(e){const t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}class Io extends Po{get isMounted(){return!!this.node}static createFromExistingNode(e){return new Io({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})}destroy(){this.isMounted&&this.unmount(),super.destroy()}mount(e){if(this.isMounted)return this.node;const t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n}render(){return zo(Eo(this.stringify())).childNodes[0]}unmount(){this.node.parentNode.removeChild(this.node)}}var Bo={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1};function jo(e){return Array.prototype.slice.call(e,0)}function Fo(e){return(e||window.location.href).split("#")[0]}function Ho(e,t="linearGradient, radialGradient, pattern, mask, clipPath"){return jo(e.querySelectorAll("symbol")).forEach((e=>{jo(e.querySelectorAll(t)).forEach((t=>{e.parentNode.insertBefore(t,e)}))})),e}const $o=Mo.xlink.uri,qo="xlink:href",Uo=/[{}|\\\^\[\]`"<>]/g;function Wo(e){return e.replace(Uo,(e=>`%${e[0].charCodeAt(0).toString(16).toUpperCase()}`))}const Vo=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],Go=Vo.map((e=>`[${e}]`)).join(",");const Yo="mount",Xo="symbol_mount",Zo="__SVG_SPRITE_NODE__",Ko="__SVG_SPRITE__",Jo=()=>{const e=document.getElementById(Zo);e?Qo.attach(e):Qo.mount(document.body,!0)};let Qo=new class extends Do{constructor(e={}){super(Co(Bo,e));const t=(n=n||Object.create(null),{on:function(e,t){(n[e]||(n[e]=[])).push(t)},off:function(e,t){n[e]&&n[e].splice(n[e].indexOf(t)>>>0,1)},emit:function(e,t){(n[e]||[]).map((function(e){e(t)})),(n["*"]||[]).map((function(n){n(e,t)}))}});var n;this._emitter=t,this.node=null;const{config:r}=this;if(r.autoConfigure&&this._autoConfigure(e),r.syncUrlsWithBaseTag){const e=document.getElementsByTagName("base")[0].getAttribute("href");t.on(Yo,(()=>this.updateUrls("#",e)))}const i=this._handleLocationChange.bind(this);this._handleLocationChange=i,r.listenLocationChangeEvent&&window.addEventListener(r.locationChangeEvent,i),r.locationChangeAngularEmitter&&function(e){angular.module("ng").run(["$rootScope",t=>{t.$on("$locationChangeSuccess",((t,n,r)=>{!function(e,t){const n=document.createEvent("CustomEvent");n.initCustomEvent(e,!1,!1,t),window.dispatchEvent(n)}(e,{oldUrl:r,newUrl:n})}))}])}(r.locationChangeEvent),t.on(Yo,(e=>{r.moveGradientsOutsideSymbol&&Ho(e)})),t.on(Xo,(e=>{r.moveGradientsOutsideSymbol&&Ho(e.parentNode),(/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)||/edge/i.test(navigator.userAgent))&&function(e){const t=[];jo(e.querySelectorAll("style")).forEach((e=>{e.textContent+="",t.push(e)}))}(e)}))}get isMounted(){return!!this.node}_autoConfigure(e){const{config:t}=this;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=/firefox/i.test(navigator.userAgent))}_handleLocationChange(e){const{oldUrl:t,newUrl:n}=e.detail;this.updateUrls(t,n)}add(e){const t=super.add(e);return this.isMounted&&t&&(e.mount(this.node),this._emitter.emit(Xo,e.node)),t}attach(e){const t=this;if(t.isMounted)return t.node;const n="string"==typeof e?document.querySelector(e):e;return t.node=n,this.symbols.forEach((e=>{e.mount(t.node),this._emitter.emit(Xo,e.node)})),jo(n.querySelectorAll("symbol")).forEach((e=>{const n=Io.createFromExistingNode(e);n.node=e,t.add(n)})),this._emitter.emit(Yo,n),n}destroy(){const{config:e,symbols:t,_emitter:n}=this;t.forEach((e=>e.destroy())),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()}mount(e=this.config.mountTo,t=!1){const n=this;if(n.isMounted)return n.node;const r="string"==typeof e?document.querySelector(e):e,i=n.render();return this.node=i,t&&r.childNodes[0]?r.insertBefore(i,r.childNodes[0]):r.appendChild(i),this._emitter.emit(Yo,i),i}render(){return zo(this.stringify())}unmount(){this.node.parentNode.removeChild(this.node)}updateUrls(e,t){if(!this.isMounted)return!1;const n=document.querySelectorAll(this.config.usagesToUpdate);return function(e,t,n,r){const i=Wo(n),o=Wo(r),a=function(e,t){return jo(e).reduce(((e,n)=>{if(!n.attributes)return e;const r=jo(n.attributes),i=t?r.filter(t):r;return e.concat(i)}),[])}(e.querySelectorAll(Go),(({localName:e,value:t})=>-1!==Vo.indexOf(e)&&-1!==t.indexOf(`url(${i}`)));a.forEach((e=>e.value=e.value.replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),o))),function(e,t,n){jo(e).forEach((e=>{const r=e.getAttribute(qo);if(r&&0===r.indexOf(t)){const i=r.replace(t,n);e.setAttributeNS($o,qo,i)}}))}(t,i,o)}(this.node,n,`${Fo(e)}#`,`${Fo(t)}#`),!0}}({attrs:{id:Zo,"aria-hidden":"true"},autoConfigure:"undefined"!=typeof document,listenLocationChangeEvent:"undefined"!=typeof window});var ea,ta,na,ra,ia,oa;"undefined"!=typeof window&&"undefined"!=typeof document&&(window[Ko]?Qo=window[Ko]:window[Ko]=Qo,document.body?Jo():(ta=[],ra=(na=document).documentElement.doScroll,ia="DOMContentLoaded",(oa=(ra?/^loaded|^c/:/^loaded|^i|^c/).test(na.readyState))||na.addEventListener(ia,ea=function(){for(na.removeEventListener(ia,ea),oa=1;ea=ta.shift();)ea()}),function(e){oa?setTimeout(e,0):ta.push(e)})(Jo));const aa=new Io({id:"3cf198e5ab1bad8a5cfcd7df9010e2d9",content:'<symbol fill="#000000" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" id="3cf198e5ab1bad8a5cfcd7df9010e2d9"><title>ionicons-v5_logos</title><path d="M48.48,378.73a300.52,300.52,0,0,0,152.89,95.92,262.57,262.57,0,0,0,159.3-17.25,225.52,225.52,0,0,0,66.79-47,6.36,6.36,0,0,0-2-8.53,11.76,11.76,0,0,0-8-.05,401.92,401.92,0,0,1-116.55,39.34,358.13,358.13,0,0,1-127.29-8.83,446.73,446.73,0,0,1-119.1-60.49,5,5,0,0,0-6.06,6.9Z" /><path d="M387.15,388.44a168.11,168.11,0,0,1,48.94-2.23l.67.13a10,10,0,0,1,7.37,12.05A204.71,204.71,0,0,1,429,444.47a2.55,2.55,0,0,0,1.66,3.18,2.51,2.51,0,0,0,2.23-.37A83.31,83.31,0,0,0,464,382.86a12.44,12.44,0,0,0-10.22-13.22A95.75,95.75,0,0,0,384.91,384a2.55,2.55,0,0,0-.57,3.55A2.52,2.52,0,0,0,387.15,388.44Z" /><path d="M304.24,324.92a164,164,0,0,1-28.92,25.3A135.16,135.16,0,0,1,208.63,369a99.49,99.49,0,0,1-57.49-19.85,97.25,97.25,0,0,1-27.36-100.28,112.35,112.35,0,0,1,65.3-69.06,367.67,367.67,0,0,1,104.7-15.55V127A37.82,37.82,0,0,0,261,94.72a59.9,59.9,0,0,0-31.17,4.08,48.89,48.89,0,0,0-27.13,34.67,12,12,0,0,1-12.58,6.72l-50.9-4.5a11.38,11.38,0,0,1-8.38-10.16,103.66,103.66,0,0,1,36.61-63.45A143.86,143.86,0,0,1,257.85,32a146.24,146.24,0,0,1,84.27,27.67,86.82,86.82,0,0,1,30.7,70.22V258.8a84.46,84.46,0,0,0,8,31.28l15.87,23.23a13,13,0,0,1,0,11.23L349.7,364.25a12.5,12.5,0,0,1-12.68-.44A244.84,244.84,0,0,1,304.24,324.92Zm-10.6-116.83a257.68,257.68,0,0,0-44,2.89A63,63,0,0,0,208,242.54a63,63,0,0,0,3.07,54,40.6,40.6,0,0,0,47.11,12.19,78.61,78.61,0,0,0,35.46-55.58V208.09" /></symbol>',viewBox:"0 0 512 512"});Qo.add(aa);const sa=new Io({id:"7e3aa6e8f105b74dd36141c94bfbc1eb",content:'<symbol viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" id="7e3aa6e8f105b74dd36141c94bfbc1eb">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.554 4.47a.6.6 0 0 1-.13.654l-3 3a.6.6 0 0 1-.849 0l-3-3A.6.6 0 0 1 3 4.1h6a.6.6 0 0 1 .554.37Z" fill="currentColor" fill-opacity=".56" />\n</symbol>',viewBox:"0 0 12 12"});Qo.add(sa);const la=new Io({id:"24e7a4e46048b860fb6606873a47ca5c",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="24e7a4e46048b860fb6606873a47ca5c">\n<style type="text/css">\n\t#24e7a4e46048b860fb6606873a47ca5c .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#3861AD;}\n</style>\n<path class="st0" d="M616.7,236.8L473.9,524.6l251.5,291.6l-466.9,53l724.5,7.5L616.7,236.8z M588.5,123.3l-328,274.5L17,808.6\n\tl207.3-21.1L588.5,123.3z" />\n</symbol>',viewBox:"0 0 1000 1000"});Qo.add(la);const ca=new Io({id:"08905e107fe816161977b08a5ef22c4c",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="08905e107fe816161977b08a5ef22c4c">\n<style type="text/css">\n\t#08905e107fe816161977b08a5ef22c4c .st0{fill:none;}\n\t#08905e107fe816161977b08a5ef22c4c .st1{fill:#4B7BBE;}\n\t#08905e107fe816161977b08a5ef22c4c .st2{fill:url(#08905e107fe816161977b08a5ef22c4c_SVGID_1_);}\n</style>\n<g>\n\t<path class="st0" d="M413.5,621.2h173l41.7-243.7H367.5L413.5,621.2z" />\n\t<path class="st1" d="M112.7,127.6C98,127.4,86,139.1,85.8,153.8c0,1.5,0.1,3.1,0.3,4.6l112.7,684c2.9,17.3,17.8,30,35.3,30.1h540.5\n\t\tc13.1,0.2,24.4-9.3,26.5-22.3l112.7-691.7c2.3-14.5-7.5-28.1-22-30.4c-1.5-0.2-3.1-0.4-4.6-0.3L112.7,127.6z M587.1,621.9H414.6\n\t\tl-46.7-244h261L587.1,621.9z" />\n\t\n\t\t<linearGradient id="08905e107fe816161977b08a5ef22c4c_SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.175" y1="921.2677" x2="202.969" y2="921.0508" gradientTransform="matrix(1996.6343 0 0 -1480.3047 -404731.125 1364202.875)">\n\t\t<stop offset="0.18" style="stop-color:#325BA9" />\n\t\t<stop offset="1" style="stop-color:#4B7BBE" />\n\t</linearGradient>\n\t<path class="st2" d="M877.3,377.5H628.4l-41.8,243.9H414.3L210.8,862.9c6.5,5.6,14.7,8.7,23.2,8.7h540.2\n\t\tc13.1,0.2,24.4-9.3,26.5-22.3L877.3,377.5z" />\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Qo.add(ca);const ua=new Io({id:"b0313fd65d77a8ee445beafb8ba8af49",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="b0313fd65d77a8ee445beafb8ba8af49">\n<style type="text/css">\n\t#b0313fd65d77a8ee445beafb8ba8af49 .st0{fill:#171717;}\n</style>\n<g transform="matrix(2.791226 0 0 2.791226 71.368826 91.588681)">\n\t<circle class="st0" cx="150.8" cy="146.4" r="42.4" />\n\t<path class="st0" d="M150.8-31.9C67.8-31.9-2,24.9-21.8,101.8c-0.2,0.7-0.3,1.4-0.3,2.1c0,4.7,3.8,8.5,8.5,8.5h71.9\n\t\tc3.3,0,6.3-1.9,7.7-5c0,0,0.1-0.2,0.2-0.3c14.8-32,47.2-54.2,84.7-54.2c51.6,0,93.4,41.8,93.4,93.4s-41.8,93.4-93.4,93.4\n\t\tc-37.6,0-69.9-22.2-84.7-54.2c0-0.1-0.2-0.3-0.2-0.3c-1.4-3-4.4-5-7.7-5h-71.9c-4.7,0-8.5,3.8-8.5,8.5c0,0.7,0.1,1.4,0.3,2.1\n\t\tC-2,267.8,67.8,324.6,150.8,324.6c98.5,0,178.4-79.8,178.4-178.3S249.4-31.9,151-31.9L150.8-31.9z" />\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Qo.add(ua);const da=new Io({id:"f681aed9de72a8ea119158d26e3472cc",content:'<symbol viewBox="0 0 12 8" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="f681aed9de72a8ea119158d26e3472cc">\n <circle cx="3" cy="2" r="1" />\n <circle cx="6" cy="2" r="1" />\n <circle cx="9" cy="2" r="1" />\n <circle cx="3" cy="6" r="1" />\n <circle cx="6" cy="6" r="1" />\n <circle cx="9" cy="6" r="1" />\n</symbol>',viewBox:"0 0 12 8"});Qo.add(da);const fa=new Io({id:"794d462808034f88cff7dcb5a3f392e3",content:'<symbol viewBox="0 0 2500 2500" xmlns="http://www.w3.org/2000/svg" id="794d462808034f88cff7dcb5a3f392e3"><path clip-rule="evenodd" d="m503.6 242.3-10.7 10.7 438.1 438.1c-62 96.7-97.6 215.5-97.6 350.6 0 375.6 275.8 625 625 625 130.5 0 250.8-34.8 350.2-98l440.3 440.3c-228.1 301.3-590.7 491-998.8 491-690.3 0-1250.1-542.6-1250.1-1250 0-420.7 198-783.1 503.6-1007.7zm208.4-123.8c162.9-76.2 345.4-118.5 538-118.5 690.3 0 1250 542.6 1250 1250 0 194.6-42.3 376.7-118.1 538.5l-396.2-396.2c62-96.7 97.6-215.5 97.6-350.6 0-375.6-275.8-625-625-625-130.5 0-250.8 34.8-350.2 98zm746.3 1298.2c-209.6 0-375-149.6-375-375s165.4-375 375-375 375 149.6 375 375-165.4 375-375 375z" fill="#192d46" fill-rule="evenodd" /></symbol>',viewBox:"0 0 2500 2500"});Qo.add(fa);const ha=new Io({id:"a2e5db401ed62fd39ef21026fac761ae",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="a2e5db401ed62fd39ef21026fac761ae">\n<g clip-path="url(#a2e5db401ed62fd39ef21026fac761ae_clip0_53_89)">\n<path d="M10 30H4C3.46957 30 2.96086 29.7893 2.58579 29.4142C2.21071 29.0391 2 28.5304 2 28V16C2 15.4696 2.21071 14.9609 2.58579 14.5858C2.96086 14.2107 3.46957 14 4 14H10C10.5304 14 11.0391 14.2107 11.4142 14.5858C11.7893 14.9609 12 15.4696 12 16V28C12 28.5304 11.7893 29.0391 11.4142 29.4142C11.0391 29.7893 10.5304 30 10 30ZM4 16V28H10V16H4Z" fill="currentColor" />\n<path d="M28 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V12H6V6H28V20H14V22H16V26H14V28H23V26H18V22H28C28.5304 22 29.0391 21.7893 29.4142 21.4142C29.7893 21.0391 30 20.5304 30 20V6C30 5.46957 29.7893 4.96086 29.4142 4.58579C29.0391 4.21071 28.5304 4 28 4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="a2e5db401ed62fd39ef21026fac761ae_clip0_53_89">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});Qo.add(ha);const pa=new Io({id:"b1d648a783b58a400b404192338f655e",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 96" id="b1d648a783b58a400b404192338f655e">\n <path fill="currentColor" fill-rule="evenodd" d="M48.85 0C21.84 0 0 22 0 49.22 0 70.97 14 89.39 33.4 95.9c2.43.49 3.32-1.06 3.32-2.37 0-1.14-.08-5.05-.08-9.12-13.59 2.93-16.42-5.87-16.42-5.87-2.18-5.7-5.42-7.17-5.42-7.17-4.45-3.01.33-3.01.33-3.01 4.93.32 7.52 5.05 7.52 5.05 4.37 7.5 11.4 5.38 14.23 4.07.4-3.18 1.7-5.38 3.08-6.6-10.84-1.14-22.25-5.38-22.25-24.28 0-5.38 1.94-9.78 5.02-13.2-.49-1.22-2.19-6.28.48-13.04 0 0 4.13-1.3 13.43 5.05a46.97 46.97 0 0 1 12.21-1.63c4.13 0 8.33.57 12.22 1.63 9.3-6.35 13.42-5.05 13.42-5.05 2.67 6.76.97 11.82.49 13.04a18.9 18.9 0 0 1 5.01 13.2c0 18.9-11.4 23.06-22.32 24.28 1.78 1.55 3.32 4.48 3.32 9.13 0 6.6-.08 11.9-.08 13.52 0 1.3.89 2.86 3.31 2.37a49.18 49.18 0 0 0 33.4-46.7C97.72 22 75.8 0 48.86 0z" clip-rule="evenodd" />\n</symbol>',viewBox:"0 0 98 96"});Qo.add(pa);const ga=new Io({id:"6c54f7e0e4a7e61b356c74e8c52789c5",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="6c54f7e0e4a7e61b356c74e8c52789c5">\n<style type="text/css">\n\t#6c54f7e0e4a7e61b356c74e8c52789c5 .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#E2452A;}\n\t#6c54f7e0e4a7e61b356c74e8c52789c5 .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#F36E2C;}\n\t#6c54f7e0e4a7e61b356c74e8c52789c5 .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FAA327;}\n</style>\n<g>\n\t<path class="st0" d="M500,959.9L683.8,394H316.2L500,959.9z" />\n\t<path class="st1" d="M500,959.9L316.2,394H58.6L500,959.9z" />\n\t<path class="st2" d="M58.6,394L2.7,566.1c-5.1,15.7,0.5,32.9,13.8,42.6L500,959.9L58.6,394z" />\n\t<path class="st0" d="M58.6,394h257.6L205.5,53.4c-5.7-17.5-30.5-17.5-36.2,0L58.6,394z" />\n\t<path class="st1" d="M500,959.9L683.8,394h257.6L500,959.9z" />\n\t<path class="st2" d="M941.4,394l55.8,171.9c5.1,15.7-0.5,32.9-13.8,42.6L500,959.9L941.4,394z" />\n\t<path class="st0" d="M941.4,394H683.8L794.5,53.3c5.7-17.5,30.5-17.5,36.2,0L941.4,394z" />\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Qo.add(ga);const ma=new Io({id:"2452a92e8d5bc90b62427d2f031ffbe8",content:'<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000" id="2452a92e8d5bc90b62427d2f031ffbe8">\n<style type="text/css">\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st0{fill:#D33833;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st1{fill:#EF3D3A;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st2{fill:#231F20;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st3{fill:#F0D6B7;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st4{fill:#335061;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st5{fill:#6D6B6D;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st6{fill:#DCD9D8;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st7{fill:#F7E4CD;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st8{fill:#49728B;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st9{fill:#FFFFFF;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st10{stroke:#D33833;stroke-width:10.8864;stroke-miterlimit:23.9808;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st11{fill:#81B0C4;}\n\t#2452a92e8d5bc90b62427d2f031ffbe8 .st12{fill:#1D1919;}\n</style>\n<g>\n\t<path class="st0" d="M730.1,426.2c0,130.3-103.3,235.9-230.7,235.9S268.6,556.5,268.6,426.2c0-130.3,103.3-235.9,230.7-235.9\n\t\tC626.8,190.3,730.1,296,730.1,426.2" />\n\t<path class="st1" d="M278.1,484.7c0,0-16.7-246,210.1-253.1l-15.8-26.4l-123,41.3l-35.2,40.4l-30.7,58.8L266,414.1l5.2,45.8" />\n\t<path class="st2" d="M341.4,265.3c-40.4,41.5-65.5,98.6-65.5,161.9S301,547.5,341.4,589c40.6,41.5,96.2,67,158,67\n\t\tc61.8,0,117.4-25.5,158-67c40.4-41.5,65.5-98.6,65.5-161.9c0-63.3-25.1-120.4-65.5-161.9c-40.6-41.3-96.2-67-158-67\n\t\tC437.8,198.3,381.9,223.8,341.4,265.3L341.4,265.3z M331.1,598.9c-43-43.9-69.6-104.8-69.6-171.7s26.6-127.8,69.6-171.9\n\t\tc43-43.9,102.5-71.3,168.2-71.3c65.7,0,125.2,27.4,168.2,71.3c43,43.9,69.6,104.8,69.6,171.9c0,67-26.6,127.8-69.6,171.7\n\t\tc-43,44.1-102.5,71.3-168.2,71.3C433.7,670.2,374.1,643,331.1,598.9L331.1,598.9z" />\n\t<path class="st3" d="M596.5,427.5l-35.2,5.2l-47.4,5.4l-30.7,0.7l-30-0.9l-22.9-7.1l-20.3-22l-15.8-44.8l-3.5-9.7l-21-7.1\n\t\tL357.4,327l-8.7-29l9.7-25.5l22.9-8l18.4,8.7l8.7,19.4l10.6-1.7l3.5-4.5l-3.5-20.3l-0.9-25.5l5.2-35.2l-0.2-20.1l16-25.7l28.1-20.3\n\t\tl49.1-21l54.5,8l47.4,34.2l22,35.2l14.1,25.5l3.5,63.3l-10.6,54.5l-19.4,48.4l-18.2,25.9" />\n\t<path class="st4" d="M566.7,579.5l-125.6,5.2v21l10.6,73.9l-5.2,6.1l-87.8-30l-6.1-10.6l-8.7-99.4l-20.7-59.5l-4.5-14.1l70.3-48.4\n\t\tl22-8.7l19.4,23.8l16.7,14.9l19.4,6.1l8.7,2.6l10.6,45.8l8,9.7l20.3-7.1l-14.1,27.4l76.3,36.1L566.7,579.5" />\n\t<path class="st5" d="M358.3,272.9l22.9-8l18.4,8.7l8.7,19.4l10.6-1.7l2.6-10.6l-5.2-20.3l5.2-48.4l-4.5-26.4l15.8-18.4l34.2-27.2\n\t\tl-9.7-13.2l-48.4,23.8l-20.3,15.8L377.5,191L360,214.8l-5.2,28.1L358.3,272.9" />\n\t<path class="st6" d="M394.4,190.3c0,0,13.2-32.6,65.9-48.4c52.7-15.8,2.6-11.4,2.6-11.4l-57.1,22l-22,22l-9.7,17.5L394.4,190.3\n\t\t M368,266.8c0,0-18.4-61.6,51.9-70.3l-2.6-10.6l-48.4,11.4l-14.1,45.8l3.5,30L368,266.8" />\n\t<path class="st7" d="M396.1,348.4l11.5-11.2c0,0,5.2,0.6,6.1,6.7c0.9,6.1,3.5,61.6,41.3,91.4c3.5,2.8-28.1-4.5-28.1-4.5L398.9,387\n\t\t M557.8,331.7c0,0,2-26.6,9.3-24.6c7.3,2,7.3,9.3,7.3,9.3S556.8,327.6,557.8,331.7 M630.7,234.2c0,0-14.5,3-15.8,15.8\n\t\tc-1.3,12.8,15.8,2.6,18.4,1.7 M524.5,235.1c0,0-19.4,2.6-19.4,14.9c0,12.3,22,11.3,28.1,6.1 M405,292.3c0,0-33.3-20.3-36.8-0.9\n\t\tc-3.5,19.4-11.4,33.3,5.2,53.6l-11.4-3.5l-10.6-27.2l-3.5-26.4l20.3-21l22.9,1.7l13.2,10.6L405,292.3 M420.8,236.8\n\t\tc0,0,14.9-77.4,90.4-92.3c62.1-12.3,94.9,2.6,107.2,16.7c0,0-55.4-65.9-108.1-45.8c-52.7,20.3-91.4,57.1-90.4,80.8\n\t\tC421.4,236.8,420.8,236.8,420.8,236.8 M624.6,170c0,0-25.5-0.9-26.4,22c0,0,0,3.5,1.7,7.1c0,0,20.3-22.9,32.6-10.6" />\n\t<path class="st7" d="M513.1,201.4c0,0-4.5-35-34.2-14.7c-19.4,13.2-17.5,31.6-14.1,35.2c3.5,3.5,2.6,10.6,5.2,5.8\n\t\tc2.6-4.8,1.9-20.7,11.5-25.1C491,198.1,507,193.3,513.1,201.4" />\n\t<path class="st8" d="M430.5,438.9l-82.6,36.8c0,0,34.2,136.2,16.7,178.4l-12.3-4.5l-0.9-51.9l-22.9-98.2l-9.7-27.2l86.2-58.1\n\t\tL430.5,438.9 M438.9,514.2l11.7,14.3v52.7h-14c0,0-1.7-36.8-1.7-41.3c0-4.5,1.7-20.3,1.7-20.3 M439.2,589.2l-39.6,1.7l11.4,8\n\t\tl28.1,4.5" />\n\t<path class="st4" d="M574.5,580.5l32.6-0.9l8,80.8l-33.3,4.5L574.5,580.5" />\n\t<path class="st4" d="M583.3,580.5l49.1-2.6c0,0,20.3-51,20.3-53.6c0-2.6,17.5-73.9,17.5-73.9l-39.6-41.3l-8-7.1l-21,21v81.7\n\t\tL583.3,580.5" />\n\t<path class="st8" d="M605.2,574.3l-30.7,6.1L579,605c11.3,5.2,30.7-8.7,30.7-8.7 M606.2,420.5l61.6,45.8l1.7-21l-46.5-43\n\t\tL606.2,420.5" />\n\t<path class="st9" d="M469.8,753.5l-18.2-73.9l-9.1-54.5l-1.5-40.4l82.4-4.5h51.2l-4.7,92.3l8,71.3l-0.9,13.2l-66.8,5.2L469.8,753.5\n\t\t" />\n\t<path class="st6" d="M563.2,579.5c0,0-4.5,91.4,8.7,156.5c0,0-26.4,16.7-64.9,21l73.9-2.6l8.7-5.2l-10.6-144l-2.8-30.9" />\n\t<path class="st9" d="M616.4,653.4l34.2-9.7l64.9-3.5l9.7-30l-17.5-51.9l-20.3-2.6l-28.1,8.7l-26.8,13.2l-14.3-2.6l-11.2,4.5" />\n\t<path class="st6" d="M615.8,635.7c0,0,22.9-10.6,26.4-9.7l-9.7-48.4l11.4-4.5c0,0,8,45.8,8,51c0,0,49.1,2.6,53.6,2.6\n\t\tc0,0,10.6-20.3,8-41.3l9.7,28.1l0.9,15.8l-14.1,21l-15.8,3.5l-26.4-0.9l-8.7-11.4l-30.7,4.5l-9.7,3.5" />\n\t<path class="st9" d="M581.2,573.4l-19.4-49.1l-20.3-29c0,0,4.5-12.3,10.6-12.3h20.3l19.4,7.1l-1.7,32.6L581.2,573.4" />\n\t<path class="st6" d="M585.1,556.7c0,0-24.6-47.4-24.6-54.5c0,0,4.5-10.6,10.6-8c6.1,2.6,19.4,9.7,19.4,9.7v-16.7l-30-6.1l-20.3,2.6\n\t\tl34.2,81.1l7.1,0.9" />\n\t<path class="st9" d="M477.6,440.7l-24.4-2.6l-22.9-7.1v8l11.2,12.3l35.2,15.8" />\n\t<path class="st6" d="M438.3,443.3c0,0,27.2,11.4,36.1,8.7l0.9,10.6l-24.6-5.2l-14.9-10.6L438.3,443.3" />\n\t<path class="st0" d="M616.4,486c-14.9-0.4-28.5-2.2-40.2-5.6c0.7-4.8-0.7-9.5,0.6-13c3.3-2.4,8.7-2.4,13.8-3\n\t\tc-4.3-2-10.4-3-15.3-1.7c-0.2-3.3-1.7-5.4-2.6-8c8.4-3,28.1-22.5,39.3-16.2c5.4,3.2,7.6,20.7,8,29.4C620.3,475,619.2,482,616.4,486\n\t\t" />\n\t<path class="st10" d="M616.4,486c-14.9-0.4-28.5-2.2-40.2-5.6c0.7-4.8-0.7-9.5,0.6-13c3.3-2.4,8.7-2.4,13.8-3\n\t\tc-4.3-2-10.4-3-15.3-1.7c-0.2-3.3-1.7-5.4-2.6-8c8.4-3,28.1-22.5,39.3-16.2c5.4,3.2,7.6,20.7,8,29.4C620.3,475,619.2,482,616.4,486\n\t\tL616.4,486z" />\n\t<path class="st0" d="M545.1,461.6c0,1.1,0,2.2-0.2,3.3c-4.7,3-12.1,3-17.3,5.6c7.4,0.4,13.4,2.2,18.6,4.7c-0.2,2.8-0.2,5.8-0.4,8.6\n\t\tc-8.6,5.8-16.4,14.5-26.4,20.1c-4.8,2.6-21.4,9.3-26.4,8c-2.8-0.7-3.2-4.3-4.3-7.6c-2.4-7.1-8-18.6-8.6-29.4\n\t\tc-0.6-13.6-2-36.5,12.7-33.7c11.9,2.2,25.7,7.6,34.8,12.7C533.4,457.1,536.6,460.8,545.1,461.6" />\n\t<path class="st10" d="M545.1,461.6c0,1.1,0,2.2-0.2,3.3c-4.7,3-12.1,3-17.3,5.6c7.4,0.4,13.4,2.2,18.6,4.7\n\t\tc-0.2,2.8-0.2,5.8-0.4,8.6c-8.6,5.8-16.4,14.5-26.4,20.1c-4.8,2.6-21.4,9.3-26.4,8c-2.8-0.7-3.2-4.3-4.3-7.6\n\t\tc-2.4-7.1-8-18.6-8.6-29.4c-0.6-13.6-2-36.5,12.7-33.7c11.9,2.2,25.7,7.6,34.8,12.7C533.4,457.1,536.6,460.8,545.1,461.6\n\t\tL545.1,461.6z" />\n\t<path class="st0" d="M553.5,477.8c-1.3-7.4-2.8-9.5-2.2-16C571.2,448.6,574.7,484.5,553.5,477.8" />\n\t<path class="st10" d="M553.5,477.8c-1.3-7.4-2.8-9.5-2.2-16C571.2,448.6,574.7,484.5,553.5,477.8L553.5,477.8z" />\n\t<path class="st1" d="M582.2,483.7c0,0-6.1-8.7-1.7-11.4c4.5-2.6,8.7,0,11.4-4.5c2.6-4.5,0-7.1,0.9-12.3c0.9-5.2,5.2-6.1,9.7-7.1\n\t\tc4.5-0.9,16.7-2.6,18.4,1.7l-5.2-15.8l-10.6-3.5l-33.3,19.4l-1.7,9.7v19.4 M489.9,512.7c-1.1-13.8-2.2-27.4-3.3-41.1\n\t\tc-1.9-20.5,4.8-16.9,22.7-16.9c2.8,0,16.7,3.2,17.7,5.2c4.8,9.9-8,7.6,5.6,15.1c11.4,6.1,31.6-3.7,27-17.7\n\t\tc-2.6-3.2-13.4-0.9-17.3-3l-20.7-10.6c-8.7-4.5-28.8-11.2-38.1-4.8c-23.6,16,1.5,56.2,9.9,72.9" />\n\t<path class="st2" d="M513.1,201.4c-24-5.6-35.9,10-43.2,26.2c-6.5-1.5-3.9-10.4-2.2-14.9c4.3-11.7,21.6-27.5,35.7-25.3\n\t\tC509.4,188.2,517.6,193.8,513.1,201.4 M629.8,228.6h1.1c5.4,11.2,10,23.1,16.9,33.1c-4.7,10.8-34.6,20.1-34.2,1.1\n\t\tc6.5-2.8,17.7-0.6,23.4-4.3C633.7,249.5,629,241.6,629.8,228.6 M525.2,229c5.2,9.5,6.9,19.4,14.1,26.4c3.4,3.2,9.7,7.1,6.5,16\n\t\tc-0.7,2-6.1,6.7-9.3,7.6c-11.3,3.3-38,0.7-29-13.6c9.5,0.4,22.1,6.1,29.2-0.7C531.4,256.2,521.7,239,525.2,229 M625.5,324.6\n\t\tc-17.1,11-36.3,23.1-64.6,20.3c-6-5.2-8.4-16.9-2.4-24.6c3,5.2,1.1,14.9,9.7,16.4c16,2.8,34.6-9.9,46.1-14.1\n\t\tc7.1-12.1-0.6-16.4-7.1-24.2c-13.2-15.8-30.7-35.5-30.1-59.2c5.4-3.9,5.8,6,6.5,7.6c6.9,16,24.2,36.7,36.7,50.4\n\t\tc3.2,3.3,8.2,6.7,8.7,8.9C630.7,312.5,624.8,320.3,625.5,324.6 M398.9,313.1c-5.4-3.2-6.7-16.6-13-16.9c-9.1-0.6-7.4,17.5-7.4,28.1\n\t\tc-6.1-5.6-7.3-23.1-2.8-32c-5.2-2.6-7.4,2.8-10.4,4.7C369.1,269.9,404.8,284.4,398.9,313.1 M636.3,336c-8,15.3-19.4,32-42.8,32.6\n\t\tc-0.6-4.8-0.9-12.5,0-15.4C611.6,351.2,622.7,342.1,636.3,336 M523.9,345.8c14.9,7.8,42.4,8.7,62.9,8.2c1.1,4.5,1.1,10,1.1,15.4\n\t\tC561.7,370.6,530.8,364.1,523.9,345.8 M521.1,360.4c10.4,26,46,23.1,75.9,22.3c-1.3,3.3-4.1,7.4-7.8,8.7\n\t\tc-9.7,3.9-36.1,6.9-49.5-0.2c-8.4-4.5-14-14.7-18.6-20.7C519.1,367.8,507.9,360.5,521.1,360.4" />\n\t<path class="st11" d="M624.2,503.8c-12.1,20.8-23.8,42.2-38.1,60.5c6-17.7,8.6-47.4,9.5-70.1C608.2,488.2,619,495.4,624.2,503.8" />\n\t<path class="st2" d="M689.5,578.6c-13.6,2.8-23.1,16-36.5,15.1C660.5,583.5,673.1,579,689.5,578.6 M695.5,599.8\n\t\tc-11.2,1.1-24.2,3-35.4,2C665.5,593.7,686,596.7,695.5,599.8 M699.4,618.3c-12.5,0.2-27.9,0-39.8-0.9\n\t\tC666.6,609.7,691.4,614.5,699.4,618.3" />\n\t<path class="st6" d="M600.8,668.5c1.9,15.6,8,31.4,7.3,48.6c-6.9,2.2-10.8,4.3-20.1,4.3c-0.6-14.5-2.6-36.8-2-50.8\n\t\tC590.3,670.9,597,667.4,600.8,668.5" />\n\t<path class="st3" d="M580.7,437.8c-6.3,4.1-11.5,9.1-17.7,13.6c-13.4,0.7-20.7-0.9-30.3-8.6c0.2-0.6,1.1-0.4,1.1-1.1\n\t\tC548.1,448,566.3,439.1,580.7,437.8" />\n\t<path class="st11" d="M505.9,535.1c3.9-16.9,19.4-25.9,33.3-35.2c14.3,18.2,23.1,41.7,32.7,64.4C549,557.4,525.8,546.4,505.9,535.1\n\t\t" />\n\t<path class="st2" d="M585.9,670.7c-0.6,14,1.3,36.1,2,50.8c9.3,0,13.2-2,20.1-4.3c0.7-17.1-5.4-32.9-7.3-48.6\n\t\tC597,667.4,590.3,670.9,585.9,670.7z M442.2,591.8c6.1,56,14.9,102.9,31.1,152.6c35.9,11,79.1,11.9,110.9,2\n\t\tc-5.8-27.9-3.3-62-6.7-91.9c-2.6-22.5-1.3-45-4.8-67.9C534.1,578.6,479.8,584.8,442.2,591.8L442.2,591.8z M581.8,587\n\t\tc-0.4,24,1.1,47.8,3,71.8c9.3-1.3,15.4-2.2,24-4.3c-2.8-23.1-2.4-49.3-8.2-69.8C594.1,584.9,588.3,584.8,581.8,587L581.8,587z\n\t\t M628.5,583.1c-4.5-0.9-9.5,0-13.6,0c2,19.5,6.7,41.1,8.4,61.8c6.5,0.2,10-3,15.4-3.9C639.1,622.9,637.2,598,628.5,583.1\n\t\tL628.5,583.1z M699.4,647.8c13.8-3.3,22.3-20.1,18.4-37.4c-2.6-11.5-7.1-33.5-12.1-40.9c-3.5-5.4-13.4-12.7-21.4-7.6\n\t\tc-12.8,8.2-35.4,10.6-44.7,20.5c4.7,15.6,6.1,36.8,8,56.6c16,0.9,35.5-4.5,48.9,1.3c-9.3,3-21.2,3-29.2,7.4\n\t\tC674.1,650.8,689.3,650.3,699.4,647.8L699.4,647.8z M571.7,564.3c-9.7-22.7-18.4-46.1-32.7-64.4c-14,9.3-29.2,18.2-33.3,35.2\n\t\tC525.8,546.4,549,557.4,571.7,564.3L571.7,564.3z M595.5,494.1c-0.9,22.7-3.5,52.5-9.5,70.1c14.3-18.4,26.1-39.6,38.1-60.5\n\t\tC619,495.4,608.2,488.2,595.5,494.1L595.5,494.1z M568.6,484.7c-5.4-0.6-10,6.3-17.1,3.3c-1.7,1.9-3.2,3.7-4.8,5.6\n\t\tc15.6,19,22.9,45.8,35,67.9c6.5-21.4,5.8-44.7,7.3-67.9C579.9,494,574.9,485.2,568.6,484.7L568.6,484.7z M551.3,461.8\n\t\tc-0.6,6.5,0.9,8.6,2.2,16C574.7,484.5,571.2,448.6,551.3,461.8z M527.6,453.9c-9.1-5-22.9-10.4-34.8-12.7\n\t\tc-14.7-2.8-13.2,20.1-12.7,33.7c0.6,10.8,6.1,22.1,8.6,29.4c1.1,3.3,1.5,6.9,4.3,7.6c5,1.1,21.8-5.4,26.4-8\n\t\tc10-5.4,17.9-14.1,26.4-20.1c0.2-2.8,0.2-5.8,0.4-8.6c-5.2-2.6-11-4.3-18.6-4.7c5-2.6,12.7-2.6,17.3-5.6c0-1.1,0-2.2,0.2-3.4\n\t\tC536.6,460.8,533.4,457.1,527.6,453.9L527.6,453.9z M440.2,438.1c-7.6,7.8,21.4,18.2,30.5,18.8c0-4.8,2.8-9.5,2.2-13\n\t\tC461.9,442,447.6,443.3,440.2,438.1L440.2,438.1z M534,441.7c0,0.7-0.9,0.6-1.1,1.1c9.9,7.6,17.1,9.3,30.3,8.6\n\t\tc6-4.3,11.4-9.5,17.7-13.6C566.3,439.1,548.1,448,534,441.7L534,441.7z M619.9,467.7c-0.4-8.6-2.6-26.2-8-29.4\n\t\tc-11.2-6.5-30.9,13.2-39.3,16.2c0.9,2.6,2.4,4.7,2.6,8c5-1.3,11-0.4,15.3,1.7c-5,0.6-10.4,0.6-13.8,3c-1.1,3.5,0.4,8.2-0.6,13\n\t\tc11.7,3.3,25.3,5,40.2,5.6C619.2,482,620.3,475,619.9,467.7L619.9,467.7z M427.3,445.6c-2.4-1.7-18.6-22.7-20.8-21.8\n\t\tc-29.2,11.5-56.6,31.4-80.9,50.4c23.3,50.1,32.7,111.3,34.4,170.3c26.6,12.5,50.1,30.5,86.3,32.4c-4.3-29.6-8-56.2-10.4-84.1\n\t\tc-9.1-3.9-22.1,0.2-30.7-1.1c0-10.2,13-4.5,14.1-11.3c0.7-5.2-7.3-5.6-4.7-13.8c6.7,2.4,10.2,7.8,17.3,9.9\n\t\tc6.5-14.1,0-39.3,0.9-51.2c0.2-2.2,1.1-12.3,6.1-10.6c4.5,1.5-0.2,27,0.2,38.1c0.4,10.4-1.3,20.3,3,26.8c35-4.8,70.5-7.8,108.5-8.9\n\t\tc-8.4-3.5-18.2-6.9-29-13c-6-3.3-24.4-10.2-26-15.8c-2.8-8.9,7.1-13.6,8.7-21.2c-17.7,9.7-21-9.3-25.3-22.5\n\t\tc-3.7-12.1-6-21.2-6.9-28.1C456.7,462.1,440.4,454.9,427.3,445.6L427.3,445.6z M604.5,426.2c24.4-11.7,28.8,44.1,19.2,62.2\n\t\tc1.5,5.4,6.5,7.4,8.6,12.3c-13.6,24.4-28.7,47.1-42.6,71.1c10.2-6.5,25.1-1.1,37.2-6c4.5-1.7,7.6-11.9,11-20.1\n\t\tc9.3-22.3,19-50.6,23.3-71.8c0.9-4.8,3.7-15.4,3-19.7c-1.1-7.8-11.5-13.6-16.9-18.2c-9.9-8.9-16-16.6-26.4-24.9\n\t\tC616.8,417.1,607.8,421.2,604.5,426.2L604.5,426.2z M371.7,210.2c-11.5,12.8-9.1,36.7-7.8,53.8c21-13.2,48.8,1.1,48.6,23.4\n\t\tc10-0.2,3.7-12.5,1.9-20.5c-6-25.9,10-53.8,0.7-77.4C397,191,382.3,198.3,371.7,210.2L371.7,210.2z M454.7,135.9\n\t\tc-26.2,7.4-59.9,26.6-70.7,50.2c8.4-1.3,14.1-5.4,22.3-6c3.2-0.2,7.3,1.3,10.8,0.4c7.1-1.9,13.2-17.9,18.6-23.8\n\t\tc5.2-5.8,11.5-8.4,15.8-13.6c2.8-1.3,6.9-1.3,7.1-5.4C457.5,136.5,456.2,135.6,454.7,135.9L454.7,135.9z M591.5,143\n\t\tc-27.4-15.4-73.5-27-102.5-12.5c-23.4,11.7-55.1,31.1-65.9,55.5c10,23.6-3,45.2-3.9,69.2c-0.4,12.8,6,23.8,6.5,37.8\n\t\tc-3.5,5.8-14,6.3-21.2,6c-2.4-12.3-6.7-26.1-19.4-27.5c-17.9-2-31.1,12.8-31.8,28.3c-0.9,18.2,14,48.4,35.2,46.3\n\t\tc8.2-0.7,10.2-8.9,19.2-8.9c4.8,9.7-7.4,12.7-8.7,19.5c-0.4,1.9,0.9,8.7,1.9,12.1c3.9,15.8,12.5,36.5,20.8,48.6\n\t\tc10.8,15.4,31.8,17.7,54.5,19.2c4.1-8.7,19-8,28.7-5.8c-11.7-4.7-22.5-15.8-31.4-25.7c-10.2-11.4-20.7-23.4-21.2-38.3\n\t\tc19.5,27,35.5,50.6,70.9,62.5c26.8,8.9,58.1-4.1,78.7-18.6c8.6-6,13.6-15.6,19.7-24.2c22.7-32.7,33.3-79.3,31.1-124.5\n\t\tc-0.9-18.6-0.9-37.2-7.3-49.7c-6.5-13-28.7-24.9-41.7-13c-2.4-12.8,10.8-20.7,26.2-16C618.8,168.9,607.3,152,591.5,143L591.5,143z\n\t\t M642.4,563.7c21.4-10.6,61.2-28.5,74.4,0c5,10.6,10.8,28.3,13.2,39.3c3.5,15.3-3.9,47.6-19.7,52.7c-14,4.5-30.1,4.3-46.9,0.9\n\t\tc-2-1.7-4.1-4.5-5.8-7.4c-11.9-0.4-23.3,0.6-32.6,5.6c0.9,8.9-5,10.2-10.8,12.1c-4.1,16.6,8.4,38.1,5.4,53\n\t\tc-2,10.8-15.3,12.5-24.9,14.3c-0.4,6,0.4,11,1.1,16c-2.2,8.2-12.1,12.8-21.6,14c-31.1,3.7-78.1,5.4-107.9-5.4\n\t\tc-8.4-20.5-14.9-45.2-21.8-68.5c-29,3.2-52.7-12.5-74.8-22.9c-7.6-3.5-18.2-5.6-21.2-11.7c-2.8-6-1.7-17.3-2.4-27.9\n\t\tc-1.7-27.4-3.3-53.8-10.4-81.7c-3.2-12.7-8.9-23.6-12.8-35.7c-3.7-11.2-10-25.1-11.7-36.3c-2.4-16.6,13.2-17.5,23.1-24.7\n\t\tc15.4-11.2,27.5-17.3,44.3-27.4c5-3,19.9-10.4,21.6-14c3.4-6.9-5.8-16.6-8.2-22c-3.9-8.6-6-15.8-6.5-24.2\n\t\tc-14-2.2-24.7-10.6-31.1-19.9c-10.6-15.6-18.1-44.5-8.7-66.2c0.7-1.7,4.3-5.2,4.8-7.8c1.1-5.2-2-12.1-2.2-17.7\n\t\tc-0.9-28.5,4.8-53,24-61.6c7.8-31.1,35.7-41.3,62-56.8c9.9-5.8,20.7-9.5,31.8-13.6c40-14.7,101.6-11.9,134.9,13.2\n\t\tc14.1,10.6,36.7,33.1,44.7,49.5c21.4,43,19.7,115,4.8,167.5c-2,7.1-4.8,17.3-8.9,25.9c-2.8,6-11.5,17.7-10.6,22.9\n\t\tc1.1,5.4,20.1,19.7,24.2,23.6c7.3,7.1,21.2,16.4,22.3,25.3c1.3,9.5-4.1,22.5-6.9,31.6C661.6,508.3,652.7,536.4,642.4,563.7\n\t\tL642.4,563.7z" />\n\t<path class="st7" d="M500.1,352.4c1.1-1.5,7.4-3.9,16.4,0.4c0,0-10.6,1.7-9.7,19.4l-4.5-0.9C502.5,371.3,497.9,355.3,500.1,352.4" />\n\t<path class="st12" d="M577.1,503.4c0,2.6-2.2,4.8-4.8,4.8c-2.6,0-4.8-2.2-4.8-4.8c0-2.6,2.2-4.8,4.8-4.8\n\t\tC575.1,498.6,577.1,500.8,577.1,503.4 M582,526c0,2.6-2.2,4.8-4.8,4.8c-2.6,0-4.8-2.2-4.8-4.8s2.2-4.8,4.8-4.8\n\t\tC579.9,521.1,582,523.2,582,526" />\n\t<g>\n\t\t<path class="st2" d="M328.5,810.7c-1.5,0.2-2.8,0.4-3.9,0.6c-1.1,0.2-2.2,0.4-3.7,0.7c-1.7,0.4-2.6,1.1-3,2.2\n\t\t\tc-0.4,1.1-0.7,2.2-0.7,3.7v45.4c0,4-0.9,7.9-2.6,11.5c-1.7,3.5-3.9,6.3-6.9,8.7c-3,2.2-6.3,4.1-10,5.2c-3.7,1.1-7.6,1.9-11.7,1.9\n\t\t\tc-7.3,0-13-1.7-17.5-5.2c-4.5-3.5-6.7-8.2-6.7-14.3c0-3.5,0.9-6.5,3-8.9c2-2.4,4.8-3.5,8.4-3.5c3.3,0,6,0.9,8,3c2,2,3,4.5,3,7.3\n\t\t\tc0,2.4-0.9,4.8-2.6,6.9c-1.7,2-3.7,4.1-6,5.8v0.7c0.4,0.7,1.1,1.5,2.2,2c1.1,0.6,2.4,0.7,3.5,0.7c4.7,0,8.4-1.7,11-5\n\t\t\tc2.6-3.3,3.9-8.4,3.9-15.1v-46.5c0-1.3-0.2-2.6-0.6-3.5c-0.4-0.9-1.5-1.7-3.2-2.4c-1.1-0.6-2.6-0.9-4.3-1.3\n\t\t\tc-1.7-0.4-3-0.6-4.1-0.7V806H328v4.7L328.5,810.7L328.5,810.7z M397.4,874.7c-1.3,2.2-3,4.3-4.8,6.3c-1.9,2-4.1,3.5-6.5,5\n\t\t\tc-2.6,1.5-5.2,2.6-7.8,3.3c-2.6,0.7-5.8,1.1-9.1,1.1c-5.8,0-10.6-0.7-14.9-2.4c-4.1-1.7-7.6-3.7-10.2-6.5c-2.8-2.8-4.7-6-6.1-9.7\n\t\t\tc-1.4-3.9-2-8-2-12.1c0-3.9,0.7-7.8,2.2-11.3c1.5-3.5,3.5-6.9,6.1-9.7s6-5,10-6.7c4.3-1.7,8.8-2.6,13.4-2.6c5.4,0,9.9,0.7,13.4,2\n\t\t\tc3.5,1.3,6.3,3.2,8.6,5.4c2.2,2.2,3.7,4.8,4.8,7.8c0.9,3,1.5,6.1,1.5,9.5v3.7h-39.3c0,8,1.5,14,4.7,18c3,4.1,8,6.1,14.5,6.1\n\t\t\tc3.7,0,6.9-0.9,9.9-3c3-2,5.5-4.6,7.4-7.6L397.4,874.7L397.4,874.7z M375.2,852.5c0-2.2-0.2-4.7-0.4-7.1c-0.2-2.4-0.6-4.5-1.3-6\n\t\t\tc-0.7-1.9-1.5-3.2-2.8-4.1c-1.1-0.9-2.6-1.3-4.3-1.3c-3,0-5.4,1.5-7.1,4.5c-1.9,3-2.8,7.8-3,14.3L375.2,852.5L375.2,852.5z\n\t\t\t M479.4,888.4h-35v-4.3c0.7,0,1.7-0.2,2.6-0.4c1.1-0.2,1.9-0.4,2.4-0.6c0.7-0.4,1.3-1.1,1.7-1.9c0.4-0.7,0.6-2,0.6-3.5v-27.2\n\t\t\tc0-3.9-0.7-6.9-2.2-8.9c-1.5-2-3.5-3-6.5-3c-1.5,0-3,0.2-4.3,0.7c-1.3,0.4-2.6,1.1-3.9,2c-1.1,0.7-2,1.5-2.8,2.4\n\t\t\tc-0.7,0.7-1.3,1.5-1.7,2.2v31.1c0,1.3,0.2,2.4,0.6,3.3c0.4,0.9,1.1,1.7,1.9,2c0.6,0.4,1.3,0.7,2.2,0.9l2.8,0.6v4.3h-35.4v-4.3\n\t\t\tc0.9,0,1.9-0.2,3-0.4c0.9-0.2,1.9-0.4,2.6-0.6c1.3-0.4,2-1.1,2.6-2c0.4-0.9,0.7-2,0.7-3.5v-33.9c0-1.1-0.4-2.4-0.9-3.5\n\t\t\tc-0.6-1.1-1.5-2-2.4-2.8c-0.7-0.4-1.5-0.9-2.6-1.1c-1.1-0.4-2.3-0.6-3.5-0.6v-4.3l27.7-1.5l0.9,0.9v8.4h0.2\n\t\t\tc1.4-1.1,2.7-2.3,3.9-3.5c1.4-1.2,2.8-2.3,4.3-3.3c1.5-0.9,3.3-1.7,5.6-2.4c2.2-0.7,4.8-0.9,7.4-0.9c6.3,0,11,1.9,14.1,5.4\n\t\t\tc3.2,3.5,4.7,8.4,4.7,14.3v28.5c0,1.5,0.2,2.6,0.6,3.3c0.4,0.9,1.3,1.5,2.4,2c0.6,0.2,1.3,0.6,2.2,0.7c0.9,0.2,1.9,0.4,3.2,0.6\n\t\t\tv4.5H479.4L479.4,888.4z M559.5,888.4h-27.4c-2.9-5.2-6-10.2-9.3-15.1c-2.8-4.1-5.4-8-7.8-11.4l-3.3,3v12.7c0,1.3,0.2,2.6,0.6,3.3\n\t\t\tc0.4,0.9,1.1,1.5,2.4,2c0.7,0.4,1.5,0.6,2.4,0.7c0.9,0.2,1.9,0.4,2.8,0.4v4.3h-36.1v-4.3c0.9,0,1.9-0.2,3-0.4\n\t\t\tc0.9-0.2,1.9-0.4,2.6-0.6c1.3-0.4,2-1.1,2.6-2c0.4-0.9,0.7-2,0.7-3.5v-64.8c0-1.3-0.4-2.6-0.9-3.9c-0.6-1.3-1.3-2.4-2.4-3.2\n\t\t\tc-0.7-0.4-1.9-0.9-3.3-1.1c-1.5-0.4-2.8-0.6-4.1-0.6v-4.3l28.8-1.5l0.9,0.9v59.9c2.8-2.6,6.1-5.6,9.7-8.9c3.5-3.3,6.5-6.1,8.6-8.4\n\t\t\tc1.3-1.3,2-2.2,2-3c0.2-0.7,0.2-1.1,0.2-1.3c0-0.7-0.6-1.3-1.9-1.7c-1.3-0.4-3-0.9-5.6-1.3v-4.1h29.4v4.1c-3.9,1.1-6.9,2-8.9,3\n\t\t\tc-2,0.9-4.3,2.2-6.7,3.7c-1.6,1.1-3.1,2.2-4.7,3.3c-1.5,1.1-3.2,2.6-5.2,4.3c3.7,5.6,7.3,10.6,10.4,15.3c3.2,4.7,6.5,9.7,10,14.9\n\t\t\tc1.1,1.9,2.6,3,4.5,3.7c1.9,0.6,3.5,0.9,5.4,1.1v4.5L559.5,888.4L559.5,888.4z M596.7,888.4H560v-4.3c0.9,0,2-0.2,3-0.4\n\t\t\tc0.9-0.2,1.9-0.4,2.4-0.6c1.3-0.4,2-1.1,2.6-2c0.6-0.9,0.7-2,0.7-3.5v-33.9c0-1.3-0.4-2.6-0.9-3.5c-0.5-1-1.3-1.9-2.2-2.4\n\t\t\tc-0.7-0.4-1.7-0.9-3.2-1.3c-1.5-0.4-2.8-0.7-3.9-0.7v-4.3L587,830l0.9,0.9v46.1c0,1.3,0.4,2.4,0.9,3.5c0.6,0.9,1.5,1.7,2.4,2\n\t\t\tc0.7,0.4,1.7,0.7,2.6,0.9c0.9,0.2,1.9,0.4,3,0.6v4.3L596.7,888.4L596.7,888.4z M588.3,809.3c0,3-1.1,5.4-3.3,7.4\n\t\t\tc-2.2,2-5,3.2-8,3.2c-3.2,0-5.8-1.1-8.2-3.2c-2.2-2-3.3-4.7-3.3-7.4c0-3,1.1-5.4,3.3-7.6c2.2-2,5-3.2,8.2-3.2c3.2,0,5.8,1.1,8,3.2\n\t\t\tC587.2,803.8,588.3,806.4,588.3,809.3L588.3,809.3z M678.7,888.4h-35v-4.3c0.7,0,1.7-0.2,2.6-0.4c1.1-0.2,1.9-0.4,2.4-0.6\n\t\t\tc0.7-0.4,1.3-1.1,1.7-1.9c0.4-0.7,0.6-2,0.6-3.5v-27.2c0-3.9-0.7-6.9-2.2-8.9c-1.5-2-3.5-3-6.5-3c-1.5,0-3,0.2-4.3,0.7\n\t\t\tc-1.3,0.6-2.6,1.1-3.9,2c-1.1,0.7-2,1.5-2.8,2.4c-0.7,0.7-1.3,1.5-1.7,2.2v31.1c0,1.3,0.2,2.4,0.6,3.3c0.4,0.9,1.1,1.7,1.9,2\n\t\t\tc0.6,0.4,1.3,0.7,2.2,0.9l2.8,0.6v4.3h-35.4v-4.3c0.9,0,1.9-0.2,3-0.4c0.9-0.2,1.9-0.4,2.6-0.6c1.3-0.4,2-1.1,2.6-2\n\t\t\tc0.4-0.9,0.7-2,0.7-3.5v-33.9c0-1.1-0.4-2.4-0.9-3.5c-0.6-1.1-1.5-2-2.4-2.8c-0.7-0.4-1.5-0.9-2.6-1.1c-1.1-0.4-2.3-0.6-3.5-0.6\n\t\t\tv-4.3l27.7-1.5l0.9,0.9v8.4h0.2c1.4-1.1,2.7-2.3,3.9-3.5c1.4-1.2,2.8-2.3,4.3-3.3c1.5-0.9,3.3-1.7,5.6-2.4\n\t\t\tc2.2-0.7,4.8-0.9,7.4-0.9c6.3,0,11,1.9,14.1,5.4c3.2,3.5,4.7,8.4,4.7,14.3v28.5c0,1.5,0.2,2.6,0.6,3.3c0.4,0.9,1.3,1.5,2.4,2\n\t\t\tc0.6,0.2,1.3,0.6,2.2,0.7c0.9,0.2,1.9,0.4,3.2,0.6v4.5H678.7L678.7,888.4z M710.9,890.5c-3.7,0-7.4-0.6-11-1.7\n\t\t\tc-3.5-1.1-6.3-2.2-8.4-3.5l-1.7,3.9h-4.5l-0.7-21.6h4.3c0.6,1.7,1.5,3.7,3,6c1.3,2.2,3,4.1,4.7,6c1.9,1.7,4,3.2,6.3,4.5\n\t\t\tc2.4,1.1,4.8,1.9,7.4,1.9c3.5,0,6.1-0.7,7.8-2c1.7-1.3,2.6-3.5,2.6-6.3c0-1.5-0.4-2.8-1.1-3.9c-0.7-0.9-1.9-1.9-3.2-2.6\n\t\t\tc-1.5-0.7-3.2-1.5-5-2c-1.9-0.6-4.1-1.1-6.7-2c-2.6-0.7-4.8-1.5-6.7-2.4c-1.9-0.7-3.9-2-5.8-3.7c-1.7-1.5-3.2-3.3-4.1-5.4\n\t\t\tc-1.1-2-1.5-4.7-1.5-7.6c0-5.4,2.2-9.9,6.9-13.2c4.7-3.3,10.6-5,18-5c3.5,0,6.7,0.4,9.7,1.1c3,0.7,5.4,1.5,7.4,2.4l1.3-3.3h4.5\n\t\t\tl0.9,19.7h-4.1c-1.3-4.1-3.7-7.4-6.9-10.4c-3.3-3-6.9-4.5-10.6-4.5c-3,0-5.4,0.6-7.1,1.9c-1.7,1.3-2.6,3-2.6,5.2\n\t\t\tc0,3,1.3,5,3.7,6.3c2.4,1.3,6,2.6,10.4,3.7c6.9,1.9,11.9,4.3,15.3,7.3c3.2,3.2,4.8,7.1,4.8,11.7c0,6.3-2.4,11.4-7.4,14.7\n\t\t\tC725.4,888.6,718.9,890.5,710.9,890.5L710.9,890.5z" />\n\t</g>\n</g>\n</symbol>',viewBox:"0 0 1000 1000"});Qo.add(ma);const va=new Io({id:"97e840812207a4e85942a3d4cc9c425d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="97e840812207a4e85942a3d4cc9c425d">\n <g clip-path="url(#97e840812207a4e85942a3d4cc9c425d_a)">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M8 5.333V8m0 2.666h.006M14.666 8A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.333 0Z" />\n </g>\n <defs>\n <clipPath id="97e840812207a4e85942a3d4cc9c425d_a">\n <path fill="currentColor" d="M0 0h16v16H0z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});Qo.add(va);const ba=new Io({id:"baa55e80ecedd3915711331585e90af7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="baa55e80ecedd3915711331585e90af7">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M8 12L11 15L16 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ba);const ya=new Io({id:"775baebe430676d24e713405f5093bc3",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="775baebe430676d24e713405f5093bc3">\n<path vector-effect="non-scaling-stroke" d="M12 8V12M12 16H12.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ya);const _a=new Io({id:"cbe64e3708f915704f4aaf5a638de8c2",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="cbe64e3708f915704f4aaf5a638de8c2">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M12 8V16M8 12H16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(_a);const wa=new Io({id:"fd1fdbebd322c484b74d1ba8222ec72e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fd1fdbebd322c484b74d1ba8222ec72e">\n<path vector-effect="non-scaling-stroke" d="M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(wa);const xa=new Io({id:"acae55df77c0fb0eb96789a895527143",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="acae55df77c0fb0eb96789a895527143">\n <path vector-effect="non-scaling-stroke" d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path vector-effect="non-scaling-stroke" d="M9 11L15 17M15 11L9 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(xa);const ka=new Io({id:"6a0dfad9d21a9029d1e845251a03a91c",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6a0dfad9d21a9029d1e845251a03a91c">\n<path vector-effect="non-scaling-stroke" d="M7 13L12 18L17 13M7 6L12 11L17 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ka);const Ca=new Io({id:"6714b0a01cad0cd868b19137adbf8ef7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6714b0a01cad0cd868b19137adbf8ef7">\n<path vector-effect="non-scaling-stroke" d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ca);const Sa=new Io({id:"d369105b52d959e0f31d7e56dae2612e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="d369105b52d959e0f31d7e56dae2612e">\n<path vector-effect="non-scaling-stroke" d="M9 18L15 12L9 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Sa);const Ma=new Io({id:"0b66582bad1b04536ee18b4b8d9e9a30",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="0b66582bad1b04536ee18b4b8d9e9a30">\n<path vector-effect="non-scaling-stroke" d="M17 18L12 13L7 18M17 11L12 6L7 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ma);const Aa=new Io({id:"7d421dfdc55a22c840e4f6e7f6d142f1",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="7d421dfdc55a22c840e4f6e7f6d142f1">\n<path vector-effect="non-scaling-stroke" d="M18 15L12 9L6 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Aa);const Ta=new Io({id:"a5aca797db351fc35e3c4b4d5d3a6673",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a5aca797db351fc35e3c4b4d5d3a6673">\n<path vector-effect="non-scaling-stroke" d="M4 4V5.4C4 8.76031 4 10.4405 4.65396 11.7239C5.2292 12.8529 6.14708 13.7708 7.27606 14.346C8.55953 15 10.2397 15 13.6 15H20M20 15L15 10M20 15L15 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ta);const La=new Io({id:"14ab32a1c041859dcf2a710b85f4e6bb",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="14ab32a1c041859dcf2a710b85f4e6bb">\n<path vector-effect="non-scaling-stroke" d="M14 10L21 3M21 3H15M21 3V9M10 14L3 21M3 21H9M3 21L3 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(La);const Ea=new Io({id:"2df7897188ce65409ea57e820129bd3f",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2df7897188ce65409ea57e820129bd3f">\n<path vector-effect="non-scaling-stroke" d="M8.54636 19.7675C10.9455 20.8319 13.803 20.7741 16.2499 19.3613C20.3154 17.0141 21.7084 11.8156 19.3612 7.75008L19.1112 7.31706M4.63826 16.2502C2.29105 12.1847 3.68399 6.98619 7.74948 4.63898C10.1965 3.22621 13.0539 3.16841 15.4531 4.23277M2.49316 16.3338L5.22521 17.0659L5.95727 14.3338M18.0424 9.6659L18.7744 6.93385L21.5065 7.6659" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ea);const Na=new Io({id:"2e896c815a6200a31f8b8e813ff3443b",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2e896c815a6200a31f8b8e813ff3443b">\n<path vector-effect="non-scaling-stroke" d="M4.5 18H19.5M4.5 12H15.5M4.5 6H12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Na);const Oa=new Io({id:"9401086058a257018c5f11bd2d0f1699",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9401086058a257018c5f11bd2d0f1699">\n<path vector-effect="non-scaling-stroke" d="M4.5 6H19.5M4.5 12C6.45262 12 13.5474 12 15.5 12M4.5 18L12.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Oa);const Ra=new Io({id:"b46ed421558c23c2bc56040f64fea542",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b46ed421558c23c2bc56040f64fea542">\n<path vector-effect="non-scaling-stroke" d="M7 4V20M7 20L3 16M7 20L11 16M17 20V4M17 4L13 8M17 4L21 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ra);const Da=new Io({id:"bb021e85399e995f42b66451360b7f3e",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="bb021e85399e995f42b66451360b7f3e">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M8 13v4m8-6v6M12 7v10m-4 4h11l2-2V5l-2-2H5L3 5v14l2 2h3Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Da);const Pa=new Io({id:"b8e35b773a72279be0d53e5346e26652",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b8e35b773a72279be0d53e5346e26652">\n <path d="M11 8H7" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path d="M13 16H7" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path d="M17 12H7" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n <path d="M5 21L3 19V5L5 3H19L21 5V19L19 21H5Z" stroke="currentColor" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Pa);const za=new Io({id:"c2b90d2236acecf4ea15dfe9c6962306",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="c2b90d2236acecf4ea15dfe9c6962306">\n<path vector-effect="non-scaling-stroke" d="M2.5 7L5 9.5M2.5 20.5L5.5 17.5M1.5 13.5H4.6213M19 13.5H22.5M19 9.5L21.5 7M18.5 17.5L21.5 20.5M8 7.5V6.5C8 4.29086 9.7908 2.5 12 2.5C14.2092 2.5 16 4.29086 16 6.5V7.5M12 21.5C8.13401 21.5 5 18.366 5 14.5V11.4999C5 10.3829 5 9.82428 5.15712 9.37516C5.43856 8.57093 6.07093 7.93856 6.87522 7.65712C7.32427 7.5 7.88284 7.5 9 7.5H15.0001C16.1171 7.5 16.6757 7.5 17.1248 7.65712C17.9291 7.93856 18.5614 8.57093 18.8429 9.37516C19 9.82428 19 10.3829 19 11.4999V14.5C19 18.366 15.866 21.5 12 21.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(za);const Ia=new Io({id:"11fffc2467a7bbf0274413a1ad37dc9f",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="11fffc2467a7bbf0274413a1ad37dc9f">\n<path vector-effect="non-scaling-stroke" d="M14.5 15L17.5 12L14.5 9M9.5 9L6.5 12L9.5 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ia);const Ba=new Io({id:"6a4ae14f6cf80dfe96ec4985f4a1f09a",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="6a4ae14f6cf80dfe96ec4985f4a1f09a">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M12 4v14l2 2h3m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM7 4h10M7 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-5 8h5m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ba);const ja=new Io({id:"28573ddc1fa4574541a30ea41dc809d3",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="28573ddc1fa4574541a30ea41dc809d3">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M16 4h2l2 2v14l-2 2H6l-2-2V6l2-2h2m1 11 2 2 5-4m-6-7h5l1-1V4v0-1l-1-1H9L8 3v2l1 1h1Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ja);const Fa=new Io({id:"5d13576ad53afa1a06870e7f2a89611c",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="5d13576ad53afa1a06870e7f2a89611c">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M14 11H8m2 4H8m8-8H8m12 0v13l-2 2H6l-2-2V4l2-2h12l2 2v3Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Fa);const Ha=new Io({id:"301433459aced022caf70a344436a818",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="301433459aced022caf70a344436a818">\n<path vector-effect="non-scaling-stroke" d="M20 7V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H12.5M12.5 11H8M11.5 15H8M16 7H8M18 18V12.5C18 11.6716 18.6716 11 19.5 11C20.3284 11 21 11.6716 21 12.5V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ha);const $a=new Io({id:"8e25e3f623b611fe5142a6270ac7268d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="8e25e3f623b611fe5142a6270ac7268d">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="m13 7-1-2-1-1-1-1H3L2 4v3m0 0h18l2 2v10l-2 2H4l-2-2V7Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add($a);const qa=new Io({id:"d5953776c0059805d8d02c9caa134ebb",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="d5953776c0059805d8d02c9caa134ebb">\n <g clip-path="url(#d5953776c0059805d8d02c9caa134ebb_clip0_3176_61815)">\n <path d="M4.99967 7.99967L6.99967 9.99967L10.9997 5.99967M14.6663 7.99967C14.6663 11.6816 11.6816 14.6663 7.99967 14.6663C4.31778 14.6663 1.33301 11.6816 1.33301 7.99967C1.33301 4.31778 4.31778 1.33301 7.99967 1.33301C11.6816 1.33301 14.6663 4.31778 14.6663 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n </g>\n <defs>\n <clipPath id="d5953776c0059805d8d02c9caa134ebb_clip0_3176_61815">\n <rect width="16" height="16" fill="white" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});Qo.add(qa);const Ua=new Io({id:"fcf877cdf00a9154483271d31c261114",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fcf877cdf00a9154483271d31c261114">\n<path vector-effect="non-scaling-stroke" d="M20 6L9 17L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ua);const Wa=new Io({id:"1bc28c2f0dfd279d91231ef6e553e638",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="1bc28c2f0dfd279d91231ef6e553e638">\n<path vector-effect="non-scaling-stroke" d="M13 5H21M13 9H18M13 15H21M13 19H18M3 17.012L4.99133 19L9 15M4 4H8C8.55228 4 9 4.44772 9 5V9C9 9.55228 8.55228 10 8 10H4C3.44772 10 3 9.55228 3 9V5C3 4.44772 3.44772 4 4 4Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Wa);const Va=new Io({id:"472a7e86c3a9476a4f38bb06c801d30d",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="472a7e86c3a9476a4f38bb06c801d30d">\n<path vector-effect="non-scaling-stroke" d="M5 15C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12V5.2C2 4.0799 2 3.51984 2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799C3.51984 2 4.0799 2 5.2 2H12C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5M12.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V12.2C22 11.0799 22 10.5198 21.782 10.092C21.5903 9.71569 21.2843 9.40973 20.908 9.21799C20.4802 9 19.9201 9 18.8 9H12.2C11.0799 9 10.5198 9 10.092 9.21799C9.71569 9.40973 9.40973 9.71569 9.21799 10.092C9 10.5198 9 11.0799 9 12.2V18.8C9 19.9201 9 20.4802 9.21799 20.908C9.40973 21.2843 9.71569 21.5903 10.092 21.782C10.5198 22 11.0799 22 12.2 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Va);const Ga=new Io({id:"0e6dd40015c633a2be9271018b9b22bf",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="0e6dd40015c633a2be9271018b9b22bf">\n<path vector-effect="non-scaling-stroke" d="M4 16.2422C2.79401 15.435 2 14.0602 2 12.5C2 10.1564 3.79151 8.23129 6.07974 8.01937C6.54781 5.17213 9.02024 3 12 3C14.9798 3 17.4522 5.17213 17.9203 8.01937C20.2085 8.23129 22 10.1564 22 12.5C22 14.0602 21.206 15.435 20 16.2422M8 17L12 21M12 21L16 17M12 21V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ga);const Ya=new Io({id:"dacf24b7c84e8a250ab378b98cf65780",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="dacf24b7c84e8a250ab378b98cf65780">\n<path vector-effect="non-scaling-stroke" d="M5 9H19M5 15H19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ya);const Xa=new Io({id:"f6af8233c5d208fa571aed090bfc4178",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="f6af8233c5d208fa571aed090bfc4178">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M1.613 8.475c-.09-.144-.136-.216-.161-.326a.782.782 0 0 1 0-.298c.025-.111.07-.183.161-.327C2.363 6.336 4.597 3.333 8 3.333c3.404 0 5.637 3.003 6.387 4.191.09.144.136.216.162.327.019.083.019.214 0 .298-.026.11-.071.182-.162.326-.75 1.188-2.983 4.191-6.387 4.191-3.403 0-5.636-3.003-6.387-4.19Z" />\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" />\n</symbol>',viewBox:"0 0 16 16"});Qo.add(Xa);const Za=new Io({id:"1dbee23bffd948419bd2fd229b954c6e",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="1dbee23bffd948419bd2fd229b954c6e">\n <path d="M6.39268 5.99967C6.54942 5.55412 6.85878 5.17841 7.26599 4.9391C7.67319 4.69978 8.15195 4.6123 8.61747 4.69215C9.08299 4.772 9.50523 5.01402 9.8094 5.37536C10.1136 5.7367 10.2801 6.19402 10.2793 6.66634C10.2793 7.99967 8.27935 8.66634 8.27935 8.66634M8.33268 11.333H8.33935M14.9993 7.99967C14.9993 11.6816 12.0146 14.6663 8.33268 14.6663C4.65078 14.6663 1.66602 11.6816 1.66602 7.99967C1.66602 4.31778 4.65078 1.33301 8.33268 1.33301C12.0146 1.33301 14.9993 4.31778 14.9993 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 16 16"});Qo.add(Za);const Ka=new Io({id:"e2bf3103166453fd92fed1c3c2fcc807",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="e2bf3103166453fd92fed1c3c2fcc807">\n<path vector-effect="non-scaling-stroke" d="M8 17H16M11.0177 2.764L4.23539 8.03912C3.78202 8.39175 3.55534 8.56806 3.39203 8.78886C3.24737 8.98444 3.1396 9.20478 3.07403 9.43905C3 9.70352 3 9.9907 3 10.5651V17.8C3 18.9201 3 19.4801 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4801 21 18.9201 21 17.8V10.5651C21 9.9907 21 9.70352 20.926 9.43905C20.8604 9.20478 20.7526 8.98444 20.608 8.78886C20.4447 8.56806 20.218 8.39175 19.7646 8.03913L12.9823 2.764C12.631 2.49075 12.4553 2.35412 12.2613 2.3016C12.0902 2.25526 11.9098 2.25526 11.7387 2.3016C11.5447 2.35412 11.369 2.49075 11.0177 2.764Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ka);const Ja=new Io({id:"9e9e6121746e98be5b9b47de8c377cc3",content:'<symbol viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="9e9e6121746e98be5b9b47de8c377cc3">\n <path d="M8.33268 10.6663V7.99967M8.33268 5.33301H8.33935M14.9993 7.99967C14.9993 11.6816 12.0146 14.6663 8.33268 14.6663C4.65078 14.6663 1.66602 11.6816 1.66602 7.99967C1.66602 4.31778 4.65078 1.33301 8.33268 1.33301C12.0146 1.33301 14.9993 4.31778 14.9993 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 17 16"});Qo.add(Ja);const Qa=new Io({id:"db4c3937a96a0ed2c4446a44d3ed4487",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="db4c3937a96a0ed2c4446a44d3ed4487">\n<path vector-effect="non-scaling-stroke" d="M10.0002 13C10.4297 13.5741 10.9776 14.0491 11.6067 14.3929C12.2359 14.7367 12.9317 14.9411 13.6468 14.9923C14.362 15.0435 15.0798 14.9403 15.7515 14.6897C16.4233 14.4392 17.0333 14.047 17.5402 13.54L20.5402 10.54C21.451 9.59695 21.955 8.33394 21.9436 7.02296C21.9322 5.71198 21.4063 4.45791 20.4793 3.53087C19.5523 2.60383 18.2982 2.07799 16.9872 2.0666C15.6762 2.0552 14.4132 2.55918 13.4702 3.46997L11.7502 5.17997M14.0002 11C13.5707 10.4258 13.0228 9.95078 12.3936 9.60703C11.7645 9.26327 11.0687 9.05885 10.3535 9.00763C9.63841 8.95641 8.92061 9.0596 8.24885 9.31018C7.5771 9.56077 6.96709 9.9529 6.4602 10.46L3.4602 13.46C2.54941 14.403 2.04544 15.666 2.05683 16.977C2.06822 18.288 2.59407 19.542 3.52111 20.4691C4.44815 21.3961 5.70221 21.9219 7.01319 21.9333C8.32418 21.9447 9.58719 21.4408 10.5302 20.53L12.2402 18.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Qa);const es=new Io({id:"f346781556394af2bd92144ed8a81446",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f346781556394af2bd92144ed8a81446">\n<path vector-effect="non-scaling-stroke" d="M21 9L21 3M21 3H15M21 3L13 11M10 5H7.8C6.11984 5 5.27976 5 4.63803 5.32698C4.07354 5.6146 3.6146 6.07354 3.32698 6.63803C3 7.27976 3 8.11984 3 9.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H14.2C15.8802 21 16.7202 21 17.362 20.673C17.9265 20.3854 18.3854 19.9265 18.673 19.362C19 18.7202 19 17.8802 19 16.2V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(es);const ts=new Io({id:"8d8df0b9801fcd9df0e1e4ce5e79d4cf",content:'<symbol viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="8d8df0b9801fcd9df0e1e4ce5e79d4cf">\n <path d="M6 7.99967H11.3333M15.3333 7.99967C15.3333 11.6816 12.3486 14.6663 8.66667 14.6663C4.98477 14.6663 2 11.6816 2 7.99967C2 4.31778 4.98477 1.33301 8.66667 1.33301C12.3486 1.33301 15.3333 4.31778 15.3333 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 17 16"});Qo.add(ts);const ns=new Io({id:"eb91e2adaaf820e51d7f9276a36ae9bc",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="eb91e2adaaf820e51d7f9276a36ae9bc">\n<path vector-effect="non-scaling-stroke" d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ns);const rs=new Io({id:"a3d8dc7d008afa216e105f1d0e428c8a",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a3d8dc7d008afa216e105f1d0e428c8a">\n<path vector-effect="non-scaling-stroke" d="M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(rs);const is=new Io({id:"f331d6d24c4f20291cf991275fd9c844",content:'<symbol viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="f331d6d24c4f20291cf991275fd9c844">\n <path d="M10.6667 5.99967L6.66667 9.99967M6.66667 5.99967L10.6667 9.99967M15.3333 7.99967C15.3333 11.6816 12.3486 14.6663 8.66667 14.6663C4.98477 14.6663 2 11.6816 2 7.99967C2 4.31778 4.98477 1.33301 8.66667 1.33301C12.3486 1.33301 15.3333 4.31778 15.3333 7.99967Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 17 16"});Qo.add(is);const os=new Io({id:"00720afc1b6bf51893d1d598043a4de1",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="00720afc1b6bf51893d1d598043a4de1">\n<path vector-effect="non-scaling-stroke" d="M18 6L6 18M6 6L18 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(os);const as=new Io({id:"72dc6b01e3eb761c8218eb9909e841a6",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="72dc6b01e3eb761c8218eb9909e841a6">\n<path vector-effect="non-scaling-stroke" d="M12.9999 2L4.09332 12.6879C3.74451 13.1064 3.57011 13.3157 3.56744 13.4925C3.56512 13.6461 3.63359 13.7923 3.75312 13.8889C3.89061 14 4.16304 14 4.7079 14H11.9999L10.9999 22L19.9064 11.3121C20.2552 10.8936 20.4296 10.6843 20.4323 10.5075C20.4346 10.3539 20.3661 10.2077 20.2466 10.1111C20.1091 10 19.8367 10 19.2918 10H11.9999L12.9999 2Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(as);const ss=new Io({id:"2b588854ea2eb02a33849edc6074ba47",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="2b588854ea2eb02a33849edc6074ba47">\n <path d="M2.667 10s.667-.667 2.667-.667c2 0 3.333 1.333 5.333 1.333S13.334 10 13.334 10V2s-.667.666-2.667.666c-2 0-3.333-1.333-5.333-1.333S2.667 2 2.667 2v12.666" stroke="currentColor" stroke-opacity=".72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 16 16"});Qo.add(ss);const ls=new Io({id:"e7a5450a50d9dbdceccdc513ec1c2df5",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="e7a5450a50d9dbdceccdc513ec1c2df5">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ls);const cs=new Io({id:"cf230c9fbe89a2e58d07758cd8433be3",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="cf230c9fbe89a2e58d07758cd8433be3">\n <g clip-path="url(#cf230c9fbe89a2e58d07758cd8433be3_a)">\n <path vector-effect="non-scaling-stroke" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.566 3.1 1.3-1.3a1.607 1.607 0 0 1 2.267 0L14.2 2.867a1.6 1.6 0 0 1 0 2.266l-1.3 1.3m1.766-5.1-1 1m-.333 6.334a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z" />\n </g>\n <defs>\n <clipPath id="cf230c9fbe89a2e58d07758cd8433be3_a">\n <path vector-effect="non-scaling-stroke" fill="currentColor" d="M0 0h16v16H0z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});Qo.add(cs);const us=new Io({id:"74dd05c5f266368b8b6322f3a7323966",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="74dd05c5f266368b8b6322f3a7323966">\n <path vector-effect="non-scaling-stroke" d="M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(us);const ds=new Io({id:"59472a73e3c4c5e34794720bd8f10af7",content:'<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" id="59472a73e3c4c5e34794720bd8f10af7">\n <path vector-effect="non-scaling-stroke" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1.5" d="M12 3v18M8 3h11l2 2v14l-2 2H5l-2-2V5l2-2h3Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ds);const fs=new Io({id:"a7ec9c9b2ab84be9a85639d7ee018535",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a7ec9c9b2ab84be9a85639d7ee018535">\n <path vector-effect="non-scaling-stroke" d="M3 9H21M7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3Z" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(fs);const hs=new Io({id:"217fc04c9aefedce6159f027086c12b3",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" id="217fc04c9aefedce6159f027086c12b3">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="m14 10 7-7m0 0h-6m6 0v6m-11 5-7 7m0 0h6m-6 0v-6" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(hs);const ps=new Io({id:"dd12d7a14d7b9ccc775f46c10d72715d",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" id="dd12d7a14d7b9ccc775f46c10d72715d">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M4 14h6m0 0v6m0-6-7 7m17-11h-6m0 0V4m0 6 7-7" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ps);const gs=new Io({id:"2cfef4a6ca3bcab80737e78fa35a1e8e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2cfef4a6ca3bcab80737e78fa35a1e8e">\n<path vector-effect="non-scaling-stroke" d="M15 9H15.01M15 15C18.3137 15 21 12.3137 21 9C21 5.68629 18.3137 3 15 3C11.6863 3 9 5.68629 9 9C9 9.27368 9.01832 9.54308 9.05381 9.80704C9.11218 10.2412 9.14136 10.4583 9.12172 10.5956C9.10125 10.7387 9.0752 10.8157 9.00469 10.9419C8.937 11.063 8.81771 11.1823 8.57913 11.4209L3.46863 16.5314C3.29568 16.7043 3.2092 16.7908 3.14736 16.8917C3.09253 16.9812 3.05213 17.0787 3.02763 17.1808C3 17.2959 3 17.4182 3 17.6627V19.4C3 19.9601 3 20.2401 3.10899 20.454C3.20487 20.6422 3.35785 20.7951 3.54601 20.891C3.75992 21 4.03995 21 4.6 21H6.33726C6.58185 21 6.70414 21 6.81923 20.9724C6.92127 20.9479 7.01881 20.9075 7.10828 20.8526C7.2092 20.7908 7.29568 20.7043 7.46863 20.5314L12.5791 15.4209C12.8177 15.1823 12.937 15.063 13.0581 14.9953C13.1843 14.9248 13.2613 14.8987 13.4044 14.8783C13.5417 14.8586 13.7588 14.8878 14.193 14.9462C14.4569 14.9817 14.7263 15 15 15Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(gs);const ms=new Io({id:"f5f0f4b804a352ab8e0f24140051bbe3",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f5f0f4b804a352ab8e0f24140051bbe3">\n<path vector-effect="non-scaling-stroke" d="M8.99999 12H12M8.99999 12C8.99999 12.3965 9.07692 12.7751 9.21667 13.1216M8.99999 12C8.99999 11.6224 9.06975 11.2611 9.19707 10.9283M15 12H12M15 12C15 11.6224 14.9303 11.2611 14.8029 10.9283M15 12C15 12.3776 14.9303 12.7389 14.8029 13.0717M12 15V12M12 15C11.6219 15 11.2601 14.93 10.9269 14.8024M12 15C12.4299 15 12.8388 14.9096 13.2085 14.7467M12 9V12M12 9C12.4299 9 12.8388 9.09044 13.2085 9.25334M12 9C11.5908 9 11.2008 9.08191 10.8454 9.23022M12 12L9.82377 9.93503M12 12L14.3085 13.916M12 12L9.94168 14.1825M12 12L14.1762 9.93503M12 12L14.8029 10.9283M12 12L9.21667 13.1216M12 12L10.9269 14.8024M12 12L13.2085 9.25334M12 12L14.8029 13.0717M12 12L13.2085 14.7467M12 12L10.8454 9.23022M12 12L9.19707 10.9283M9.82377 9.93503C10.1094 9.63416 10.4567 9.39246 10.8454 9.23022M9.82377 9.93503C9.55415 10.2191 9.33956 10.5559 9.19707 10.9283M14.3085 13.916C14.5165 13.6657 14.6846 13.381 14.8029 13.0717M14.3085 13.916C14.0131 14.2716 13.6371 14.5578 13.2085 14.7467M9.94168 14.1825C9.62921 13.8877 9.38003 13.5266 9.21667 13.1216M9.94168 14.1825C10.224 14.4488 10.5579 14.661 10.9269 14.8024M14.1762 9.93503C14.4458 10.2191 14.6604 10.5559 14.8029 10.9283M14.1762 9.93503C13.9039 9.64814 13.5755 9.41504 13.2085 9.25334M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ms);const vs=new Io({id:"b53acf6616bc3217ee53f6fa11e30526",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b53acf6616bc3217ee53f6fa11e30526">\n<path vector-effect="non-scaling-stroke" d="M5.5839 4.7328C6.33209 3.98462 7.17125 3.38527 8.06529 2.9339C7.43285 6.41756 8.46285 10.1468 11.158 12.842C13.8532 15.5372 17.5824 16.5672 21.0661 15.9347C20.6147 16.8288 20.0154 17.6679 19.2672 18.4161C15.4887 22.1946 9.36244 22.1946 5.5839 18.4161C1.80537 14.6376 1.80537 8.51134 5.5839 4.7328Z" stroke="currentColor" stroke-width="1.5" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(vs);const bs=new Io({id:"f6726cf2a294337e9b40efc54b12453b",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f6726cf2a294337e9b40efc54b12453b">\n<path vector-effect="non-scaling-stroke" d="M22 12H20M19.071 19.0711L17.6567 17.6569M4 12H2M6.34292 6.34317L4.92871 4.92896M12 4V2M17.6567 6.34317L19.071 4.92896M12 22V20M4.92871 19.0711L6.34292 17.6569M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(bs);const ys=new Io({id:"2b3f4c2f95a2713befa37cddaf060a24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2b3f4c2f95a2713befa37cddaf060a24">\n <path stroke="currentColor" stroke-width="1.5" d="M5.508 10.742a6.796 6.796 0 0 0 1.916 5.834 6.795 6.795 0 0 0 5.833 1.915 5.706 5.706 0 1 1-7.749-7.749Z" />\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 8h-1.2m-.557 4.243-.849-.849M11.2 8H10m2.606-3.394-.849-.849M16 3.2V2m3.394 2.606.849-.849M16 14v-1.2m-4.243-.557.849-.849M19.6 8a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0Z" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ys);const _s=new Io({id:"fcf01aebea5d02da45d4b8d3bac62b58",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fcf01aebea5d02da45d4b8d3bac62b58">\n<path vector-effect="non-scaling-stroke" d="M12 9.5V13.5L14.5 15M12 5C7.30558 5 3.5 8.80558 3.5 13.5C3.5 18.1944 7.30558 22 12 22C16.6944 22 20.5 18.1944 20.5 13.5C20.5 8.80558 16.6944 5 12 5ZM12 5V2M10 2H14M20.329 5.59204L18.829 4.09204L19.579 4.84204M3.67102 5.59204L5.17102 4.09204L4.42102 4.84204" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(_s);const ws=new Io({id:"ef04c87a5207f2ffaf69e06eb3c4633d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 400 400" id="ef04c87a5207f2ffaf69e06eb3c4633d">\n <path fill="#2D4552" d="M136 222c-12 3-21 10-26 16 5-5 12-9 22-12 10-2 18-2 25-1v-6c-6 0-13 0-21 3Zm-27-46-48 12 3 3 40-10s0 7-5 14c9-7 10-19 10-19Zm40 112C82 306 46 228 35 188a227 227 0 0 1-7-45c-4 1-6 2-5 8 0 9 2 23 7 42 11 40 47 118 114 100 15-4 26-11 34-20-7 7-17 12-29 15Zm13-160v5h26l-2-5h-24Z" />\n <path fill="#2D4552" d="M194 168c12 3 18 11 21 19l14 3s-2-25-25-32c-22-6-36 12-37 14 6-4 15-8 27-4Zm105 19c-21-6-35 12-36 14 6-4 15-8 27-5 12 4 18 12 21 19l14 4s-2-26-26-32Zm-13 68-110-31s1 6 6 14l93 26 11-9Zm-76 66c-87-23-77-134-63-187 6-22 12-38 17-49-3 0-5 1-8 6-5 11-12 28-18 52-14 53-25 164 62 188 41 11 73-6 97-32a90 90 0 0 1-87 22Z" />\n <path fill="#E2574C" d="M162 262v-22l-63 18s5-27 37-36c10-3 19-3 26-2v-92h31l-10-24c-4-9-9-3-19 6-8 6-27 19-55 27-29 8-52 6-61 4-14-2-21-5-20 5 0 9 2 23 7 42 11 40 47 118 114 100 18-4 30-14 39-26h-26ZM61 188l48-12s-1 18-19 23-29-11-29-11Z" />\n <path fill="#2EAD33" d="M342 129c-13 2-43 5-79-5-37-10-62-27-71-35-14-12-20-20-26-8-5 11-12 29-19 53-14 53-24 164 63 187s134-78 148-131c6-24 9-42 10-54 1-14-9-10-26-7Zm-176 44s14-22 38-15c23 7 25 32 25 32l-63-17Zm57 96c-41-12-47-45-47-45l110 31s-22 26-63 14Zm39-68s14-21 37-14c24 6 26 32 26 32l-63-18Z" />\n <path fill="#D65348" d="m140 246-41 12s5-26 35-36l-23-86-2 1c-29 8-52 6-61 4-14-2-21-5-20 5 0 9 2 23 7 42 11 40 47 118 114 100h2l-11-42Zm-79-58 48-12s-1 18-19 23-29-11-29-11Z" />\n <path fill="#1D8D22" d="M225 269h-2c-41-12-47-45-47-45l57 16 30-116c-37-10-62-27-71-35-14-12-20-20-26-8-5 11-12 29-19 53-14 53-24 164 63 187l2 1 13-53Zm-59-96s14-22 38-15c23 7 25 32 25 32l-63-17Z" />\n <path fill="#C04B41" d="m142 245-11 4c3 14 7 28 14 40l4-1 9-3c-8-12-13-25-16-40Zm-4-102c-6 21-11 51-10 81l8-2 2-1a273 273 0 0 1 14-103l-8 5-6 20Z" />\n</symbol>',viewBox:"0 0 400 400"});Qo.add(ws);const xs=new Io({id:"4af8011a58a597dd8fd8c52187120c54",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32" id="4af8011a58a597dd8fd8c52187120c54">\n <g clip-path="url(#4af8011a58a597dd8fd8c52187120c54_a)">\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_b)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_c)" fill-rule="evenodd" d="M12.4 3.6A3.6 3.6 0 0 1 16 0c4.4 0 8.4 1.8 11.29 4.66a3.6 3.6 0 0 1-5.06 5.13A8.87 8.87 0 0 0 16 7.2a3.6 3.6 0 0 1-3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_d)" fill-rule="evenodd" d="M0 16A16 16 0 0 1 16 0a3.6 3.6 0 0 1 0 7.2 8.8 8.8 0 0 0-6.21 15.04 3.6 3.6 0 0 1-5.13 5.06A16.08 16.08 0 0 1 0 16Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_e)" fill-rule="evenodd" d="M4.66 22.24a3.6 3.6 0 0 1 5.1-.03 8.87 8.87 0 0 0 6.23 2.59 3.6 3.6 0 0 1 0 7.2c-4.4 0-8.4-1.8-11.3-4.66a3.6 3.6 0 0 1-.03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_f)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6A16 16 0 0 1 16 32a3.6 3.6 0 0 1 0-7.2 8.8 8.8 0 0 0 8.8-8.8 3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_g)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6v12.4a3.6 3.6 0 1 1-7.2 0V16a3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <g clip-path="url(#4af8011a58a597dd8fd8c52187120c54_h)">\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_i)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n </g>\n </g>\n <defs>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_b" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_c" x1="26.8" x2="17.8" y1="9.4" y2="3.61" gradientUnits="userSpaceOnUse">\n <stop stop-color="#EF4444" />\n <stop offset="1" stop-color="#DC2626" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_d" x1="3.6" x2="5.4" y1="14.01" y2="24.81" gradientUnits="userSpaceOnUse">\n <stop stop-color="#22C55E" />\n <stop offset="1" stop-color="#15803D" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_e" x1="4.8" x2="14.4" y1="22.21" y2="29.21" gradientUnits="userSpaceOnUse">\n <stop stop-color="#94A3B8" />\n <stop offset=".96" stop-color="#64748B" />\n <stop offset="1" stop-color="#64748B" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_f" x1="28.4" x2="22.19" y1="22.18" y2="28.4" gradientUnits="userSpaceOnUse">\n <stop stop-color="#D97706" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_g" x1="29.2" x2="30.63" y1="54.43" y2="54.28" gradientUnits="userSpaceOnUse">\n <stop stop-color="#FBBF24" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_i" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <clipPath id="4af8011a58a597dd8fd8c52187120c54_a">\n <path fill="#fff" d="M0 0h32v32H0z" />\n </clipPath>\n <clipPath id="4af8011a58a597dd8fd8c52187120c54_h">\n <path fill="#fff" d="M24.8 12H32v8h-7.2z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 32 32"});Qo.add(xs);const ks=new Io({id:"9a80d543f66830af93634ae4d68aa0b7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9a80d543f66830af93634ae4d68aa0b7">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8ZM12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.01C12.5623 17 13.01 16.5523 13.01 16C13.01 15.4477 12.5623 15 12.01 15H12Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(ks);const Cs=new Io({id:"9fc212651ca048f099abf61155ea3483",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9fc212651ca048f099abf61155ea3483">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289C16.8166 7.90237 16.1834 7.90237 15.7929 8.29289L10.5 13.5858L8.20711 11.2929C7.81658 10.9024 7.18342 10.9024 6.79289 11.2929C6.40237 11.6834 6.40237 12.3166 6.79289 12.7071L9.79289 15.7071C10.1834 16.0976 10.8166 16.0976 11.2071 15.7071L17.2071 9.70711Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Cs);const Ss=new Io({id:"6f69a868093429cca2d18204c014d1de",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6f69a868093429cca2d18204c014d1de">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM10.9066 8.27123C11.3138 8.03191 11.7926 7.94443 12.2581 8.02428C12.7236 8.10413 13.1459 8.34615 13.45 8.70749C13.7542 9.06883 13.9207 9.52615 13.92 9.99847L13.92 9.99996C13.92 10.4691 13.5549 10.9582 12.8653 11.4179C12.5509 11.6275 12.2294 11.7889 11.9826 11.8986C11.8606 11.9529 11.7603 11.9929 11.6929 12.0186C11.663 12.03 11.6329 12.041 11.6027 12.0516C11.0794 12.2267 10.7968 12.7926 10.9713 13.3162C11.146 13.8401 11.7123 14.1233 12.2362 13.9486L12.4049 13.8876C12.5015 13.8508 12.6356 13.7971 12.7949 13.7263C13.1105 13.586 13.5391 13.3724 13.9747 13.082C14.7849 12.5419 15.9195 11.5312 15.92 10.0009C15.9213 9.05644 15.5883 8.14201 14.9801 7.41949C14.3717 6.69682 13.5273 6.21277 12.5962 6.05307C11.6652 5.89337 10.7077 6.06833 9.89327 6.54696C9.07886 7.02559 8.46013 7.77701 8.14666 8.66812C7.96339 9.18911 8.23716 9.76002 8.75815 9.9433C9.27914 10.1266 9.85006 9.85279 10.0333 9.33181C10.1901 8.88625 10.4994 8.51054 10.9066 8.27123ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5522 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5522 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ss);const Ms=new Io({id:"27eb29a1af650efa3c8f236e96fd49b8",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="27eb29a1af650efa3c8f236e96fd49b8">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ms);const As=new Io({id:"84649b25b6ed4f61642b91b506fa7afd",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="84649b25b6ed4f61642b91b506fa7afd">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM11 7C11 6.44772 11.4477 6 12 6C12.5523 6 13 6.44772 13 7V11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V7Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(As);const Ts=new Io({id:"d37b4d7c76a2a7896f3890561ed86f2d",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="d37b4d7c76a2a7896f3890561ed86f2d">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Ts);const Ls=new Io({id:"eddd9bec4b080bb230775b072a486acc",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="eddd9bec4b080bb230775b072a486acc">\n <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.32" stroke-width="1.5" vector-effect="non-scaling-stroke" />\n <path d="M 15 8 A 7 7 0 0 1 8 15" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" class="allure-spinner" vector-effect="non-scaling-stroke" />\n <style>\n #eddd9bec4b080bb230775b072a486acc .allure-spinner {\n transform-origin: center;\n animation: allure-spinner-spin 0.75s infinite ease-in-out;\n }\n\n @keyframes allure-spinner-spin {\n 100% {\n transform: rotate(360deg);\n }\n }\n </style>\n</symbol>',viewBox:"0 0 16 16"});Qo.add(Ls);const Es=new Io({id:"52eca3113bd4208c703a4e2a0c10f117",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="52eca3113bd4208c703a4e2a0c10f117">\n<path d="M16 4C16.93 4 17.395 4 17.7765 4.10222C18.8117 4.37962 19.6204 5.18827 19.8978 6.22354C20 6.60504 20 7.07003 20 8V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V8C4 7.07003 4 6.60504 4.10222 6.22354C4.37962 5.18827 5.18827 4.37962 6.22354 4.10222C6.60504 4 7.07003 4 8 4M12 17V11M9 14H15M9.6 6H14.4C14.9601 6 15.2401 6 15.454 5.89101C15.6422 5.79513 15.7951 5.64215 15.891 5.45399C16 5.24008 16 4.96005 16 4.4V3.6C16 3.03995 16 2.75992 15.891 2.54601C15.7951 2.35785 15.6422 2.20487 15.454 2.10899C15.2401 2 14.9601 2 14.4 2H9.6C9.03995 2 8.75992 2 8.54601 2.10899C8.35785 2.20487 8.20487 2.35785 8.10899 2.54601C8 2.75992 8 3.03995 8 3.6V4.4C8 4.96005 8 5.24008 8.10899 5.45399C8.20487 5.64215 8.35785 5.79513 8.54601 5.89101C8.75992 6 9.03995 6 9.6 6Z" stroke="currentColor" stroke-opacity="1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});Qo.add(Es);const Ns=new Io({id:"baef59387353cd7f2939ebd4ddf30155",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="baef59387353cd7f2939ebd4ddf30155">\n<g clip-path="url(#baef59387353cd7f2939ebd4ddf30155_clip0_428_25)">\n<path d="M5.24 22.51L6.67 21.09C5.10422 19.6841 3.87398 17.9447 3.07 16C5.1 10.93 10.7 7 16 7C17.3639 7.018 18.7154 7.26128 20 7.72L21.55 6.16C19.7927 5.41732 17.9077 5.02335 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C1.94825 18.697 3.38043 20.811 5.24 22.51Z" fill="currentColor" />\n<path d="M12 15.73C12.0695 14.7717 12.4817 13.8705 13.1611 13.1911C13.8405 12.5117 14.7417 12.0995 15.7 12.03L17.51 10.21C16.4958 9.94295 15.4292 9.94642 14.4168 10.2201C13.4043 10.4937 12.4812 11.028 11.7396 11.7696C10.998 12.5112 10.4637 13.4343 10.1901 14.4468C9.91642 15.4592 9.91295 16.5258 10.18 17.54L12 15.73Z" fill="currentColor" />\n<path d="M30.94 15.66C29.7933 12.6732 27.7981 10.087 25.2 8.22L30 3.41L28.59 2L2 28.59L3.41 30L8.51 24.9C10.7839 26.234 13.364 26.9574 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM20 16C19.9958 16.7001 19.8079 17.3868 19.4551 17.9916C19.1023 18.5963 18.597 19.0978 17.9896 19.4461C17.3822 19.7943 16.6941 19.977 15.994 19.9759C15.2939 19.9749 14.6063 19.7901 14 19.44L19.44 14C19.7995 14.6057 19.9927 15.2957 20 16ZM16 25C13.9021 24.9634 11.8439 24.4214 10 23.42L12.54 20.88C13.6953 21.6816 15.0955 22.052 16.4961 21.9265C17.8967 21.8009 19.2087 21.1874 20.2031 20.1931C21.1974 19.1987 21.8109 17.8867 21.9365 16.4861C22.062 15.0855 21.6916 13.6853 20.89 12.53L23.76 9.66C26.0546 11.235 27.849 13.4354 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="baef59387353cd7f2939ebd4ddf30155_clip0_428_25">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});Qo.add(Ns);const Os=new Io({id:"81703ad6b4eb056b5d8424a52fc8c0e8",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="81703ad6b4eb056b5d8424a52fc8c0e8">\n<g clip-path="url(#81703ad6b4eb056b5d8424a52fc8c0e8_clip0_428_24)">\n<path d="M30.94 15.66C29.7638 12.6176 27.722 9.98662 25.0668 8.09209C22.4116 6.19756 19.2595 5.12257 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C2.23616 19.3824 4.27802 22.0134 6.9332 23.9079C9.58839 25.8024 12.7405 26.8774 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM16 25C10.7 25 5.1 21.07 3.07 16C5.1 10.93 10.7 7 16 7C21.3 7 26.9 10.93 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n<path d="M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9109 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C22 14.4087 21.3679 12.8826 20.2426 11.7574C19.1174 10.6321 17.5913 10 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8864 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="81703ad6b4eb056b5d8424a52fc8c0e8_clip0_428_24">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});Qo.add(Os);var Rs={icon:"styles_icon__peopu","size-xs":"styles_size-xs__jr71y","size-s":"styles_size-s__nGH-V","size-m":"styles_size-m__INBNd","size-l":"styles_size-l__SWmMv","size-xl":"styles_size-xl__-K5s3",inline:"styles_inline__BmJqE"},Ds=0;function Ps(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Ds,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return vr.vnode&&vr.vnode(c),c}const zs={amazon:aa.id,arrowsChevronDown:sa.id,azure:la.id,bitbucket:ca.id,circleci:ua.id,draggable:da.id,drone:fa.id,environment:ha.id,github:pa.id,gitlab:ga.id,jenkins:ma.id,lineAlertsAlertCircle:va.id,lineAlertsFixed:ba.id,lineAlertsMalfunctioned:ya.id,lineAlertsNew:_a.id,lineAlertsNotificationBox:wa.id,lineAlertsRegressed:xa.id,lineArrowsChevronDown:Ca.id,lineArrowsChevronDownDouble:ka.id,lineArrowsChevronRight:Sa.id,lineArrowsChevronUp:Aa.id,lineArrowsChevronUpDouble:Ma.id,lineArrowsCornerDownRight:Ta.id,lineArrowsExpand3:La.id,lineArrowsRefreshCcw1:Ea.id,lineArrowsSortLineAsc:Na.id,lineArrowsSortLineDesc:Oa.id,lineArrowsSwitchVertical1:Ra.id,lineChartsBarChartSquare:Da.id,lineChartsTimeline:Pa.id,lineDevBug2:za.id,lineDevCodeSquare:Ia.id,lineDevDataflow3:Ba.id,lineFilesClipboardCheck:ja.id,lineFilesFile2:Fa.id,lineFilesFileAttachment2:Ha.id,lineFilesFolder:$a.id,lineGeneralCheck:Ua.id,lineGeneralCheckCircle:qa.id,lineGeneralChecklist3:Wa.id,lineGeneralCopy3:Va.id,lineGeneralDownloadCloud:Ga.id,lineGeneralEqual:Ya.id,lineGeneralEye:Xa.id,lineGeneralHelpCircle:Za.id,lineGeneralHomeLine:Ka.id,lineGeneralInfoCircle:Ja.id,lineGeneralLink1:Qa.id,lineGeneralLinkExternal:es.id,lineGeneralMinusCircle:ts.id,lineGeneralSearchMd:ns.id,lineGeneralSettings1:rs.id,lineGeneralXCircle:is.id,lineGeneralXClose:os.id,lineGeneralZap:as.id,lineHelpersFlag:ss.id,lineHelpersPlayCircle:ls.id,lineIconBomb2:cs.id,lineImagesImage:us.id,lineLayoutsColumn2:ds.id,lineLayoutsLayoutTop:fs.id,lineLayoutsMaximize2:hs.id,lineLayoutsMinimize2:ps.id,lineSecurityKey:gs.id,lineShapesDotCircle:ms.id,lineShapesMoon:vs.id,lineShapesSun:bs.id,lineShapesThemeAuto:ys.id,lineTimeClockStopwatch:_s.id,playwrightLogo:ws.id,reportLogo:xs.id,solidAlertCircle:ks.id,solidCheckCircle:Cs.id,solidHelpCircle:Ss.id,solidMinusCircle:Ms.id,solidPlusCircle:As.id,solidXCircle:Ts.id,spinner:Ls.id,testNew:Es.id,view:Os.id,viewOff:Ns.id},Is=({id:e,size:t="s",inline:n=!1,className:r="","data-testid":i,...o})=>Ps("svg",{...o,className:_o(Rs.icon,Rs[`size-${t}`],n&&Rs.inline,r),"data-testid":i,children:Ps("use",{xlinkHref:`#${e}`})}),Bs=({size:e})=>Ps(Is,{role:"progressbar",id:Ls.id,size:e}),js=({size:e="m",tag:t="span",type:n="paragraph",bold:r=!1,className:i,children:o,...a})=>"paragraph"===n?Ps(t,{...a,className:_o(`paragraphs-text-${e}${r?"-bold":""}`,i),children:o}):"ui"===n?Ps(t,{...a,className:_o(`ui-text-${e}-ui${r?"-bold":""}`,i),children:o}):null,Fs=({size:e="m",tag:t="span",type:n="paragraph",bold:r=!1,className:i,children:o,...a})=>"paragraph"===n?Ps(t,{...a,className:_o(`paragraphs-code-${e}${r?"-bold":""}`,i),children:o}):"ui"===n?Ps(t,{...a,className:_o(`ui-code-${e}-ui${r?"-bold":""}`,i),children:o}):null,Hs=({size:e="m",tag:t="span",className:n,children:r,...i})=>Ps(t,{...i,className:_o(`headings-head-${e}`,n),children:r});var $s={button:"styles_button__dJOMr",fullWidth:"styles_fullWidth__UvMfL",contentIcon:"styles_contentIcon__WG8cP",leadingIcon:"styles_leadingIcon__YCONr",dropdownIcon:"styles_dropdownIcon__QbL-e",buttonIcon:"styles_buttonIcon__jkuyM",size_l:"styles_size_l__qdpXc",size_m:"styles_size_m__YdAJU",size_s:"styles_size_s__ujh2O",icon_size_xs:"styles_icon_size_xs__I8F1x",style_primary:"styles_style_primary__repZw",active:"styles_active__qHBgG",danger:"styles_danger__ifSNz",positive:"styles_positive__NaE-e",style_outline:"styles_style_outline__UDLGz",style_ghost:"styles_style_ghost__XxqyT",style_flat:"styles_style_flat__tgVZ1",style_raised:"styles_style_raised__Pwwft",text:"styles_text__n3hds",pending:"styles_pending__8GUAj",content:"styles_content__pYX6n",spinner:"styles_spinner__anTET"};const qs=e=>{const{text:t,type:n="button",icon:r,iconSize:i="m",onClick:o,isPending:a=!1,size:s="m",style:l="primary",action:c="default",fullWidth:u=!1,isDisabled:d=!1,isIconButton:f=!1,isDropdownButton:h=!1,isActive:p=!1,focusable:g=!0,href:m,target:v="_self",className:b,...y}=e,_=d||a,w={...y,tabIndex:g?0:-1,className:_o($s.button,f&&$s.buttonIcon,$s[`size_${s}`],$s[`icon_size_${i}`],$s[`style_${l}`],"danger"===c&&$s.danger,"positive"===c&&$s.positive,a&&$s.pending,u&&$s.fullWidth,!_&&p&&$s.active,b),onClick:o},x=Ps(js,{type:"ui",size:"s"===s?"s":"m",bold:!0,className:$s.content,children:[r&&Ps(Is,{size:"s",className:f?$s.contentIcon:$s.leadingIcon,id:r}),!f&&Ps("span",{className:$s.text,children:t}),h&&Ps(Is,{id:zs.lineArrowsChevronDown,size:"s",className:$s.dropdownIcon}),Ps("span",{className:$s.spinner,"aria-hidden":!a,children:Ps(Bs,{})})]});return m?Ps("a",{...w,href:m,target:v,"aria-disabled":_?"true":void 0,style:_?{pointerEvents:"none"}:void 0,children:x}):Ps("button",{...w,disabled:_,type:n,children:x})},Us=e=>Ps(qs,{...e}),Ws=e=>Ps(qs,{...e,isIconButton:!0}),Vs=e=>Ps(qs,{...e,isDropdownButton:!0,isActive:e.isExpanded}),Gs=Math.min,Ys=Math.max,Xs=Math.round,Zs=Math.floor,Ks=e=>({x:e,y:e}),Js={left:"right",right:"left",bottom:"top",top:"bottom"},Qs={start:"end",end:"start"};function el(e,t,n){return Ys(e,Gs(t,n))}function tl(e,t){return"function"==typeof e?e(t):e}function nl(e){return e.split("-")[0]}function rl(e){return e.split("-")[1]}function il(e){return"x"===e?"y":"x"}function ol(e){return"y"===e?"height":"width"}const al=new Set(["top","bottom"]);function sl(e){return al.has(nl(e))?"y":"x"}function ll(e){return il(sl(e))}function cl(e){return e.replace(/start|end/g,(e=>Qs[e]))}const ul=["left","right"],dl=["right","left"],fl=["top","bottom"],hl=["bottom","top"];function pl(e){return e.replace(/left|right|bottom|top/g,(e=>Js[e]))}function gl(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function ml(e,t,n){let{reference:r,floating:i}=e;const o=sl(t),a=ll(t),s=ol(a),l=nl(t),c="y"===o,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2;let h;switch(l){case"top":h={x:u,y:r.y-i.height};break;case"bottom":h={x:u,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(rl(t)){case"start":h[a]-=f*(n&&c?-1:1);break;case"end":h[a]+=f*(n&&c?-1:1)}return h}async function vl(e,t){var n;void 0===t&&(t={});const{x:r,y:i,platform:o,rects:a,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=tl(t,e),p=function(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}(h),g=s[f?"floating"===d?"reference":"floating":d],m=gl(await o.getClippingRect({element:null==(n=await(null==o.isElement?void 0:o.isElement(g)))||n?g:g.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(s.floating)),boundary:c,rootBoundary:u,strategy:l})),v="floating"===d?{x:r,y:i,width:a.floating.width,height:a.floating.height}:a.reference,b=await(null==o.getOffsetParent?void 0:o.getOffsetParent(s.floating)),y=await(null==o.isElement?void 0:o.isElement(b))&&await(null==o.getScale?void 0:o.getScale(b))||{x:1,y:1},_=gl(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:v,offsetParent:b,strategy:l}):v);return{top:(m.top-_.top+p.top)/y.y,bottom:(_.bottom-m.bottom+p.bottom)/y.y,left:(m.left-_.left+p.left)/y.x,right:(_.right-m.right+p.right)/y.x}}const bl=new Set(["left","top"]);function yl(){return"undefined"!=typeof window}function _l(e){return kl(e)?(e.nodeName||"").toLowerCase():"#document"}function wl(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function xl(e){var t;return null==(t=(kl(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function kl(e){return!!yl()&&(e instanceof Node||e instanceof wl(e).Node)}function Cl(e){return!!yl()&&(e instanceof Element||e instanceof wl(e).Element)}function Sl(e){return!!yl()&&(e instanceof HTMLElement||e instanceof wl(e).HTMLElement)}function Ml(e){return!(!yl()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof wl(e).ShadowRoot)}const Al=new Set(["inline","contents"]);function Tl(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Fl(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!Al.has(i)}const Ll=new Set(["table","td","th"]);function El(e){return Ll.has(_l(e))}const Nl=[":popover-open",":modal"];function Ol(e){return Nl.some((t=>{try{return e.matches(t)}catch(e){return!1}}))}const Rl=["transform","translate","scale","rotate","perspective"],Dl=["transform","translate","scale","rotate","perspective","filter"],Pl=["paint","layout","strict","content"];function zl(e){const t=Il(),n=Cl(e)?Fl(e):e;return Rl.some((e=>!!n[e]&&"none"!==n[e]))||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||Dl.some((e=>(n.willChange||"").includes(e)))||Pl.some((e=>(n.contain||"").includes(e)))}function Il(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const Bl=new Set(["html","body","#document"]);function jl(e){return Bl.has(_l(e))}function Fl(e){return wl(e).getComputedStyle(e)}function Hl(e){return Cl(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function $l(e){if("html"===_l(e))return e;const t=e.assignedSlot||e.parentNode||Ml(e)&&e.host||xl(e);return Ml(t)?t.host:t}function ql(e){const t=$l(e);return jl(t)?e.ownerDocument?e.ownerDocument.body:e.body:Sl(t)&&Tl(t)?t:ql(t)}function Ul(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const i=ql(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),a=wl(i);if(o){const e=Wl(a);return t.concat(a,a.visualViewport||[],Tl(i)?i:[],e&&n?Ul(e):[])}return t.concat(i,Ul(i,[],n))}function Wl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Vl(e){const t=Fl(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Sl(e),o=i?e.offsetWidth:n,a=i?e.offsetHeight:r,s=Xs(n)!==o||Xs(r)!==a;return s&&(n=o,r=a),{width:n,height:r,$:s}}function Gl(e){return Cl(e)?e:e.contextElement}function Yl(e){const t=Gl(e);if(!Sl(t))return Ks(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=Vl(t);let a=(o?Xs(n.width):n.width)/r,s=(o?Xs(n.height):n.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Xl=Ks(0);function Zl(e){const t=wl(e);return Il()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Xl}function Kl(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const i=e.getBoundingClientRect(),o=Gl(e);let a=Ks(1);t&&(r?Cl(r)&&(a=Yl(r)):a=Yl(e));const s=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==wl(e))&&t}(o,n,r)?Zl(o):Ks(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,u=i.width/a.x,d=i.height/a.y;if(o){const e=wl(o),t=r&&Cl(r)?wl(r):r;let n=e,i=Wl(n);for(;i&&r&&t!==n;){const e=Yl(i),t=i.getBoundingClientRect(),r=Fl(i),o=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,a=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;l*=e.x,c*=e.y,u*=e.x,d*=e.y,l+=o,c+=a,n=wl(i),i=Wl(n)}}return gl({width:u,height:d,x:l,y:c})}function Jl(e,t){const n=Hl(e).scrollLeft;return t?t.left+n:Kl(xl(e)).left+n}function Ql(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Jl(e,n),y:n.top+t.scrollTop}}const ec=new Set(["absolute","fixed"]);function tc(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=wl(e),r=xl(e),i=n.visualViewport;let o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;const e=Il();(!e||e&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}const c=Jl(r);if(c<=0){const e=r.ownerDocument,t=e.body,n=getComputedStyle(t),i="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,a=Math.abs(r.clientWidth-t.clientWidth-i);a<=25&&(o-=a)}else c<=25&&(o+=c);return{width:o,height:a,x:s,y:l}}(e,n);else if("document"===t)r=function(e){const t=xl(e),n=Hl(e),r=e.ownerDocument.body,i=Ys(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=Ys(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+Jl(e);const s=-n.scrollTop;return"rtl"===Fl(r).direction&&(a+=Ys(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:s}}(xl(e));else if(Cl(t))r=function(e,t){const n=Kl(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=Sl(e)?Yl(e):Ks(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{const n=Zl(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return gl(r)}function nc(e,t){const n=$l(e);return!(n===t||!Cl(n)||jl(n))&&("fixed"===Fl(n).position||nc(n,t))}function rc(e,t,n){const r=Sl(t),i=xl(t),o="fixed"===n,a=Kl(e,!0,o,t);let s={scrollLeft:0,scrollTop:0};const l=Ks(0);function c(){l.x=Jl(i)}if(r||!r&&!o)if(("body"!==_l(t)||Tl(i))&&(s=Hl(t)),r){const e=Kl(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else i&&c();o&&!r&&i&&c();const u=!i||r||o?Ks(0):Ql(i,s);return{x:a.left+s.scrollLeft-l.x-u.x,y:a.top+s.scrollTop-l.y-u.y,width:a.width,height:a.height}}function ic(e){return"static"===Fl(e).position}function oc(e,t){if(!Sl(e)||"fixed"===Fl(e).position)return null;if(t)return t(e);let n=e.offsetParent;return xl(e)===n&&(n=n.ownerDocument.body),n}function ac(e,t){const n=wl(e);if(Ol(e))return n;if(!Sl(e)){let t=$l(e);for(;t&&!jl(t);){if(Cl(t)&&!ic(t))return t;t=$l(t)}return n}let r=oc(e,t);for(;r&&El(r)&&ic(r);)r=oc(r,t);return r&&jl(r)&&ic(r)&&!zl(r)?n:r||function(e){let t=$l(e);for(;Sl(t)&&!jl(t);){if(zl(t))return t;if(Ol(t))return null;t=$l(t)}return null}(e)||n}const sc={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const o="fixed"===i,a=xl(r),s=!!t&&Ol(t.floating);if(r===a||s&&o)return n;let l={scrollLeft:0,scrollTop:0},c=Ks(1);const u=Ks(0),d=Sl(r);if((d||!d&&!o)&&(("body"!==_l(r)||Tl(a))&&(l=Hl(r)),Sl(r))){const e=Kl(r);c=Yl(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}const f=!a||d||o?Ks(0):Ql(a,l);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x+f.x,y:n.y*c.y-l.scrollTop*c.y+u.y+f.y}},getDocumentElement:xl,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o="clippingAncestors"===n?Ol(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let r=Ul(e,[],!1).filter((e=>Cl(e)&&"body"!==_l(e))),i=null;const o="fixed"===Fl(e).position;let a=o?$l(e):e;for(;Cl(a)&&!jl(a);){const t=Fl(a),n=zl(a);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&i&&ec.has(i.position)||Tl(a)&&!n&&nc(e,a))?r=r.filter((e=>e!==a)):i=t,a=$l(a)}return t.set(e,r),r}(t,this._c):[].concat(n),a=[...o,r],s=a[0],l=a.reduce(((e,n)=>{const r=tc(t,n,i);return e.top=Ys(r.top,e.top),e.right=Gs(r.right,e.right),e.bottom=Gs(r.bottom,e.bottom),e.left=Ys(r.left,e.left),e}),tc(t,s,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:ac,getElementRects:async function(e){const t=this.getOffsetParent||ac,n=this.getDimensions,r=await n(e.floating);return{reference:rc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=Vl(e);return{width:t,height:n}},getScale:Yl,isElement:Cl,isRTL:function(e){return"rtl"===Fl(e).direction}};function lc(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function cc(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=r,c=Gl(e),u=i||o?[...c?Ul(c):[],...Ul(t)]:[];u.forEach((e=>{i&&e.addEventListener("scroll",n,{passive:!0}),o&&e.addEventListener("resize",n)}));const d=c&&s?function(e,t){let n,r=null;const i=xl(e);function o(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function a(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),o();const c=e.getBoundingClientRect(),{left:u,top:d,width:f,height:h}=c;if(s||t(),!f||!h)return;const p={rootMargin:-Zs(d)+"px "+-Zs(i.clientWidth-(u+f))+"px "+-Zs(i.clientHeight-(d+h))+"px "+-Zs(u)+"px",threshold:Ys(0,Gs(1,l))||1};let g=!0;function m(t){const r=t[0].intersectionRatio;if(r!==l){if(!g)return a();r?a(!1,r):n=setTimeout((()=>{a(!1,1e-7)}),1e3)}1!==r||lc(c,e.getBoundingClientRect())||a(),g=!1}try{r=new IntersectionObserver(m,{...p,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(m,p)}r.observe(e)}(!0),o}(c,n):null;let f,h=-1,p=null;a&&(p=new ResizeObserver((e=>{let[r]=e;r&&r.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame((()=>{var e;null==(e=p)||e.observe(t)}))),n()})),c&&!l&&p.observe(c),p.observe(t));let g=l?Kl(e):null;return l&&function t(){const r=Kl(e);g&&!lc(g,r)&&n(),g=r,f=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach((e=>{i&&e.removeEventListener("scroll",n),o&&e.removeEventListener("resize",n)})),null==d||d(),null==(e=p)||e.disconnect(),p=null,l&&cancelAnimationFrame(f)}}const uc=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:o,placement:a,middlewareData:s}=t,l=await async function(e,t){const{placement:n,platform:r,elements:i}=e,o=await(null==r.isRTL?void 0:r.isRTL(i.floating)),a=nl(n),s=rl(n),l="y"===sl(n),c=bl.has(a)?-1:1,u=o&&l?-1:1,d=tl(t,e);let{mainAxis:f,crossAxis:h,alignmentAxis:p}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&"number"==typeof p&&(h="end"===s?-1*p:p),l?{x:h*u,y:f*c}:{x:f*c,y:h*u}}(t,e);return a===(null==(n=s.offset)?void 0:n.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:a}}}}},dc=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=tl(e,t),c={x:n,y:r},u=await vl(t,l),d=sl(nl(i)),f=il(d);let h=c[f],p=c[d];if(o){const e="y"===f?"bottom":"right";h=el(h+u["y"===f?"top":"left"],h,h-u[e])}if(a){const e="y"===d?"bottom":"right";p=el(p+u["y"===d?"top":"left"],p,p-u[e])}const g=s.fn({...t,[f]:h,[d]:p});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[f]:o,[d]:a}}}}}},fc=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:a,initialPlacement:s,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...m}=tl(e,t);if(null!=(n=o.arrow)&&n.alignmentOffset)return{};const v=nl(i),b=sl(s),y=nl(s)===s,_=await(null==l.isRTL?void 0:l.isRTL(c.floating)),w=f||(y||!g?[pl(s)]:function(e){const t=pl(e);return[cl(e),t,cl(t)]}(s)),x="none"!==p;!f&&x&&w.push(...function(e,t,n,r){const i=rl(e);let o=function(e,t,n){switch(e){case"top":case"bottom":return n?t?dl:ul:t?ul:dl;case"left":case"right":return t?fl:hl;default:return[]}}(nl(e),"start"===n,r);return i&&(o=o.map((e=>e+"-"+i)),t&&(o=o.concat(o.map(cl)))),o}(s,g,p,_));const k=[s,...w],C=await vl(t,m),S=[];let M=(null==(r=o.flip)?void 0:r.overflows)||[];if(u&&S.push(C[v]),d){const e=function(e,t,n){void 0===n&&(n=!1);const r=rl(e),i=ll(e),o=ol(i);let a="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=pl(a)),[a,pl(a)]}(i,a,_);S.push(C[e[0]],C[e[1]])}if(M=[...M,{placement:i,overflows:S}],!S.every((e=>e<=0))){var A,T;const e=((null==(A=o.flip)?void 0:A.index)||0)+1,t=k[e];if(t&&("alignment"!==d||b===sl(t)||M.every((e=>sl(e.placement)!==b||e.overflows[0]>0))))return{data:{index:e,overflows:M},reset:{placement:t}};let n=null==(T=M.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:T.placement;if(!n)switch(h){case"bestFit":{var L;const e=null==(L=M.filter((e=>{if(x){const t=sl(e.placement);return t===b||"y"===t}return!0})).map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:L[0];e&&(n=e);break}case"initialPlacement":n=s}if(i!==n)return{reset:{placement:n}}}return{}}}},hc=(e,t,n)=>{const r=new Map,i={platform:sc,...n},o={...i.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:a}=n,s=o.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=ml(c,r,l),f=r,h={},p=0;for(let n=0;n<s.length;n++){const{name:o,fn:g}=s[n],{x:m,y:v,data:b,reset:y}=await g({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=null!=m?m:u,d=null!=v?v:d,h={...h,[o]:{...h[o],...b}},y&&p<=50&&(p++,"object"==typeof y&&(y.placement&&(f=y.placement),y.rects&&(c=!0===y.rects?await a.getElementRects({reference:e,floating:t,strategy:i}):y.rects),({x:u,y:d}=ml(c,f,l))),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}})(e,t,{...i,platform:o})};const pc=({children:e,"data-testid":t})=>Ps("div",{className:"styles_custom-tooltip__2reCz","data-testid":t,children:Ps(js,{className:"tooltip-content",size:"s",bold:!0,children:e})}),gc=({tooltipText:e,tooltipTextAfterClick:t,tooltipComponent:n,children:r,placement:i="top",triggerMode:o="hover",autoHideDelay:a=600,showDelay:s=200,isTriggerActive:l=!0,"data-testid":c})=>{const u=Mi(null),d=Mi(null),[f,h]=xi(!1),[p,g]=xi(e),m=Mi(null),v=Mi(null);Ci((()=>{g(e);const t=()=>{d.current&&u.current&&hc(d.current,u.current,{placement:i,middleware:[uc(6),fc(),dc({padding:5})]}).then((({x:e,y:t})=>{u.current&&Object.assign(u.current.style,{left:`${e}px`,top:`${t}px`,position:"absolute","z-index":100})}))};return f&&t(),d.current&&u.current?cc(d.current,u.current,t):()=>{}}),[f,i,e]),Ci((()=>()=>{m.current&&clearTimeout(m.current)}),[]);const b=n||Ps(pc,{"data-testid":c,children:p});return Ps("div",{onMouseEnter:()=>{"hover"===o&&l&&(v.current=window.setTimeout((()=>{h(!0)}),s)),"click"===o&&m.current&&clearTimeout(m.current)},onMouseLeave:()=>{v.current&&clearTimeout(v.current),"hover"===o?(h(!1),g(e)):"click"===o&&f&&(m.current=window.setTimeout((()=>{h(!1)}),a))},onClick:()=>{"click"===o&&d.current&&l&&(h(!0),m.current&&clearTimeout(m.current)),t&&g(t)},children:[Ps("div",{ref:d,children:r}),Ps("div",{ref:u,children:f&&b})]})},mc=e=>{const{source:t,transformData:n=e=>e,renderLoader:r=()=>null,renderError:i=e=>Ps("div",{children:e}),renderData:o}=e;return t.value.loading?r():t.value.error?i(t.value.error):o(n(t.value.data))};const vc=()=>Ps("div",{className:"styles_page-loader__OFuzd",children:Ps(Bs,{size:"m"})});const bc=e=>{const{placeholder:t,value:n,onChange:r,changeDebounce:i=300}=e,[o,a]=xi(n),s=((e,t=300)=>{const n=Mi(e);return Ci((()=>{n.current=e}),[e]),Ti(((e,t=300)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout((()=>{e(...r)}),t)}})(((...e)=>n.current(...e)),t),[t])})(r,i),l=!!o;return Ps(js,{className:"styles_inputWrap__96bWy",type:"ui",size:"m",tag:"div",children:[Ps(Is,{id:ns.id,size:"s",className:"styles_leadingIcon__6Bcbs"}),Ps("input",{className:_o("styles_input__ir8z5",l&&"styles_inputClear__R8pU3"),type:"text",placeholder:t,onInput:e=>{const t=e.target.value;a(t),s(t)},value:o,name:"search",autocomplete:"off","data-testid":"search-input"}),l&&Ps("div",{className:"styles_clearButton__SR4Dg",children:Ps(Ws,{size:"s",icon:os.id,onClick:e=>{e.preventDefault(),e.stopPropagation(),a(""),s("")},style:"ghost","data-testid":"clear-button"})})]})};function yc(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function _c(e,t){this.props=e,this.context=t}(_c.prototype=new Br).isPureReactComponent=!0,_c.prototype.shouldComponentUpdate=function(e,t){return yc(this.props,e)||yc(this.state,t)};var wc=vr.__b;vr.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),wc&&wc(e)};var xc=vr.__e;vr.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);xc(e,t,n,r)};var kc=vr.unmount;function Cc(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=function(e,t){for(var n in t)e[n]=t[n];return e}({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c.__e=!0,e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Cc(e,t,n)}))),e}function Sc(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Sc(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function Mc(){this.__u=0,this.o=null,this.__b=null}function Ac(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Tc(){this.i=null,this.l=null}vr.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),kc&&kc(e)},(Mc.prototype=new Br).__c=function(e,t){var n=t.__c,r=this;null==r.o&&(r.o=[]),r.o.push(n);var i=Ac(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Sc(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.o.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},Mc.prototype.componentWillUnmount=function(){this.o=[]},Mc.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Cc(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&Pr(Ir,null,e.fallback);return i&&(i.__u&=-33),[Pr(Ir,null,t.__a?null:e.children),i]};var Lc=function(e,t,n){if(++n[1]===n[0]&&e.l.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.l.size))for(n=e.i;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.i=n=n[2]}};function Ec(e){return this.getChildContext=function(){return e.context},e.children}function Nc(e){var t=this,n=e.h;if(t.componentWillUnmount=function(){oi(null,t.v),t.v=null,t.h=null},t.h&&t.h!==n&&t.componentWillUnmount(),!t.v){for(var r=t.__v;null!==r&&!r.__m&&null!==r.__;)r=r.__;t.h=n,t.v={nodeType:1,parentNode:n,childNodes:[],__k:{__m:r.__m},contains:function(){return!0},insertBefore:function(e,n){this.childNodes.push(e),t.h.insertBefore(e,n)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.h.removeChild(e)}}}oi(Pr(Ec,{context:t.context},e.__v),t.v)}function Oc(e,t){var n=Pr(Nc,{__v:e,h:t});return n.containerInfo=t,n}(Tc.prototype=new Br).__a=function(e){var t=this,n=Ac(t.__v),r=t.l.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),Lc(t,e,r)):i()};n?n(o):o()}},Tc.prototype.render=function(e){this.i=null,this.l=new Map;var t=Vr(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.l.set(t[n],this.i=[1,0,this.i]);return e.children},Tc.prototype.componentDidUpdate=Tc.prototype.componentDidMount=function(){var e=this;this.l.forEach((function(t,n){Lc(e,n,t)}))};var Rc="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Dc=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Pc=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,zc=/[A-Z0-9]/g,Ic="undefined"!=typeof document,Bc=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};Br.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(Br.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var jc=vr.event;function Fc(){}function Hc(){return this.cancelBubble}function $c(){return this.defaultPrevented}vr.event=function(e){return jc&&(e=jc(e)),e.persist=Fc,e.isPropagationStopped=Hc,e.isDefaultPrevented=$c,e.nativeEvent=e};var qc={enumerable:!1,configurable:!0,get:function(){return this.class}},Uc=vr.vnode;vr.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||Ic&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||Bc(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":Pc.test(o)&&(o=s):s=o="oninput":i&&Dc.test(o)?o=o.replace(zc,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=Vr(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=Vr(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",qc)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Rc,Uc&&Uc(e)};var Wc=vr.__r;vr.__r=function(e){Wc&&Wc(e),e.__c};var Vc=vr.diffed;vr.diffed=function(e){Vc&&Vc(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};var Gc={menu:"styles_menu__Y2xWi","size-s":"styles_size-s__phegq","size-m":"styles_size-m__FqoGi","size-l":"styles_size-l__ShSlS","size-xl":"styles_size-xl__Mk5k2",menuListItem:"styles_menuListItem__FHex0",section:"styles_section__gV07b",menuItem:"styles_menuItem__mOGZq",interactive:"styles_interactive__VHNnJ",leadingIcon:"styles_leadingIcon__0ikkr",content:"styles_content__XpstT",right:"styles_right__9xwiq",checkmarkIcon:"styles_checkmarkIcon__SnS-7"};const Yc=si(null),Xc=e=>{const{children:t,menuTrigger:n,menuTriggerWrapper:r="div",size:i="m",isInitialOpened:o=!1,placement:a="bottom-end",...s}=e,[l,c]=xi(o),u=Mi(null),d=Mi(null);return Ci((()=>{const e=e=>{"Escape"===e.key&&l&&c(!1)};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[l]),Ci((()=>{const e=e=>{l&&u.current&&(u.current.contains(e.target)||c(!1))};return l&&document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[l]),Ci((()=>{const e=()=>{(u.current||d.current)&&hc(d.current,u.current,{placement:a,middleware:[uc(6),fc(),dc({padding:5})],strategy:"fixed"}).then((({x:e,y:t,strategy:n})=>{u.current&&Object.assign(u.current.style,{left:`${e}px`,top:`${t}px`,position:n,zIndex:1})}))};return e(),cc(d.current,u.current,e)}),[u.current,d.current]),Ps(Yc.Provider,{value:{setIsOpened:c},children:Ps(Ir,{children:["function"==typeof n&&Ps(r,{ref:d,children:n({isOpened:l,onClick:()=>{c(!l)},setIsOpened:c})}),Oc(Ps("div",{ref:u,...s,children:l&&Ps("aside",{className:_o(Gc.menu,Gc[`size-${i}`]),children:t})}),document.body)]})})};Xc.Section=e=>{const{children:t,...n}=e;return Ps("ul",{className:Gc.section,...n,children:t})},Xc.Section.displayName="Menu.Section";const Zc=e=>{const{setIsOpened:t}=(()=>{const e=Li(Yc);if(!e)throw new Error("useMenuContext must be used within a Menu");return e})(),{children:n,onClick:r,leadingIcon:i,rightSlot:o,ariaLabel:a,closeMenuOnClick:s=!0,...l}=e,c="function"==typeof r,u="string"==typeof i;return Ps("li",{className:Gc.menuListItem,...l,children:Ps(js,{"aria-label":a,type:"paragraph",size:"m",tag:c?"button":"div",className:_o(Gc.menuItem,c&&Gc.interactive),onClick:e=>{c&&s&&(e.stopPropagation(),t(!1)),c&&r?.()},"data-interactive-menu-item":!!c||void 0,children:[u&&Ps(Is,{id:i,className:Gc.leadingIcon,size:"m"}),Ps("div",{className:Gc.content,children:n}),o&&Ps("div",{className:Gc.right,children:o})]})})};(Xc.Item=Zc).displayName="Menu.Item",(Xc.ItemWithCheckmark=e=>{const{isChecked:t=!1,...n}=e;return Ps(Zc,{...n,rightSlot:t&&Ps(Is,{className:Gc.checkmarkIcon,id:Ua.id})})}).displayName="Menu.ItemWithCheckmark";var Kc={"arrow-button":"styles_arrow-button__PtmoB","arrow-button-s":"styles_arrow-button-s__LG1S5","arrow-button-m":"styles_arrow-button-m__i7jQC","icon-size-m":"styles_icon-size-m__cHrQH","arrow-button-icon":"styles_arrow-button-icon__X5gUo","arrow-button-icon--opened":"styles_arrow-button-icon--opened__9AOMd"};const Jc=({isOpened:e,buttonSize:t="m",iconSize:n="xs",tag:r="button",className:i,icon:o=zs.lineArrowsChevronDown,onClick:a,...s})=>Ps(r,{...s,className:_o(Kc["arrow-button"],Kc[`arrow-button-${t}`]),onClick:a,children:Ps(Is,{id:o,size:n,className:_o({[Kc["arrow-button-icon--opened"]]:e},Kc["arrow-button-icon"],Kc[`icon-size-${n}`],i)})}),Qc=async(e,t)=>{const n=await(async(e,t="application/octet-stream")=>{if(globalThis.allureReportData){const[n]=e.split("?");return`data:${t};base64,${await(async e=>(await new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const n=globalThis.document.head.querySelector("base")?.href??"https://localhost",r=new URL(e,n),i=globalThis.localStorage.getItem("__allure_report_live_reload_hash__");return globalThis.allureReportOptions,i&&r.searchParams.set("live_reload_hash",i),r.toString()})(e,t);return globalThis.fetch(n)},eu=async({id:e,ext:t,contentType:n})=>Qc(`data/attachments/${e||"-"}${t||""}?attachment`,n),tu=async(e,t,n)=>{const r=await eu({id:e,ext:t,contentType:n});return await r.blob()},nu=e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"text/json":case"text/yaml":case"text/javascript":case"text/typescript":case"text/ruby":case"text/python":case"text/php":case"text/java":case"text/csharp":case"text/cpp":case"text/c":case"text/go":case"text/rust":case"text/swift":case"text/kotlin":case"text/scala":case"text/perl":case"text/r":case"text/dart":case"text/lua":case"text/haskell":case"text/sql":case"text/x-yaml":case"text/css":case"application/yaml":case"application/x-yaml":case"application/xml":case"application/json":return{type:"code",icon:"file"};case"text/plain":case"text/markdown":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}},ru={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},ua:{short:"Ук",full:"Українська",iso:"uk-UA"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},hy:{short:"Hy",full:"Հայերեն",iso:"hy-AM"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}};var iu,ou,au;function su(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function lu(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function cu(){}!function(e){e.CurrentStatus="currentStatus",e.StatusDynamics="statusDynamics",e.StatusTransitions="statusTransitions",e.StabilityDistribution="stabilityDistribution",e.TestBaseGrowthDynamics="testBaseGrowthDynamics",e.FBSUAgePyramid="fbsuAgePyramid",e.Durations="durations",e.DurationDynamics="durationDynamics",e.TrSeverities="testResultSeverities",e.TestingPyramid="testingPyramid",e.CoverageDiff="coverageDiff",e.SuccessRateDistribution="successRateDistribution",e.ProblemsDistribution="problemsDistribution"}(iu||(iu={})),function(e){e.Status="status",e.Severity="severity"}(ou||(ou={})),function(e){e.Raw="raw",e.Percent="percent",e.Diverging="diverging"}(au||(au={})),iu.CurrentStatus,iu.StatusDynamics,iu.TrSeverities,iu.StatusTransitions,iu.TestBaseGrowthDynamics,iu.CoverageDiff,iu.SuccessRateDistribution,iu.ProblemsDistribution,iu.StabilityDistribution,iu.StabilityDistribution,iu.StabilityDistribution,iu.Durations,iu.Durations,iu.DurationDynamics,iu.FBSUAgePyramid,iu.TestingPyramid;var uu=.7,du=1/uu,fu="\\s*([+-]?\\d+)\\s*",hu="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",pu="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",gu=/^#([0-9a-f]{3,8})$/,mu=new RegExp(`^rgb\\(${fu},${fu},${fu}\\)$`),vu=new RegExp(`^rgb\\(${pu},${pu},${pu}\\)$`),bu=new RegExp(`^rgba\\(${fu},${fu},${fu},${hu}\\)$`),yu=new RegExp(`^rgba\\(${pu},${pu},${pu},${hu}\\)$`),_u=new RegExp(`^hsl\\(${hu},${pu},${pu}\\)$`),wu=new RegExp(`^hsla\\(${hu},${pu},${pu},${hu}\\)$`),xu={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function ku(){return this.rgb().formatHex()}function Cu(){return this.rgb().formatRgb()}function Su(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=gu.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?Mu(t):3===n?new Eu(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?Au(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?Au(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=mu.exec(e))?new Eu(t[1],t[2],t[3],1):(t=vu.exec(e))?new Eu(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=bu.exec(e))?Au(t[1],t[2],t[3],t[4]):(t=yu.exec(e))?Au(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=_u.exec(e))?zu(t[1],t[2]/100,t[3]/100,1):(t=wu.exec(e))?zu(t[1],t[2]/100,t[3]/100,t[4]):xu.hasOwnProperty(e)?Mu(xu[e]):"transparent"===e?new Eu(NaN,NaN,NaN,0):null}function Mu(e){return new Eu(e>>16&255,e>>8&255,255&e,1)}function Au(e,t,n,r){return r<=0&&(e=t=n=NaN),new Eu(e,t,n,r)}function Tu(e){return e instanceof cu||(e=Su(e)),e?new Eu((e=e.rgb()).r,e.g,e.b,e.opacity):new Eu}function Lu(e,t,n,r){return 1===arguments.length?Tu(e):new Eu(e,t,n,null==r?1:r)}function Eu(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function Nu(){return`#${Pu(this.r)}${Pu(this.g)}${Pu(this.b)}`}function Ou(){const e=Ru(this.opacity);return`${1===e?"rgb(":"rgba("}${Du(this.r)}, ${Du(this.g)}, ${Du(this.b)}${1===e?")":`, ${e})`}`}function Ru(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Du(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Pu(e){return((e=Du(e))<16?"0":"")+e.toString(16)}function zu(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new Bu(e,t,n,r)}function Iu(e){if(e instanceof Bu)return new Bu(e.h,e.s,e.l,e.opacity);if(e instanceof cu||(e=Su(e)),!e)return new Bu;if(e instanceof Bu)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,l=(o+i)/2;return s?(a=t===o?(n-r)/s+6*(n<r):n===o?(r-t)/s+2:(t-n)/s+4,s/=l<.5?o+i:2-o-i,a*=60):s=l>0&&l<1?0:a,new Bu(a,s,l,e.opacity)}function Bu(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function ju(e){return(e=(e||0)%360)<0?e+360:e}function Fu(e){return Math.max(0,Math.min(1,e||0))}function Hu(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}su(cu,Su,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:ku,formatHex:ku,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Iu(this).formatHsl()},formatRgb:Cu,toString:Cu}),su(Eu,Lu,lu(cu,{brighter(e){return e=null==e?du:Math.pow(du,e),new Eu(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?uu:Math.pow(uu,e),new Eu(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Eu(Du(this.r),Du(this.g),Du(this.b),Ru(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Nu,formatHex:Nu,formatHex8:function(){return`#${Pu(this.r)}${Pu(this.g)}${Pu(this.b)}${Pu(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Ou,toString:Ou})),su(Bu,(function(e,t,n,r){return 1===arguments.length?Iu(e):new Bu(e,t,n,null==r?1:r)}),lu(cu,{brighter(e){return e=null==e?du:Math.pow(du,e),new Bu(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?uu:Math.pow(uu,e),new Bu(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new Eu(Hu(e>=240?e-240:e+120,i,r),Hu(e,i,r),Hu(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new Bu(ju(this.h),Fu(this.s),Fu(this.l),Ru(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=Ru(this.opacity);return`${1===e?"hsl(":"hsla("}${ju(this.h)}, ${100*Fu(this.s)}%, ${100*Fu(this.l)}%${1===e?")":`, ${e})`}`}}));const $u=Math.PI/180,qu=180/Math.PI;var Uu=-.14861,Wu=1.78277,Vu=-.29227,Gu=-.90649,Yu=1.97294,Xu=Yu*Gu,Zu=Yu*Wu,Ku=Wu*Vu-Gu*Uu;function Ju(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof Qu)return new Qu(e.h,e.s,e.l,e.opacity);e instanceof Eu||(e=Tu(e));var t=e.r/255,n=e.g/255,r=e.b/255,i=(Ku*r+Xu*t-Zu*n)/(Ku+Xu-Zu),o=r-i,a=(Yu*(n-i)-Vu*o)/Gu,s=Math.sqrt(a*a+o*o)/(Yu*i*(1-i)),l=s?Math.atan2(a,o)*qu-120:NaN;return new Qu(l<0?l+360:l,s,i,e.opacity)}(e):new Qu(e,t,n,null==r?1:r)}function Qu(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}su(Qu,Ju,lu(cu,{brighter(e){return e=null==e?du:Math.pow(du,e),new Qu(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?uu:Math.pow(uu,e),new Qu(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*$u,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),r=Math.cos(e),i=Math.sin(e);return new Eu(255*(t+n*(Uu*r+Wu*i)),255*(t+n*(Vu*r+Gu*i)),255*(t+n*(Yu*r)),this.opacity)}}));var ed=e=>()=>e;function td(e,t){return function(n){return e+n*t}}function nd(e,t){var n=t-e;return n?td(e,n):ed(isNaN(e)?t:e)}var rd,id=function e(t){var n=function(e){return 1==(e=+e)?nd:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):ed(isNaN(t)?n:t)}}(t);function r(e,t){var r=n((e=Lu(e)).r,(t=Lu(t)).r),i=n(e.g,t.g),o=n(e.b,t.b),a=nd(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=i(t),e.b=o(t),e.opacity=a(t),e+""}}return r.gamma=e,r}(1),od=(rd=function(e){var t=e.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),i=e[r],o=e[r+1],a=r>0?e[r-1]:2*i-o,s=r<t-1?e[r+2]:2*o-i;return function(e,t,n,r,i){var o=e*e,a=o*e;return((1-3*e+3*o-a)*t+(4-6*o+3*a)*n+(1+3*e+3*o-3*a)*r+a*i)/6}((n-r/t)*t,a,i,o,s)}},function(e){var t,n,r=e.length,i=new Array(r),o=new Array(r),a=new Array(r);for(t=0;t<r;++t)n=Lu(e[t]),i[t]=n.r||0,o[t]=n.g||0,a[t]=n.b||0;return i=rd(i),o=rd(o),a=rd(a),n.opacity=1,function(e){return n.r=i(e),n.g=o(e),n.b=a(e),n+""}});function ad(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(o){for(n=0;n<r;++n)i[n]=e[n]*(1-o)+t[n]*o;return i}}function sd(e,t){var n,r=t?t.length:0,i=e?Math.min(r,e.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=pd(e[n],t[n]);for(;n<r;++n)a[n]=t[n];return function(e){for(n=0;n<i;++n)a[n]=o[n](e);return a}}function ld(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function cd(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function ud(e,t){var n,r={},i={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?r[n]=pd(e[n],t[n]):i[n]=t[n];return function(e){for(n in r)i[n]=r[n](e);return i}}var dd=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,fd=new RegExp(dd.source,"g");function hd(e,t){var n,r,i,o=dd.lastIndex=fd.lastIndex=0,a=-1,s=[],l=[];for(e+="",t+="";(n=dd.exec(e))&&(r=fd.exec(t));)(i=r.index)>o&&(i=t.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,l.push({i:a,x:cd(n,r)})),o=fd.lastIndex;return o<t.length&&(i=t.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var n,r=0;r<t;++r)s[(n=l[r]).i]=n.x(e);return s.join("")})}function pd(e,t){var n,r=typeof t;return null==t||"boolean"===r?ed(t):("number"===r?cd:"string"===r?(n=Su(t))?(t=n,id):hd:t instanceof Su?id:t instanceof Date?ld:function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}(t)?ad:Array.isArray(t)?sd:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?ud:cd)(e,t)}function gd(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var md,vd=180/Math.PI,bd={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function yd(e,t,n,r,i,o){var a,s,l;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(l=e*n+t*r)&&(n-=e*l,r-=t*l),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,l/=s),e*r<t*n&&(e=-e,t=-t,l=-l,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*vd,skewX:Math.atan(l)*vd,scaleX:a,scaleY:s}}function _d(e,t,n,r){function i(e){return e.length?e.pop()+" ":""}return function(o,a){var s=[],l=[];return o=e(o),a=e(a),function(e,r,i,o,a,s){if(e!==i||r!==o){var l=a.push("translate(",null,t,null,n);s.push({i:l-4,x:cd(e,i)},{i:l-2,x:cd(r,o)})}else(i||o)&&a.push("translate("+i+t+o+n)}(o.translateX,o.translateY,a.translateX,a.translateY,s,l),function(e,t,n,o){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),o.push({i:n.push(i(n)+"rotate(",null,r)-2,x:cd(e,t)})):t&&n.push(i(n)+"rotate("+t+r)}(o.rotate,a.rotate,s,l),function(e,t,n,o){e!==t?o.push({i:n.push(i(n)+"skewX(",null,r)-2,x:cd(e,t)}):t&&n.push(i(n)+"skewX("+t+r)}(o.skewX,a.skewX,s,l),function(e,t,n,r,o,a){if(e!==n||t!==r){var s=o.push(i(o)+"scale(",null,",",null,")");a.push({i:s-4,x:cd(e,n)},{i:s-2,x:cd(t,r)})}else 1===n&&1===r||o.push(i(o)+"scale("+n+","+r+")")}(o.scaleX,o.scaleY,a.scaleX,a.scaleY,s,l),o=a=null,function(e){for(var t,n=-1,r=l.length;++n<r;)s[(t=l[n]).i]=t.x(e);return s.join("")}}}var wd=_d((function(e){const t=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?bd:yd(t.a,t.b,t.c,t.d,t.e,t.f)}),"px, ","px)","deg)"),xd=_d((function(e){return null==e?bd:(md||(md=document.createElementNS("http://www.w3.org/2000/svg","g")),md.setAttribute("transform",e),(e=md.transform.baseVal.consolidate())?yd((e=e.matrix).a,e.b,e.c,e.d,e.e,e.f):bd)}),", ",")",")");function kd(e){return function t(n){function r(t,r){var i=e((t=Ju(t)).h,(r=Ju(r)).h),o=nd(t.s,r.s),a=nd(t.l,r.l),s=nd(t.opacity,r.opacity);return function(e){return t.h=i(e),t.s=o(e),t.l=a(Math.pow(e,n)),t.opacity=s(e),t+""}}return n=+n,r.gamma=t,r}(1)}kd((function(e,t){var n=t-e;return n?td(e,n>180||n<-180?n-360*Math.round(n/360):n):ed(isNaN(e)?t:e)}));var Cd=kd(nd);function Sd(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Md(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Ad(e){let t,n,r;function i(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<0?i=t+1:o=t}while(i<o)}return i}return 2!==e.length?(t=Sd,n=(t,n)=>Sd(e(t),n),r=(t,n)=>e(t)-n):(t=e===Sd||e===Md?e:Td,n=e,r=e),{left:i,center:function(e,t,n=0,o=e.length){const a=i(e,t,n,o-1);return a>n&&r(e[a-1],t)>-r(e[a],t)?a-1:a},right:function(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<=0?i=t+1:o=t}while(i<o)}return i}}}function Td(){return 0}const Ld=Ad(Sd).right;Ad((function(e){return null===e?NaN:+e})).center;class Ed extends Map{constructor(e,t=Od){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,n]of e)this.set(t,n)}get(e){return super.get(Nd(this,e))}has(e){return super.has(Nd(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},n){const r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}(this,e))}}function Nd({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):n}function Od(e){return null!==e&&"object"==typeof e?e.valueOf():e}const Rd=Math.sqrt(50),Dd=Math.sqrt(10),Pd=Math.sqrt(2);function zd(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=Rd?10:o>=Dd?5:o>=Pd?2:1;let s,l,c;return i<0?(c=Math.pow(10,-i)/a,s=Math.round(e*c),l=Math.round(t*c),s/c<e&&++s,l/c>t&&--l,c=-c):(c=Math.pow(10,i)*a,s=Math.round(e/c),l=Math.round(t/c),s*c<e&&++s,l*c>t&&--l),l<s&&.5<=n&&n<2?zd(e,t,2*n):[s,l,c]}function Id(e,t,n){if(!((n=+n)>0))return[];if((e=+e)==(t=+t))return[e];const r=t<e,[i,o,a]=r?zd(t,e,n):zd(e,t,n);if(!(o>=i))return[];const s=o-i+1,l=new Array(s);if(r)if(a<0)for(let e=0;e<s;++e)l[e]=(o-e)/-a;else for(let e=0;e<s;++e)l[e]=(o-e)*a;else if(a<0)for(let e=0;e<s;++e)l[e]=(i+e)/-a;else for(let e=0;e<s;++e)l[e]=(i+e)*a;return l}function Bd(e,t,n){return zd(e=+e,t=+t,n=+n)[2]}function jd(e,t,n){n=+n;const r=(t=+t)<(e=+e),i=r?Bd(t,e,n):Bd(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}function Fd(e,t){let n;if(void 0===t)for(const t of e)null!=t&&(n<t||void 0===n&&t>=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n<i||void 0===n&&i>=i)&&(n=i)}return n}function Hd(e,t){let n;if(void 0===t)for(const t of e)null!=t&&(n>t||void 0===n&&t>=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n>i||void 0===n&&i>=i)&&(n=i)}return n}function $d(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}function qd(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this}const Ud=Symbol("implicit");function Wd(){var e=new Ed,t=[],n=[],r=Ud;function i(i){let o=e.get(i);if(void 0===o){if(r!==Ud)return r;e.set(i,o=t.push(i)-1)}return n[o%n.length]}return i.domain=function(n){if(!arguments.length)return t.slice();t=[],e=new Ed;for(const r of n)e.has(r)||e.set(r,t.push(r)-1);return i},i.range=function(e){return arguments.length?(n=Array.from(e),i):n.slice()},i.unknown=function(e){return arguments.length?(r=e,i):r},i.copy=function(){return Wd(t,n).unknown(r)},$d.apply(i,arguments),i}function Vd(){var e,t,n=Wd().unknown(void 0),r=n.domain,i=n.range,o=0,a=1,s=!1,l=0,c=0,u=.5;function d(){var n=r().length,d=a<o,f=d?a:o,h=d?o:a;e=(h-f)/Math.max(1,n-l+2*c),s&&(e=Math.floor(e)),f+=(h-f-e*(n-l))*u,t=e*(1-l),s&&(f=Math.round(f),t=Math.round(t));var p=function(e,t,n){e=+e,t=+t,n=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+n;for(var r=-1,i=0|Math.max(0,Math.ceil((t-e)/n)),o=new Array(i);++r<i;)o[r]=e+r*n;return o}(n).map((function(t){return f+e*t}));return i(d?p.reverse():p)}return delete n.unknown,n.domain=function(e){return arguments.length?(r(e),d()):r()},n.range=function(e){return arguments.length?([o,a]=e,o=+o,a=+a,d()):[o,a]},n.rangeRound=function(e){return[o,a]=e,o=+o,a=+a,s=!0,d()},n.bandwidth=function(){return t},n.step=function(){return e},n.round=function(e){return arguments.length?(s=!!e,d()):s},n.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),d()):l},n.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),d()):l},n.paddingOuter=function(e){return arguments.length?(c=+e,d()):c},n.align=function(e){return arguments.length?(u=Math.max(0,Math.min(1,e)),d()):u},n.copy=function(){return Vd(r(),[o,a]).round(s).paddingInner(l).paddingOuter(c).align(u)},$d.apply(d(),arguments)}function Gd(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return Gd(t())},e}function Yd(){return Gd(Vd.apply(null,arguments).paddingInner(1))}function Xd(e){return+e}var Zd=[0,1];function Kd(e){return e}function Jd(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:function(e){return function(){return e}}(isNaN(t)?NaN:.5)}function Qd(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=Jd(i,r),o=n(a,o)):(r=Jd(r,i),o=n(o,a)),function(e){return o(r(e))}}function ef(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=Jd(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(t){var n=Ld(e,t,1,r)-1;return o[n](i[n](t))}}function tf(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function nf(){var e,t,n,r,i,o,a=Zd,s=Zd,l=pd,c=Kd;function u(){var e=Math.min(a.length,s.length);return c!==Kd&&(c=function(e,t){var n;return e>t&&(n=e,e=t,t=n),function(n){return Math.max(e,Math.min(t,n))}}(a[0],a[e-1])),r=e>2?ef:Qd,i=o=null,d}function d(t){return null==t||isNaN(t=+t)?n:(i||(i=r(a.map(e),s,l)))(e(c(t)))}return d.invert=function(n){return c(t((o||(o=r(s,a.map(e),cd)))(n)))},d.domain=function(e){return arguments.length?(a=Array.from(e,Xd),u()):a.slice()},d.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},d.rangeRound=function(e){return s=Array.from(e),l=gd,u()},d.clamp=function(e){return arguments.length?(c=!!e||Kd,u()):c!==Kd},d.interpolate=function(e){return arguments.length?(l=e,u()):l},d.unknown=function(e){return arguments.length?(n=e,d):n},function(n,r){return e=n,t=r,u()}}function rf(){return nf()(Kd,Kd)}function of(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function af(e){return(e=of(Math.abs(e)))?e[1]:NaN}var sf,lf=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function cf(e){if(!(t=lf.exec(e)))throw new Error("invalid format: "+e);var t;return new uf({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function uf(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function df(e,t){var n=of(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}cf.prototype=uf.prototype,uf.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var ff={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>df(100*e,t),r:df,s:function(e,t){var n=of(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(sf=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+of(e,Math.max(0,t+o-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function hf(e){return e}var pf,gf,mf,vf=Array.prototype.map,bf=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function yf(e){var t=e.domain;return e.ticks=function(e){var n=t();return Id(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return function(e,t,n,r){var i,o=jd(e,t,n);switch((r=cf(null==r?",f":r)).type){case"s":var a=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(af(t)/3)))-af(Math.abs(e)))}(o,a))||(r.precision=i),mf(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,af(t)-af(e))+1}(o,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=function(e){return Math.max(0,-af(Math.abs(e)))}(o))||(r.precision=i-2*("%"===r.type))}return gf(r)}(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,o=t(),a=0,s=o.length-1,l=o[a],c=o[s],u=10;for(c<l&&(i=l,l=c,c=i,i=a,a=s,s=i);u-- >0;){if((i=Bd(l,c,n))===r)return o[a]=l,o[s]=c,t(o);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function _f(){var e=rf();return e.copy=function(){return tf(e,_f())},$d.apply(e,arguments),yf(e)}function wf(e,t){var n,r=0,i=(e=e.slice()).length-1,o=e[r],a=e[i];return a<o&&(n=r,r=i,i=n,n=o,o=a,a=n),e[r]=t.floor(o),e[i]=t.ceil(a),e}function xf(e){return Math.log(e)}function kf(e){return Math.exp(e)}function Cf(e){return-Math.log(-e)}function Sf(e){return-Math.exp(-e)}function Mf(e){return isFinite(e)?+("1e"+e):e<0?0:e}function Af(e){return(t,n)=>-e(-t,n)}function Tf(){const e=function(e){const t=e(xf,kf),n=t.domain;let r,i,o=10;function a(){return r=function(e){return e===Math.E?Math.log:10===e&&Math.log10||2===e&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}(o),i=function(e){return 10===e?Mf:e===Math.E?Math.exp:t=>Math.pow(e,t)}(o),n()[0]<0?(r=Af(r),i=Af(i),e(Cf,Sf)):e(xf,kf),t}return t.base=function(e){return arguments.length?(o=+e,a()):o},t.domain=function(e){return arguments.length?(n(e),a()):n()},t.ticks=e=>{const t=n();let a=t[0],s=t[t.length-1];const l=s<a;l&&([a,s]=[s,a]);let c,u,d=r(a),f=r(s);const h=null==e?10:+e;let p=[];if(!(o%1)&&f-d<h){if(d=Math.floor(d),f=Math.ceil(f),a>0){for(;d<=f;++d)for(c=1;c<o;++c)if(u=d<0?c/i(-d):c*i(d),!(u<a)){if(u>s)break;p.push(u)}}else for(;d<=f;++d)for(c=o-1;c>=1;--c)if(u=d>0?c/i(-d):c*i(d),!(u<a)){if(u>s)break;p.push(u)}2*p.length<h&&(p=Id(a,s,h))}else p=Id(d,f,Math.min(f-d,h)).map(i);return l?p.reverse():p},t.tickFormat=(e,n)=>{if(null==e&&(e=10),null==n&&(n=10===o?"s":","),"function"!=typeof n&&(o%1||null!=(n=cf(n)).precision||(n.trim=!0),n=gf(n)),e===1/0)return n;const a=Math.max(1,o*e/t.ticks().length);return e=>{let t=e/i(Math.round(r(e)));return t*o<o-.5&&(t*=o),t<=a?n(e):""}},t.nice=()=>n(wf(n(),{floor:e=>i(Math.floor(r(e))),ceil:e=>i(Math.ceil(r(e)))})),t}(nf()).domain([1,10]);return e.copy=()=>tf(e,Tf()).base(e.base()),$d.apply(e,arguments),e}function Lf(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function Ef(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function Nf(){var e=function(e){var t=1,n=e(Lf(t),Ef(t));return n.constant=function(n){return arguments.length?e(Lf(t=+n),Ef(t)):t},yf(n)}(nf());return e.copy=function(){return tf(e,Nf()).constant(e.constant())},$d.apply(e,arguments)}function Of(){var e,t=0,n=1,r=1,i=[.5],o=[0,1];function a(t){return null!=t&&t<=t?o[Ld(i,t,0,r)]:e}function s(){var e=-1;for(i=new Array(r);++e<r;)i[e]=((e+1)*n-(e-r)*t)/(r+1);return a}return a.domain=function(e){return arguments.length?([t,n]=e,t=+t,n=+n,s()):[t,n]},a.range=function(e){return arguments.length?(r=(o=Array.from(e)).length-1,s()):o.slice()},a.invertExtent=function(e){var a=o.indexOf(e);return a<0?[NaN,NaN]:a<1?[t,i[0]]:a>=r?[i[r-1],n]:[i[a-1],i[a]]},a.unknown=function(t){return arguments.length?(e=t,a):a},a.thresholds=function(){return i.slice()},a.copy=function(){return Of().domain([t,n]).range(o).unknown(e)},$d.apply(yf(a),arguments)}pf=function(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?hf:(t=vf.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=void 0===e.decimal?".":e.decimal+"",s=void 0===e.numerals?hf:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(vf.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=cf(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):ff[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=ff[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?bf[8+sf/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=cf(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(af(t)/3))),i=Math.pow(10,-r),o=bf[8+r/3];return function(e){return n(i*e)+o}}}}({thousands:",",grouping:[3],currency:["$",""]}),gf=pf.format,mf=pf.formatPrefix;const Rf=new Date,Df=new Date;function Pf(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=t=>(e(t=new Date(+t)),t),i.ceil=n=>(e(n=new Date(n-1)),t(n,1),e(n),n),i.round=e=>{const t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=(e,n)=>(t(e=new Date(+e),null==n?1:Math.floor(n)),e),i.range=(n,r,o)=>{const a=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return a;let s;do{a.push(s=new Date(+n)),t(n,o),e(n)}while(s<n&&n<r);return a},i.filter=n=>Pf((t=>{if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),((e,r)=>{if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););})),n&&(i.count=(t,r)=>(Rf.setTime(+t),Df.setTime(+r),e(Rf),e(Df),Math.floor(n(Rf,Df))),i.every=e=>(e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?t=>r(t)%e==0:t=>i.count(0,t)%e==0):i:null)),i}const zf=Pf((()=>{}),((e,t)=>{e.setTime(+e+t)}),((e,t)=>t-e));zf.every=e=>(e=Math.floor(e),isFinite(e)&&e>0?e>1?Pf((t=>{t.setTime(Math.floor(t/e)*e)}),((t,n)=>{t.setTime(+t+n*e)}),((t,n)=>(n-t)/e)):zf:null),zf.range;const If=1e3,Bf=6e4,jf=36e5,Ff=864e5,Hf=6048e5,$f=31536e6,qf=Pf((e=>{e.setTime(e-e.getMilliseconds())}),((e,t)=>{e.setTime(+e+t*If)}),((e,t)=>(t-e)/If),(e=>e.getUTCSeconds()));qf.range;const Uf=Pf((e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*If)}),((e,t)=>{e.setTime(+e+t*Bf)}),((e,t)=>(t-e)/Bf),(e=>e.getMinutes()));Uf.range;const Wf=Pf((e=>{e.setUTCSeconds(0,0)}),((e,t)=>{e.setTime(+e+t*Bf)}),((e,t)=>(t-e)/Bf),(e=>e.getUTCMinutes()));Wf.range;const Vf=Pf((e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*If-e.getMinutes()*Bf)}),((e,t)=>{e.setTime(+e+t*jf)}),((e,t)=>(t-e)/jf),(e=>e.getHours()));Vf.range;const Gf=Pf((e=>{e.setUTCMinutes(0,0,0)}),((e,t)=>{e.setTime(+e+t*jf)}),((e,t)=>(t-e)/jf),(e=>e.getUTCHours()));Gf.range;const Yf=Pf((e=>e.setHours(0,0,0,0)),((e,t)=>e.setDate(e.getDate()+t)),((e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Bf)/Ff),(e=>e.getDate()-1));Yf.range;const Xf=Pf((e=>{e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+t)}),((e,t)=>(t-e)/Ff),(e=>e.getUTCDate()-1));Xf.range;const Zf=Pf((e=>{e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+t)}),((e,t)=>(t-e)/Ff),(e=>Math.floor(e/Ff)));function Kf(e){return Pf((t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),((e,t)=>{e.setDate(e.getDate()+7*t)}),((e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Bf)/Hf))}Zf.range;const Jf=Kf(0),Qf=Kf(1),eh=Kf(2),th=Kf(3),nh=Kf(4),rh=Kf(5),ih=Kf(6);function oh(e){return Pf((t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+7*t)}),((e,t)=>(t-e)/Hf))}Jf.range,Qf.range,eh.range,th.range,nh.range,rh.range,ih.range;const ah=oh(0),sh=oh(1),lh=oh(2),ch=oh(3),uh=oh(4),dh=oh(5),fh=oh(6);ah.range,sh.range,lh.range,ch.range,uh.range,dh.range,fh.range;const hh=Pf((e=>{e.setDate(1),e.setHours(0,0,0,0)}),((e,t)=>{e.setMonth(e.getMonth()+t)}),((e,t)=>t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear())),(e=>e.getMonth()));hh.range;const ph=Pf((e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)}),((e,t)=>t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear())),(e=>e.getUTCMonth()));ph.range;const gh=Pf((e=>{e.setMonth(0,1),e.setHours(0,0,0,0)}),((e,t)=>{e.setFullYear(e.getFullYear()+t)}),((e,t)=>t.getFullYear()-e.getFullYear()),(e=>e.getFullYear()));gh.every=e=>isFinite(e=Math.floor(e))&&e>0?Pf((t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),((t,n)=>{t.setFullYear(t.getFullYear()+n*e)})):null,gh.range;const mh=Pf((e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)}),((e,t)=>t.getUTCFullYear()-e.getUTCFullYear()),(e=>e.getUTCFullYear()));function vh(e,t,n,r,i,o){const a=[[qf,1,If],[qf,5,5e3],[qf,15,15e3],[qf,30,3e4],[o,1,Bf],[o,5,3e5],[o,15,9e5],[o,30,18e5],[i,1,jf],[i,3,108e5],[i,6,216e5],[i,12,432e5],[r,1,Ff],[r,2,1728e5],[n,1,Hf],[t,1,2592e6],[t,3,7776e6],[e,1,$f]];function s(t,n,r){const i=Math.abs(n-t)/r,o=Ad((([,,e])=>e)).right(a,i);if(o===a.length)return e.every(jd(t/$f,n/$f,r));if(0===o)return zf.every(Math.max(jd(t,n,r),1));const[s,l]=a[i/a[o-1][2]<a[o][2]/i?o-1:o];return s.every(l)}return[function(e,t,n){const r=t<e;r&&([e,t]=[t,e]);const i=n&&"function"==typeof n.range?n:s(e,t,n),o=i?i.range(e,+t+1):[];return r?o.reverse():o},s]}mh.every=e=>isFinite(e=Math.floor(e))&&e>0?Pf((t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null,mh.range;const[bh,yh]=vh(mh,ph,ah,Zf,Gf,Wf),[_h,wh]=vh(gh,hh,Jf,Yf,Vf,Uf);function xh(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function kh(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function Ch(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}var Sh,Mh,Ah,Th={"-":"",_:" ",0:"0"},Lh=/^\s*\d+/,Eh=/^%/,Nh=/[\\^$*+?|[\]().{}]/g;function Oh(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(t)+i:i)}function Rh(e){return e.replace(Nh,"\\$&")}function Dh(e){return new RegExp("^(?:"+e.map(Rh).join("|")+")","i")}function Ph(e){return new Map(e.map(((e,t)=>[e.toLowerCase(),t])))}function zh(e,t,n){var r=Lh.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function Ih(e,t,n){var r=Lh.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function Bh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function jh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function Fh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function Hh(e,t,n){var r=Lh.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function $h(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function qh(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function Uh(e,t,n){var r=Lh.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function Wh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function Vh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function Gh(e,t,n){var r=Lh.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function Yh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function Xh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function Zh(e,t,n){var r=Lh.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function Kh(e,t,n){var r=Lh.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function Jh(e,t,n){var r=Lh.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function Qh(e,t,n){var r=Eh.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function ep(e,t,n){var r=Lh.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function tp(e,t,n){var r=Lh.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function np(e,t){return Oh(e.getDate(),t,2)}function rp(e,t){return Oh(e.getHours(),t,2)}function ip(e,t){return Oh(e.getHours()%12||12,t,2)}function op(e,t){return Oh(1+Yf.count(gh(e),e),t,3)}function ap(e,t){return Oh(e.getMilliseconds(),t,3)}function sp(e,t){return ap(e,t)+"000"}function lp(e,t){return Oh(e.getMonth()+1,t,2)}function cp(e,t){return Oh(e.getMinutes(),t,2)}function up(e,t){return Oh(e.getSeconds(),t,2)}function dp(e){var t=e.getDay();return 0===t?7:t}function fp(e,t){return Oh(Jf.count(gh(e)-1,e),t,2)}function hp(e){var t=e.getDay();return t>=4||0===t?nh(e):nh.ceil(e)}function pp(e,t){return e=hp(e),Oh(nh.count(gh(e),e)+(4===gh(e).getDay()),t,2)}function gp(e){return e.getDay()}function mp(e,t){return Oh(Qf.count(gh(e)-1,e),t,2)}function vp(e,t){return Oh(e.getFullYear()%100,t,2)}function bp(e,t){return Oh((e=hp(e)).getFullYear()%100,t,2)}function yp(e,t){return Oh(e.getFullYear()%1e4,t,4)}function _p(e,t){var n=e.getDay();return Oh((e=n>=4||0===n?nh(e):nh.ceil(e)).getFullYear()%1e4,t,4)}function wp(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+Oh(t/60|0,"0",2)+Oh(t%60,"0",2)}function xp(e,t){return Oh(e.getUTCDate(),t,2)}function kp(e,t){return Oh(e.getUTCHours(),t,2)}function Cp(e,t){return Oh(e.getUTCHours()%12||12,t,2)}function Sp(e,t){return Oh(1+Xf.count(mh(e),e),t,3)}function Mp(e,t){return Oh(e.getUTCMilliseconds(),t,3)}function Ap(e,t){return Mp(e,t)+"000"}function Tp(e,t){return Oh(e.getUTCMonth()+1,t,2)}function Lp(e,t){return Oh(e.getUTCMinutes(),t,2)}function Ep(e,t){return Oh(e.getUTCSeconds(),t,2)}function Np(e){var t=e.getUTCDay();return 0===t?7:t}function Op(e,t){return Oh(ah.count(mh(e)-1,e),t,2)}function Rp(e){var t=e.getUTCDay();return t>=4||0===t?uh(e):uh.ceil(e)}function Dp(e,t){return e=Rp(e),Oh(uh.count(mh(e),e)+(4===mh(e).getUTCDay()),t,2)}function Pp(e){return e.getUTCDay()}function zp(e,t){return Oh(sh.count(mh(e)-1,e),t,2)}function Ip(e,t){return Oh(e.getUTCFullYear()%100,t,2)}function Bp(e,t){return Oh((e=Rp(e)).getUTCFullYear()%100,t,2)}function jp(e,t){return Oh(e.getUTCFullYear()%1e4,t,4)}function Fp(e,t){var n=e.getUTCDay();return Oh((e=n>=4||0===n?uh(e):uh.ceil(e)).getUTCFullYear()%1e4,t,4)}function Hp(){return"+0000"}function $p(){return"%"}function qp(e){return+e}function Up(e){return Math.floor(+e/1e3)}function Wp(e){return new Date(e)}function Vp(e){return e instanceof Date?+e:+new Date(+e)}function Gp(e,t,n,r,i,o,a,s,l,c){var u=rf(),d=u.invert,f=u.domain,h=c(".%L"),p=c(":%S"),g=c("%I:%M"),m=c("%I %p"),v=c("%a %d"),b=c("%b %d"),y=c("%B"),_=c("%Y");function w(e){return(l(e)<e?h:s(e)<e?p:a(e)<e?g:o(e)<e?m:r(e)<e?i(e)<e?v:b:n(e)<e?y:_)(e)}return u.invert=function(e){return new Date(d(e))},u.domain=function(e){return arguments.length?f(Array.from(e,Vp)):f().map(Wp)},u.ticks=function(t){var n=f();return e(n[0],n[n.length-1],null==t?10:t)},u.tickFormat=function(e,t){return null==t?w:c(t)},u.nice=function(e){var n=f();return e&&"function"==typeof e.range||(e=t(n[0],n[n.length-1],null==e?10:e)),e?f(wf(n,e)):u},u.copy=function(){return tf(u,Gp(e,t,n,r,i,o,a,s,l,c))},u}function Yp(){return $d.apply(Gp(bh,yh,mh,ph,ah,Xf,Gf,Wf,qf,Ah).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function Xp(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function Zp(){var e=yf(function(){var e,t,n,r,i,o=0,a=1,s=Kd,l=!1;function c(t){return null==t||isNaN(t=+t)?i:s(0===n?.5:(t=(r(t)-e)*n,l?Math.max(0,Math.min(1,t)):t))}function u(e){return function(t){var n,r;return arguments.length?([n,r]=t,s=e(n,r),c):[s(0),s(1)]}}return c.domain=function(i){return arguments.length?([o,a]=i,e=r(o=+o),t=r(a=+a),n=e===t?0:1/(t-e),c):[o,a]},c.clamp=function(e){return arguments.length?(l=!!e,c):l},c.interpolator=function(e){return arguments.length?(s=e,c):s},c.range=u(pd),c.rangeRound=u(gd),c.unknown=function(e){return arguments.length?(i=e,c):i},function(i){return r=i,e=i(o),t=i(a),n=e===t?0:1/(t-e),c}}()(Kd));return e.copy=function(){return Xp(e,Zp())},qd.apply(e,arguments)}function Kp(){var e=yf(function(){var e,t,n,r,i,o,a,s=0,l=.5,c=1,u=1,d=Kd,f=!1;function h(e){return isNaN(e=+e)?a:(e=.5+((e=+o(e))-t)*(u*e<u*t?r:i),d(f?Math.max(0,Math.min(1,e)):e))}function p(e){return function(t){var n,r,i;return arguments.length?([n,r,i]=t,d=function(e,t){void 0===t&&(t=e,e=pd);for(var n=0,r=t.length-1,i=t[0],o=new Array(r<0?0:r);n<r;)o[n]=e(i,i=t[++n]);return function(e){var t=Math.max(0,Math.min(r-1,Math.floor(e*=r)));return o[t](e-t)}}(e,[n,r,i]),h):[d(0),d(.5),d(1)]}}return h.domain=function(a){return arguments.length?([s,l,c]=a,e=o(s=+s),t=o(l=+l),n=o(c=+c),r=e===t?0:.5/(t-e),i=t===n?0:.5/(n-t),u=t<e?-1:1,h):[s,l,c]},h.clamp=function(e){return arguments.length?(f=!!e,h):f},h.interpolator=function(e){return arguments.length?(d=e,h):d},h.range=p(pd),h.rangeRound=p(gd),h.unknown=function(e){return arguments.length?(a=e,h):a},function(a){return o=a,e=a(s),t=a(l),n=a(c),r=e===t?0:.5/(t-e),i=t===n?0:.5/(n-t),u=t<e?-1:1,h}}()(Kd));return e.copy=function(){return Xp(e,Kp())},qd.apply(e,arguments)}Sh=function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,o=e.days,a=e.shortDays,s=e.months,l=e.shortMonths,c=Dh(i),u=Ph(i),d=Dh(o),f=Ph(o),h=Dh(a),p=Ph(a),g=Dh(s),m=Ph(s),v=Dh(l),b=Ph(l),y={a:function(e){return a[e.getDay()]},A:function(e){return o[e.getDay()]},b:function(e){return l[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:null,d:np,e:np,f:sp,g:bp,G:_p,H:rp,I:ip,j:op,L:ap,m:lp,M:cp,p:function(e){return i[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:qp,s:Up,S:up,u:dp,U:fp,V:pp,w:gp,W:mp,x:null,X:null,y:vp,Y:yp,Z:wp,"%":$p},_={a:function(e){return a[e.getUTCDay()]},A:function(e){return o[e.getUTCDay()]},b:function(e){return l[e.getUTCMonth()]},B:function(e){return s[e.getUTCMonth()]},c:null,d:xp,e:xp,f:Ap,g:Bp,G:Fp,H:kp,I:Cp,j:Sp,L:Mp,m:Tp,M:Lp,p:function(e){return i[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:qp,s:Up,S:Ep,u:Np,U:Op,V:Dp,w:Pp,W:zp,x:null,X:null,y:Ip,Y:jp,Z:Hp,"%":$p},w={a:function(e,t,n){var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=d.exec(t.slice(n));return r?(e.w=f.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=v.exec(t.slice(n));return r?(e.m=b.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return C(e,t,n,r)},d:Vh,e:Vh,f:Jh,g:$h,G:Hh,H:Yh,I:Yh,j:Gh,L:Kh,m:Wh,M:Xh,p:function(e,t,n){var r=c.exec(t.slice(n));return r?(e.p=u.get(r[0].toLowerCase()),n+r[0].length):-1},q:Uh,Q:ep,s:tp,S:Zh,u:Ih,U:Bh,V:jh,w:zh,W:Fh,x:function(e,t,r){return C(e,n,t,r)},X:function(e,t,n){return C(e,r,t,n)},y:$h,Y:Hh,Z:qh,"%":Qh};function x(e,t){return function(n){var r,i,o,a=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s<c;)37===e.charCodeAt(s)&&(a.push(e.slice(l,s)),null!=(i=Th[r=e.charAt(++s)])?r=e.charAt(++s):i="e"===r?" ":"0",(o=t[r])&&(r=o(n,i)),a.push(r),l=s+1);return a.push(e.slice(l,s)),a.join("")}}function k(e,t){return function(n){var r,i,o=Ch(1900,void 0,1);if(C(o,e,n+="",0)!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(t&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=kh(Ch(o.y,0,1))).getUTCDay(),r=i>4||0===i?sh.ceil(r):sh(r),r=Xf.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=xh(Ch(o.y,0,1))).getDay(),r=i>4||0===i?Qf.ceil(r):Qf(r),r=Yf.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?kh(Ch(o.y,0,1)).getUTCDay():xh(Ch(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,kh(o)):xh(o)}}function C(e,t,n,r){for(var i,o,a=0,s=t.length,l=n.length;a<s;){if(r>=l)return-1;if(37===(i=t.charCodeAt(a++))){if(i=t.charAt(a++),!(o=w[i in Th?t.charAt(a++):i])||(r=o(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return y.x=x(n,y),y.X=x(r,y),y.c=x(t,y),_.x=x(n,_),_.X=x(r,_),_.c=x(t,_),{format:function(e){var t=x(e+="",y);return t.toString=function(){return e},t},parse:function(e){var t=k(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=x(e+="",_);return t.toString=function(){return e},t},utcParse:function(e){var t=k(e+="",!0);return t.toString=function(){return e},t}}}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}),Mh=Sh.format,Sh.parse,Ah=Sh.utcFormat,Sh.utcParse;const Jp=["failed","broken","passed","skipped","unknown"],Qp=new Set(["failed","broken"]),eg=new Set(["passed"]),tg=new Set([...Qp,...eg]),ng=e=>{const t=new Set(e);return e=>t.has(e.status)};var rg;ng(eg),ng(Qp),ng(tg),function(e){e.Amazon="amazon",e.Azure="azure",e.Bitbucket="bitbucket",e.Circle="circle",e.Drone="drone",e.Github="github",e.Gitlab="gitlab",e.Jenkins="jenkins",e.Local="local"}(rg||(rg={}));const ig=[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}],og=e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of ig){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")};var ag;function sg(e){return function(){return e}}!function(e){e.TestResults="test-results.json",e.TestCases="test-cases.json",e.Fixtures="fixtures.json",e.GlobalErrors="global-errors.json",e.GlobalAttachments="global-attachments.json",e.Attachments="attachments.json",e.Environments="environments.json",e.ReportVariables="report-variables.json",e.IndexAttachmentsByTestResults="index-attachments-by-test-results.json",e.IndexTestResultsByHistoryId="index-test-results-by-history-id.json",e.IndexTestResultsByTestCase="index-test-results-by-test-case.json",e.IndexLatestEnvTestResultsByHistoryId="index-latest-env-test-results-by-history-id.json",e.IndexAttachmentsByFixture="index-attachments-by-fixture.json",e.IndexFixturesByTestResult="index-fixtures-by-test-result.json",e.IndexKnownByHistoryId="index-known-by-history-id.json",e.QualityGateResultsByRules="quality-gate-results-by-rules.json"}(ag||(ag={}));const lg=Math.abs,cg=Math.atan2,ug=Math.cos,dg=Math.max,fg=Math.min,hg=Math.sin,pg=Math.sqrt,gg=1e-12,mg=Math.PI,vg=mg/2,bg=2*mg;function yg(e){return e>=1?vg:e<=-1?-vg:Math.asin(e)}const _g=Math.PI,wg=2*_g,xg=1e-6,kg=wg-xg;function Cg(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}let Sg=class{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==e?Cg:function(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Cg;const n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=Math.round(arguments[t]*n)/n+e[t]}}(e)}moveTo(e,t){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(e,t){this._append`L${this._x1=+e},${this._y1=+t}`}quadraticCurveTo(e,t,n,r){this._append`Q${+e},${+t},${this._x1=+n},${this._y1=+r}`}bezierCurveTo(e,t,n,r,i,o){this._append`C${+e},${+t},${+n},${+r},${this._x1=+i},${this._y1=+o}`}arcTo(e,t,n,r,i){if(e=+e,t=+t,n=+n,r=+r,(i=+i)<0)throw new Error(`negative radius: ${i}`);let o=this._x1,a=this._y1,s=n-e,l=r-t,c=o-e,u=a-t,d=c*c+u*u;if(null===this._x1)this._append`M${this._x1=e},${this._y1=t}`;else if(d>xg)if(Math.abs(u*s-l*c)>xg&&i){let f=n-o,h=r-a,p=s*s+l*l,g=f*f+h*h,m=Math.sqrt(p),v=Math.sqrt(d),b=i*Math.tan((_g-Math.acos((p+d-g)/(2*m*v)))/2),y=b/v,_=b/m;Math.abs(y-1)>xg&&this._append`L${e+y*c},${t+y*u}`,this._append`A${i},${i},0,0,${+(u*f>c*h)},${this._x1=e+_*s},${this._y1=t+_*l}`}else this._append`L${this._x1=e},${this._y1=t}`}arc(e,t,n,r,i,o){if(e=+e,t=+t,o=!!o,(n=+n)<0)throw new Error(`negative radius: ${n}`);let a=n*Math.cos(r),s=n*Math.sin(r),l=e+a,c=t+s,u=1^o,d=o?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>xg||Math.abs(this._y1-c)>xg)&&this._append`L${l},${c}`,n&&(d<0&&(d=d%wg+wg),d>kg?this._append`A${n},${n},0,1,${u},${e-a},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:d>xg&&this._append`A${n},${n},0,${+(d>=_g)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n=+n}v${+r}h${-n}Z`}toString(){return this._}};function Mg(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{const e=Math.floor(n);if(!(e>=0))throw new RangeError(`invalid digits: ${n}`);t=e}return e},()=>new Sg(t)}function Ag(e){return e.innerRadius}function Tg(e){return e.outerRadius}function Lg(e){return e.startAngle}function Eg(e){return e.endAngle}function Ng(e){return e&&e.padAngle}function Og(e,t,n,r,i,o,a){var s=e-n,l=t-r,c=(a?o:-o)/pg(s*s+l*l),u=c*l,d=-c*s,f=e+u,h=t+d,p=n+u,g=r+d,m=(f+p)/2,v=(h+g)/2,b=p-f,y=g-h,_=b*b+y*y,w=i-o,x=f*g-p*h,k=(y<0?-1:1)*pg(dg(0,w*w*_-x*x)),C=(x*y-b*k)/_,S=(-x*b-y*k)/_,M=(x*y+b*k)/_,A=(-x*b+y*k)/_,T=C-m,L=S-v,E=M-m,N=A-v;return T*T+L*L>E*E+N*N&&(C=M,S=A),{cx:C,cy:S,x01:-u,y01:-d,x11:C*(i/w-1),y11:S*(i/w-1)}}function Rg(){var e=Ag,t=Tg,n=sg(0),r=null,i=Lg,o=Eg,a=Ng,s=null,l=Mg(c);function c(){var c,u,d=+e.apply(this,arguments),f=+t.apply(this,arguments),h=i.apply(this,arguments)-vg,p=o.apply(this,arguments)-vg,g=lg(p-h),m=p>h;if(s||(s=c=l()),f<d&&(u=f,f=d,d=u),f>gg)if(g>bg-gg)s.moveTo(f*ug(h),f*hg(h)),s.arc(0,0,f,h,p,!m),d>gg&&(s.moveTo(d*ug(p),d*hg(p)),s.arc(0,0,d,p,h,m));else{var v,b,y=h,_=p,w=h,x=p,k=g,C=g,S=a.apply(this,arguments)/2,M=S>gg&&(r?+r.apply(this,arguments):pg(d*d+f*f)),A=fg(lg(f-d)/2,+n.apply(this,arguments)),T=A,L=A;if(M>gg){var E=yg(M/d*hg(S)),N=yg(M/f*hg(S));(k-=2*E)>gg?(w+=E*=m?1:-1,x-=E):(k=0,w=x=(h+p)/2),(C-=2*N)>gg?(y+=N*=m?1:-1,_-=N):(C=0,y=_=(h+p)/2)}var O=f*ug(y),R=f*hg(y),D=d*ug(x),P=d*hg(x);if(A>gg){var z,I=f*ug(_),B=f*hg(_),j=d*ug(w),F=d*hg(w);if(g<mg)if(z=function(e,t,n,r,i,o,a,s){var l=n-e,c=r-t,u=a-i,d=s-o,f=d*l-u*c;if(!(f*f<gg))return[e+(f=(u*(t-o)-d*(e-i))/f)*l,t+f*c]}(O,R,j,F,I,B,D,P)){var H=O-z[0],$=R-z[1],q=I-z[0],U=B-z[1],W=1/hg(function(e){return e>1?0:e<-1?mg:Math.acos(e)}((H*q+$*U)/(pg(H*H+$*$)*pg(q*q+U*U)))/2),V=pg(z[0]*z[0]+z[1]*z[1]);T=fg(A,(d-V)/(W-1)),L=fg(A,(f-V)/(W+1))}else T=L=0}C>gg?L>gg?(v=Og(j,F,O,R,f,L,m),b=Og(I,B,D,P,f,L,m),s.moveTo(v.cx+v.x01,v.cy+v.y01),L<A?s.arc(v.cx,v.cy,L,cg(v.y01,v.x01),cg(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,L,cg(v.y01,v.x01),cg(v.y11,v.x11),!m),s.arc(0,0,f,cg(v.cy+v.y11,v.cx+v.x11),cg(b.cy+b.y11,b.cx+b.x11),!m),s.arc(b.cx,b.cy,L,cg(b.y11,b.x11),cg(b.y01,b.x01),!m))):(s.moveTo(O,R),s.arc(0,0,f,y,_,!m)):s.moveTo(O,R),d>gg&&k>gg?T>gg?(v=Og(D,P,I,B,d,-T,m),b=Og(O,R,j,F,d,-T,m),s.lineTo(v.cx+v.x01,v.cy+v.y01),T<A?s.arc(v.cx,v.cy,T,cg(v.y01,v.x01),cg(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,T,cg(v.y01,v.x01),cg(v.y11,v.x11),!m),s.arc(0,0,d,cg(v.cy+v.y11,v.cx+v.x11),cg(b.cy+b.y11,b.cx+b.x11),m),s.arc(b.cx,b.cy,T,cg(b.y11,b.x11),cg(b.y01,b.x01),!m))):s.arc(0,0,d,x,w,m):s.lineTo(D,P)}else s.moveTo(0,0);if(s.closePath(),c)return s=null,c+""||null}return c.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-mg/2;return[ug(r)*n,hg(r)*n]},c.innerRadius=function(t){return arguments.length?(e="function"==typeof t?t:sg(+t),c):e},c.outerRadius=function(e){return arguments.length?(t="function"==typeof e?e:sg(+e),c):t},c.cornerRadius=function(e){return arguments.length?(n="function"==typeof e?e:sg(+e),c):n},c.padRadius=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:sg(+e),c):r},c.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:sg(+e),c):i},c.endAngle=function(e){return arguments.length?(o="function"==typeof e?e:sg(+e),c):o},c.padAngle=function(e){return arguments.length?(a="function"==typeof e?e:sg(+e),c):a},c.context=function(e){return arguments.length?(s=null==e?null:e,c):s},c}function Dg(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function Pg(e){this._context=e}function zg(e){return new Pg(e)}function Ig(e){return e[0]}function Bg(e){return e[1]}function jg(e,t){var n=sg(!0),r=null,i=zg,o=null,a=Mg(s);function s(s){var l,c,u,d=(s=Dg(s)).length,f=!1;for(null==r&&(o=i(u=a())),l=0;l<=d;++l)!(l<d&&n(c=s[l],l,s))===f&&((f=!f)?o.lineStart():o.lineEnd()),f&&o.point(+e(c,l,s),+t(c,l,s));if(u)return o=null,u+""||null}return e="function"==typeof e?e:void 0===e?Ig:sg(e),t="function"==typeof t?t:void 0===t?Bg:sg(t),s.x=function(t){return arguments.length?(e="function"==typeof t?t:sg(+t),s):e},s.y=function(e){return arguments.length?(t="function"==typeof e?e:sg(+e),s):t},s.defined=function(e){return arguments.length?(n="function"==typeof e?e:sg(!!e),s):n},s.curve=function(e){return arguments.length?(i=e,null!=r&&(o=i(r)),s):i},s.context=function(e){return arguments.length?(null==e?r=o=null:o=i(r=e),s):r},s}function Fg(e,t,n){var r=null,i=sg(!0),o=null,a=zg,s=null,l=Mg(c);function c(c){var u,d,f,h,p,g=(c=Dg(c)).length,m=!1,v=new Array(g),b=new Array(g);for(null==o&&(s=a(p=l())),u=0;u<=g;++u){if(!(u<g&&i(h=c[u],u,c))===m)if(m=!m)d=u,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),f=u-1;f>=d;--f)s.point(v[f],b[f]);s.lineEnd(),s.areaEnd()}m&&(v[u]=+e(h,u,c),b[u]=+t(h,u,c),s.point(r?+r(h,u,c):v[u],n?+n(h,u,c):b[u]))}if(p)return s=null,p+""||null}function u(){return jg().defined(i).curve(a).context(o)}return e="function"==typeof e?e:void 0===e?Ig:sg(+e),t="function"==typeof t?t:sg(void 0===t?0:+t),n="function"==typeof n?n:void 0===n?Bg:sg(+n),c.x=function(t){return arguments.length?(e="function"==typeof t?t:sg(+t),r=null,c):e},c.x0=function(t){return arguments.length?(e="function"==typeof t?t:sg(+t),c):e},c.x1=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:sg(+e),c):r},c.y=function(e){return arguments.length?(t="function"==typeof e?e:sg(+e),n=null,c):t},c.y0=function(e){return arguments.length?(t="function"==typeof e?e:sg(+e),c):t},c.y1=function(e){return arguments.length?(n=null==e?null:"function"==typeof e?e:sg(+e),c):n},c.lineX0=c.lineY0=function(){return u().x(e).y(t)},c.lineY1=function(){return u().x(e).y(n)},c.lineX1=function(){return u().x(r).y(t)},c.defined=function(e){return arguments.length?(i="function"==typeof e?e:sg(!!e),c):i},c.curve=function(e){return arguments.length?(a=e,null!=o&&(s=a(o)),c):a},c.context=function(e){return arguments.length?(null==e?o=s=null:s=a(o=e),c):o},c}function Hg(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function $g(e){return e}function qg(){var e=$g,t=Hg,n=null,r=sg(0),i=sg(bg),o=sg(0);function a(a){var s,l,c,u,d,f=(a=Dg(a)).length,h=0,p=new Array(f),g=new Array(f),m=+r.apply(this,arguments),v=Math.min(bg,Math.max(-bg,i.apply(this,arguments)-m)),b=Math.min(Math.abs(v)/f,o.apply(this,arguments)),y=b*(v<0?-1:1);for(s=0;s<f;++s)(d=g[p[s]=s]=+e(a[s],s,a))>0&&(h+=d);for(null!=t?p.sort((function(e,n){return t(g[e],g[n])})):null!=n&&p.sort((function(e,t){return n(a[e],a[t])})),s=0,c=h?(v-f*y)/h:0;s<f;++s,m=u)l=p[s],u=m+((d=g[l])>0?d*c:0)+y,g[l]={data:a[l],index:s,value:d,startAngle:m,endAngle:u,padAngle:b};return g}return a.value=function(t){return arguments.length?(e="function"==typeof t?t:sg(+t),a):e},a.sortValues=function(e){return arguments.length?(t=e,n=null,a):t},a.sort=function(e){return arguments.length?(n=e,t=null,a):n},a.startAngle=function(e){return arguments.length?(r="function"==typeof e?e:sg(+e),a):r},a.endAngle=function(e){return arguments.length?(i="function"==typeof e?e:sg(+e),a):i},a.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:sg(+e),a):o},a}function Ug(){}function Wg(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function Vg(e){this._context=e}function Gg(e){return new Vg(e)}function Yg(e){this._context=e}function Xg(e){this._context=e}function Zg(e,t){this._basis=new Vg(e),this._beta=t}Pg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t)}}},Vg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Wg(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Wg(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Yg.prototype={areaStart:Ug,areaEnd:Ug,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:Wg(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Xg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:Wg(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Zg.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r,i=e[0],o=t[0],a=e[n]-i,s=t[n]-o,l=-1;++l<=n;)r=l/n,this._basis.point(this._beta*e[l]+(1-this._beta)*(i+r*a),this._beta*t[l]+(1-this._beta)*(o+r*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};var Kg=function e(t){function n(e){return 1===t?new Vg(e):new Zg(e,t)}return n.beta=function(t){return e(+t)},n}(.85);function Jg(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function Qg(e,t){this._context=e,this._k=(1-t)/6}Qg.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Jg(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:Jg(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var em=function e(t){function n(e){return new Qg(e,t)}return n.tension=function(t){return e(+t)},n}(0);function tm(e,t){this._context=e,this._k=(1-t)/6}tm.prototype={areaStart:Ug,areaEnd:Ug,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:Jg(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var nm=function e(t){function n(e){return new tm(e,t)}return n.tension=function(t){return e(+t)},n}(0);function rm(e,t){this._context=e,this._k=(1-t)/6}rm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Jg(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var im=function e(t){function n(e){return new rm(e,t)}return n.tension=function(t){return e(+t)},n}(0);function om(e,t,n){var r=e._x1,i=e._y1,o=e._x2,a=e._y2;if(e._l01_a>gg){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>gg){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);o=(o*c+e._x1*e._l23_2a-t*e._l12_2a)/u,a=(a*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,o,a,e._x2,e._y2)}function am(e,t){this._context=e,this._alpha=t}am.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:om(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var sm=function e(t){function n(e){return t?new am(e,t):new Qg(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function lm(e,t){this._context=e,this._alpha=t}lm.prototype={areaStart:Ug,areaEnd:Ug,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:om(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var cm=function e(t){function n(e){return t?new lm(e,t):new tm(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function um(e,t){this._context=e,this._alpha=t}um.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:om(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var dm=function e(t){function n(e){return t?new um(e,t):new rm(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function fm(e){this._context=e}function hm(e){return e<0?-1:1}function pm(e,t,n){var r=e._x1-e._x0,i=t-e._x1,o=(e._y1-e._y0)/(r||i<0&&-0),a=(n-e._y1)/(i||r<0&&-0),s=(o*i+a*r)/(r+i);return(hm(o)+hm(a))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(s))||0}function gm(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function mm(e,t,n){var r=e._x0,i=e._y0,o=e._x1,a=e._y1,s=(o-r)/3;e._context.bezierCurveTo(r+s,i+s*t,o-s,a-s*n,o,a)}function vm(e){this._context=e}function bm(e){this._context=new ym(e)}function ym(e){this._context=e}function _m(e){this._context=e}function wm(e){var t,n,r=e.length-1,i=new Array(r),o=new Array(r),a=new Array(r);for(i[0]=0,o[0]=2,a[0]=e[0]+2*e[1],t=1;t<r-1;++t)i[t]=1,o[t]=4,a[t]=4*e[t]+2*e[t+1];for(i[r-1]=2,o[r-1]=7,a[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=i[t]/o[t-1],o[t]-=n,a[t]-=n*a[t-1];for(i[r-1]=a[r-1]/o[r-1],t=r-2;t>=0;--t)i[t]=(a[t]-i[t+1])/o[t];for(o[r-1]=(e[r]+i[r-1])/2,t=0;t<r-1;++t)o[t]=2*e[t+1]-i[t+1];return[i,o]}function xm(e,t){this._context=e,this._t=t}function km(e,t){if((i=e.length)>1)for(var n,r,i,o=1,a=e[t[0]],s=a.length;o<i;++o)for(r=a,a=e[t[o]],n=0;n<s;++n)a[n][1]+=a[n][0]=isNaN(r[n][1])?r[n][0]:r[n][1]}function Cm(e){for(var t=e.length,n=new Array(t);--t>=0;)n[t]=t;return n}function Sm(e,t){return e[t]}function Mm(e){const t=[];return t.key=e,t}function Am(e,t){if((s=e.length)>0)for(var n,r,i,o,a,s,l=0,c=e[t[0]].length;l<c;++l)for(o=a=0,n=0;n<s;++n)(i=(r=e[t[n]][l])[1]-r[0])>0?(r[0]=o,r[1]=o+=i):i<0?(r[1]=a,r[0]=a+=i):(r[0]=0,r[1]=i)}fm.prototype={areaStart:Ug,areaEnd:Ug,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}},vm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:mm(this,this._t0,gm(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(t=+t,(e=+e)!==this._x1||t!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,mm(this,gm(this,n=pm(this,e,t)),n);break;default:mm(this,this._t0,n=pm(this,e,t))}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}},(bm.prototype=Object.create(vm.prototype)).point=function(e,t){vm.prototype.point.call(this,t,e)},ym.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,i,o){this._context.bezierCurveTo(t,e,r,n,o,i)}},_m.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),2===n)this._context.lineTo(e[1],t[1]);else for(var r=wm(e),i=wm(t),o=0,a=1;a<n;++o,++a)this._context.bezierCurveTo(r[0][o],i[0][o],r[1][o],i[1][o],e[a],t[a]);(this._line||0!==this._line&&1===n)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}},xm.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&2===this._point&&this._context.lineTo(this._x,this._y),(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}}this._x=e,this._y=t}};const Tm=()=>Rg().innerRadius(40).outerRadius(50).cornerRadius(2).padAngle(.03);qg().value((e=>e.count)).padAngle(.03).sortValues(((e,t)=>e-t)),Tm(),Tm().padAngle(0).cornerRadius(0);new class extends Array{constructor(){super()}includes(){return!0}};var Lm="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:"undefined"!=typeof self?self:{};function Em(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Nm,Om,Rm={},Dm={},Pm={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""},zm={Aacute:"Á",aacute:"á",Acirc:"Â",acirc:"â",acute:"´",AElig:"Æ",aelig:"æ",Agrave:"À",agrave:"à",amp:"&",AMP:"&",Aring:"Å",aring:"å",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",brvbar:"¦",Ccedil:"Ç",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",Eacute:"É",eacute:"é",Ecirc:"Ê",ecirc:"ê",Egrave:"È",egrave:"è",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",Iacute:"Í",iacute:"í",Icirc:"Î",icirc:"î",iexcl:"¡",Igrave:"Ì",igrave:"ì",iquest:"¿",Iuml:"Ï",iuml:"ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",Ntilde:"Ñ",ntilde:"ñ",Oacute:"Ó",oacute:"ó",Ocirc:"Ô",ocirc:"ô",Ograve:"Ò",ograve:"ò",ordf:"ª",ordm:"º",Oslash:"Ø",oslash:"ø",Otilde:"Õ",otilde:"õ",Ouml:"Ö",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",THORN:"Þ",thorn:"þ",times:"×",Uacute:"Ú",uacute:"ú",Ucirc:"Û",ucirc:"û",Ugrave:"Ù",ugrave:"ù",uml:"¨",Uuml:"Ü",uuml:"ü",Yacute:"Ý",yacute:"ý",yen:"¥",yuml:"ÿ"},Im={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'},Bm={},jm={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};function Fm(){if(Om)return Dm;Om=1;var e=Dm&&Dm.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Dm,"__esModule",{value:!0}),Dm.decodeHTML=Dm.decodeHTMLStrict=Dm.decodeXML=void 0;var t=e(Pm),n=e(zm),r=e(Im),i=e(function(){if(Nm)return Bm;Nm=1;var e=Bm&&Bm.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Bm,"__esModule",{value:!0});var t=e(jm),n=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)};return Bm.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in t.default&&(e=t.default[e]),n(e))},Bm}()),o=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function a(e){var t=l(e);return function(e){return String(e).replace(o,t)}}Dm.decodeXML=a(r.default),Dm.decodeHTMLStrict=a(t.default);var s=function(e,t){return e<t?1:-1};function l(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?i.default(parseInt(t.substr(3),16)):i.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}return Dm.decodeHTML=function(){for(var e=Object.keys(n.default).sort(s),r=Object.keys(t.default).sort(s),i=0,o=0;i<r.length;i++)e[o]===r[i]?(r[i]+=";?",o++):r[i]+=";";var a=new RegExp("&(?:"+r.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),c=l(t.default);function u(e){return";"!==e.substr(-1)&&(e+=";"),c(e)}return function(e){return String(e).replace(a,u)}}(),Dm}var Hm,$m,qm,Um,Wm={};function Vm(){if(Hm)return Wm;Hm=1;var e=Wm&&Wm.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Wm,"__esModule",{value:!0}),Wm.escapeUTF8=Wm.escape=Wm.encodeNonAsciiHTML=Wm.encodeHTML=Wm.encodeXML=void 0;var t=o(e(Im).default),n=a(t);Wm.encodeXML=d(t);var r=o(e(Pm).default),i=a(r);function o(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function a(e){for(var t=[],n=[],r=0,i=Object.keys(e);r<i.length;r++){var o=i[r];1===o.length?t.push("\\"+o):n.push(o)}t.sort();for(var a=0;a<t.length-1;a++){for(var s=a;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var l=1+s-a;l<3||t.splice(a,l,t[a]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}Wm.encodeHTML=function(e,t){return function(n){return n.replace(t,(function(t){return e[t]})).replace(s,c)}}(r,i),Wm.encodeNonAsciiHTML=d(r);var s=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,l=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function c(e){return"&#x"+(e.length>1?l(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var u=new RegExp(n.source+"|"+s.source,"g");function d(e){return function(t){return t.replace(u,(function(t){return e[t]||c(t)}))}}return Wm.escape=function(e){return e.replace(u,c)},Wm.escapeUTF8=function(e){return e.replace(n,c)},Wm}var Gm=function(){if(Um)return qm;function e(e,n){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,n){if(e){if("string"==typeof e)return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}(e))||n){r&&(e=r);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(l)throw a}}}}function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}Um=1;var n=($m||($m=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.encodeHTML5=e.encodeHTML4=e.escapeUTF8=e.escape=e.encodeNonAsciiHTML=e.encodeHTML=e.encodeXML=e.encode=e.decodeStrict=e.decode=void 0;var t=Fm(),n=Vm();e.decode=function(e,n){return(!n||n<=0?t.decodeXML:t.decodeHTML)(e)},e.decodeStrict=function(e,n){return(!n||n<=0?t.decodeXML:t.decodeHTMLStrict)(e)},e.encode=function(e,t){return(!t||t<=0?n.encodeXML:n.encodeHTML)(e)};var r=Vm();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return r.encodeXML}}),Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return r.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return r.encodeNonAsciiHTML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return r.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return r.escapeUTF8}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return r.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return r.encodeHTML}});var i=Fm();Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return i.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return i.decodeXML}})}(Rm)),Rm),r={fg:"#FFF",bg:"#000",newline:!1,escapeXML:!1,stream:!1,colors:function(){var t={0:"#000",1:"#A00",2:"#0A0",3:"#A50",4:"#00A",5:"#A0A",6:"#0AA",7:"#AAA",8:"#555",9:"#F55",10:"#5F5",11:"#FF5",12:"#55F",13:"#F5F",14:"#5FF",15:"#FFF"};return s(0,5).forEach((function(n){s(0,5).forEach((function(r){s(0,5).forEach((function(o){return function(t,n,r,o){var a=t>0?40*t+55:0,s=n>0?40*n+55:0,l=r>0?40*r+55:0;o[16+36*t+6*n+r]=function(t){var n,r=[],o=e(t);try{for(o.s();!(n=o.n()).done;){var a=n.value;r.push(i(a))}}catch(t){o.e(t)}finally{o.f()}return"#"+r.join("")}([a,s,l])}(n,r,o,t)}))}))})),s(0,23).forEach((function(e){var n=e+232,r=i(10*e+8);t[n]="#"+r+r+r})),t}()};function i(e){for(var t=e.toString(16);t.length<2;)t="0"+t;return t}function o(e,t,r,i){var o;return"text"===t?o=function(e,t){return t.escapeXML?n.encodeXML(e):e}(r,i):"display"===t?o=function(e,t,n){var r,i={"-1":function(){return"<br/>"},0:function(){return e.length&&a(e)},1:function(){return c(e,"b")},3:function(){return c(e,"i")},4:function(){return c(e,"u")},8:function(){return u(e,"display:none")},9:function(){return c(e,"strike")},22:function(){return u(e,"font-weight:normal;text-decoration:none;font-style:normal")},23:function(){return h(e,"i")},24:function(){return h(e,"u")},39:function(){return d(e,n.fg)},49:function(){return f(e,n.bg)},53:function(){return u(e,"text-decoration:overline")}};return i[t=parseInt(t,10)]?r=i[t]():4<t&&t<7?r=c(e,"blink"):29<t&&t<38?r=d(e,n.colors[t-30]):39<t&&t<48?r=f(e,n.colors[t-40]):89<t&&t<98?r=d(e,n.colors[t-90+8]):99<t&&t<108&&(r=f(e,n.colors[t-100+8])),r}(e,r,i):"xterm256Foreground"===t?o=d(e,i.colors[r]):"xterm256Background"===t?o=f(e,i.colors[r]):"rgb"===t&&(o=function(e,t){var n=+(t=t.substring(2).slice(0,-1)).substr(0,2),r=t.substring(5).split(";").map((function(e){return("0"+Number(e).toString(16)).substr(-2)})).join("");return u(e,(38===n?"color:#":"background-color:#")+r)}(e,r)),o}function a(e){var t=e.slice(0);return e.length=0,t.reverse().map((function(e){return"</"+e+">"})).join("")}function s(e,t){for(var n=[],r=e;r<=t;r++)n.push(r);return n}function l(e){var t=null;return 0===(e=parseInt(e,10))?t="all":1===e?t="bold":2<e&&e<5?t="underline":4<e&&e<7?t="blink":8===e?t="hide":9===e?t="strike":29<e&&e<38||39===e||89<e&&e<98?t="foreground-color":(39<e&&e<48||49===e||99<e&&e<108)&&(t="background-color"),t}function c(e,t,n){return n||(n=""),e.push(t),"<".concat(t).concat(n?' style="'.concat(n,'"'):"",">")}function u(e,t){return c(e,"span",t)}function d(e,t){return c(e,"span","color:"+t)}function f(e,t){return c(e,"span","background-color:"+t)}function h(e,t){var n;if(e.slice(-1)[0]===t&&(n=e.pop()),n)return"</"+t+">"}var p=function(){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),(e=e||{}).colors&&(e.colors=Object.assign({},r.colors,e.colors)),this.options=Object.assign({},r,e),this.stack=[],this.stickyStack=[]}return function(e,t){t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t)}(t,[{key:"toHtml",value:function(t){var n=this;t="string"==typeof t?[t]:t;var r=this.stack,i=this.options,s=[];return this.stickyStack.forEach((function(e){var t=o(r,e.token,e.data,i);t&&s.push(t)})),function(t,n,r){var i=!1;function o(){return""}function a(e){return n.newline?r("display",-1):r("text",e),""}var s=[{pattern:/^\x08+/,sub:o},{pattern:/^\x1b\[[012]?K/,sub:o},{pattern:/^\x1b\[\(B/,sub:o},{pattern:/^\x1b\[[34]8;2;\d+;\d+;\d+m/,sub:function(e){return r("rgb",e),""}},{pattern:/^\x1b\[38;5;(\d+)m/,sub:function(e,t){return r("xterm256Foreground",t),""}},{pattern:/^\x1b\[48;5;(\d+)m/,sub:function(e,t){return r("xterm256Background",t),""}},{pattern:/^\n/,sub:a},{pattern:/^\r+\n/,sub:a},{pattern:/^\r/,sub:a},{pattern:/^\x1b\[((?:\d{1,3};?)+|)m/,sub:function(t,n){i=!0,0===n.trim().length&&(n="0");var o,a=e(n=n.trimRight(";").split(";"));try{for(a.s();!(o=a.n()).done;){var s=o.value;r("display",s)}}catch(t){a.e(t)}finally{a.f()}return""}},{pattern:/^\x1b\[\d?J/,sub:o},{pattern:/^\x1b\[\d{0,3};\d{0,3}f/,sub:o},{pattern:/^\x1b\[?[\d;]{0,3}/,sub:o},{pattern:/^(([^\x1b\x08\r\n])+)/,sub:function(e){return r("text",e),""}}];function l(e,n){n>3&&i||(i=!1,t=t.replace(e.pattern,e.sub))}var c=[],u=t.length;e:for(;u>0;){for(var d=0,f=0,h=s.length;f<h;d=++f)if(l(s[d],d),t.length!==u){u=t.length;continue e}if(t.length===u)break;c.push(0),u=t.length}}(t.join(""),i,(function(e,t){var a=o(r,e,t,i);a&&s.push(a),i.stream&&(n.stickyStack=function(e,t,n){var r;return"text"!==t&&(e=e.filter((r=l(n),function(e){return(null===r||e.category!==r)&&"all"!==r}))).push({token:t,data:n,category:l(n)}),e}(n.stickyStack,e,t))})),r.length&&s.push(a(r)),s.join("")}}]),t}();return qm=p}(),Ym=Em(Gm);const Xm=/\x1B\[[0-9;?]*[ -/]*[@-~]/g,{entries:Zm,setPrototypeOf:Km,isFrozen:Jm,getPrototypeOf:Qm,getOwnPropertyDescriptor:ev}=Object;let{freeze:tv,seal:nv,create:rv}=Object,{apply:iv,construct:ov}="undefined"!=typeof Reflect&&Reflect;tv||(tv=function(e){return e}),nv||(nv=function(e){return e}),iv||(iv=function(e,t,n){return e.apply(t,n)}),ov||(ov=function(e,t){return new e(...t)});const av=wv(Array.prototype.forEach),sv=wv(Array.prototype.lastIndexOf),lv=wv(Array.prototype.pop),cv=wv(Array.prototype.push),uv=wv(Array.prototype.splice),dv=wv(String.prototype.toLowerCase),fv=wv(String.prototype.toString),hv=wv(String.prototype.match),pv=wv(String.prototype.replace),gv=wv(String.prototype.indexOf),mv=wv(String.prototype.trim),vv=wv(Object.prototype.hasOwnProperty),bv=wv(RegExp.prototype.test),yv=(_v=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ov(_v,t)});var _v;function wv(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return iv(e,t,r)}}function xv(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:dv;Km&&Km(e,null);let r=t.length;for(;r--;){let i=t[r];if("string"==typeof i){const e=n(i);e!==i&&(Jm(t)||(t[r]=e),i=e)}e[i]=!0}return e}function kv(e){for(let t=0;t<e.length;t++)vv(e,t)||(e[t]=null);return e}function Cv(e){const t=rv(null);for(const[n,r]of Zm(e))vv(e,n)&&(Array.isArray(r)?t[n]=kv(r):r&&"object"==typeof r&&r.constructor===Object?t[n]=Cv(r):t[n]=r);return t}function Sv(e,t){for(;null!==e;){const n=ev(e,t);if(n){if(n.get)return wv(n.get);if("function"==typeof n.value)return wv(n.value)}e=Qm(e)}return function(){return null}}const Mv=tv(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Av=tv(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Tv=tv(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Lv=tv(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Ev=tv(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Nv=tv(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Ov=tv(["#text"]),Rv=tv(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Dv=tv(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Pv=tv(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),zv=tv(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Iv=nv(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Bv=nv(/<%[\w\W]*|[\w\W]*%>/gm),jv=nv(/\$\{[\w\W]*/gm),Fv=nv(/^data-[\-\w.\u00B7-\uFFFF]+$/),Hv=nv(/^aria-[\-\w]+$/),$v=nv(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),qv=nv(/^(?:\w+script|data):/i),Uv=nv(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Wv=nv(/^html$/i),Vv=nv(/^[a-z][.\w]*(-[.\w]+)+$/i);var Gv=Object.freeze({__proto__:null,ARIA_ATTR:Hv,ATTR_WHITESPACE:Uv,CUSTOM_ELEMENT:Vv,DATA_ATTR:Fv,DOCTYPE_NAME:Wv,ERB_EXPR:Bv,IS_ALLOWED_URI:$v,IS_SCRIPT_OR_DATA:qv,MUSTACHE_EXPR:Iv,TMPLIT_EXPR:jv});var Yv,Xv,Zv,Kv,Jv,Qv,eb,tb,nb,rb=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"undefined"==typeof window?null:window;const n=t=>e(t);if(n.version="3.2.6",n.removed=[],!t||!t.document||9!==t.document.nodeType||!t.Element)return n.isSupported=!1,n;let{document:r}=t;const i=r,o=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:l,Element:c,NodeFilter:u,NamedNodeMap:d=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:f,DOMParser:h,trustedTypes:p}=t,g=c.prototype,m=Sv(g,"cloneNode"),v=Sv(g,"remove"),b=Sv(g,"nextSibling"),y=Sv(g,"childNodes"),_=Sv(g,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let w,x="";const{implementation:k,createNodeIterator:C,createDocumentFragment:S,getElementsByTagName:M}=r,{importNode:A}=i;let T={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof Zm&&"function"==typeof _&&k&&void 0!==k.createHTMLDocument;const{MUSTACHE_EXPR:L,ERB_EXPR:E,TMPLIT_EXPR:N,DATA_ATTR:O,ARIA_ATTR:R,IS_SCRIPT_OR_DATA:D,ATTR_WHITESPACE:P,CUSTOM_ELEMENT:z}=Gv;let{IS_ALLOWED_URI:I}=Gv,B=null;const j=xv({},[...Mv,...Av,...Tv,...Ev,...Ov]);let F=null;const H=xv({},[...Rv,...Dv,...Pv,...zv]);let $=Object.seal(rv(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),q=null,U=null,W=!0,V=!0,G=!1,Y=!0,X=!1,Z=!0,K=!1,J=!1,Q=!1,ee=!1,te=!1,ne=!1,re=!0,ie=!1,oe=!0,ae=!1,se={},le=null;const ce=xv({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ue=null;const de=xv({},["audio","video","img","source","image","track"]);let fe=null;const he=xv({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),pe="http://www.w3.org/1998/Math/MathML",ge="http://www.w3.org/2000/svg",me="http://www.w3.org/1999/xhtml";let ve=me,be=!1,ye=null;const _e=xv({},[pe,ge,me],fv);let we=xv({},["mi","mo","mn","ms","mtext"]),xe=xv({},["annotation-xml"]);const ke=xv({},["title","style","font","a","script"]);let Ce=null;const Se=["application/xhtml+xml","text/html"];let Me=null,Ae=null;const Te=r.createElement("form"),Le=function(e){return e instanceof RegExp||e instanceof Function},Ee=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Ae||Ae!==e){if(e&&"object"==typeof e||(e={}),e=Cv(e),Ce=-1===Se.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,Me="application/xhtml+xml"===Ce?fv:dv,B=vv(e,"ALLOWED_TAGS")?xv({},e.ALLOWED_TAGS,Me):j,F=vv(e,"ALLOWED_ATTR")?xv({},e.ALLOWED_ATTR,Me):H,ye=vv(e,"ALLOWED_NAMESPACES")?xv({},e.ALLOWED_NAMESPACES,fv):_e,fe=vv(e,"ADD_URI_SAFE_ATTR")?xv(Cv(he),e.ADD_URI_SAFE_ATTR,Me):he,ue=vv(e,"ADD_DATA_URI_TAGS")?xv(Cv(de),e.ADD_DATA_URI_TAGS,Me):de,le=vv(e,"FORBID_CONTENTS")?xv({},e.FORBID_CONTENTS,Me):ce,q=vv(e,"FORBID_TAGS")?xv({},e.FORBID_TAGS,Me):Cv({}),U=vv(e,"FORBID_ATTR")?xv({},e.FORBID_ATTR,Me):Cv({}),se=!!vv(e,"USE_PROFILES")&&e.USE_PROFILES,W=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,G=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Y=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,X=e.SAFE_FOR_TEMPLATES||!1,Z=!1!==e.SAFE_FOR_XML,K=e.WHOLE_DOCUMENT||!1,ee=e.RETURN_DOM||!1,te=e.RETURN_DOM_FRAGMENT||!1,ne=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,re=!1!==e.SANITIZE_DOM,ie=e.SANITIZE_NAMED_PROPS||!1,oe=!1!==e.KEEP_CONTENT,ae=e.IN_PLACE||!1,I=e.ALLOWED_URI_REGEXP||$v,ve=e.NAMESPACE||me,we=e.MATHML_TEXT_INTEGRATION_POINTS||we,xe=e.HTML_INTEGRATION_POINTS||xe,$=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&($.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Le(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&($.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&($.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),X&&(V=!1),te&&(ee=!0),se&&(B=xv({},Ov),F=[],!0===se.html&&(xv(B,Mv),xv(F,Rv)),!0===se.svg&&(xv(B,Av),xv(F,Dv),xv(F,zv)),!0===se.svgFilters&&(xv(B,Tv),xv(F,Dv),xv(F,zv)),!0===se.mathMl&&(xv(B,Ev),xv(F,Pv),xv(F,zv))),e.ADD_TAGS&&(B===j&&(B=Cv(B)),xv(B,e.ADD_TAGS,Me)),e.ADD_ATTR&&(F===H&&(F=Cv(F)),xv(F,e.ADD_ATTR,Me)),e.ADD_URI_SAFE_ATTR&&xv(fe,e.ADD_URI_SAFE_ATTR,Me),e.FORBID_CONTENTS&&(le===ce&&(le=Cv(le)),xv(le,e.FORBID_CONTENTS,Me)),oe&&(B["#text"]=!0),K&&xv(B,["html","head","body"]),B.table&&(xv(B,["tbody"]),delete q.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw yv('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw yv('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=e.TRUSTED_TYPES_POLICY,x=w.createHTML("")}else void 0===w&&(w=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}}(p,o)),null!==w&&"string"==typeof x&&(x=w.createHTML(""));tv&&tv(e),Ae=e}},Ne=xv({},[...Av,...Tv,...Lv]),Oe=xv({},[...Ev,...Nv]),Re=function(e){cv(n.removed,{element:e});try{_(e).removeChild(e)}catch(t){v(e)}},De=function(e,t){try{cv(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){cv(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(ee||te)try{Re(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Pe=function(e){let t=null,n=null;if(Q)e="<remove></remove>"+e;else{const t=hv(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===Ce&&ve===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const i=w?w.createHTML(e):e;if(ve===me)try{t=(new h).parseFromString(i,Ce)}catch(e){}if(!t||!t.documentElement){t=k.createDocument(ve,"template",null);try{t.documentElement.innerHTML=be?x:i}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),ve===me?M.call(t,K?"html":"body")[0]:K?t.documentElement:o},ze=function(e){return C.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Ie=function(e){return e instanceof f&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Be=function(e){return"function"==typeof l&&e instanceof l};function je(e,t,r){av(e,(e=>{e.call(n,t,r,Ae)}))}const Fe=function(e){let t=null;if(je(T.beforeSanitizeElements,e,null),Ie(e))return Re(e),!0;const r=Me(e.nodeName);if(je(T.uponSanitizeElement,e,{tagName:r,allowedTags:B}),Z&&e.hasChildNodes()&&!Be(e.firstElementChild)&&bv(/<[/\w!]/g,e.innerHTML)&&bv(/<[/\w!]/g,e.textContent))return Re(e),!0;if(7===e.nodeType)return Re(e),!0;if(Z&&8===e.nodeType&&bv(/<[/\w]/g,e.data))return Re(e),!0;if(!B[r]||q[r]){if(!q[r]&&$e(r)){if($.tagNameCheck instanceof RegExp&&bv($.tagNameCheck,r))return!1;if($.tagNameCheck instanceof Function&&$.tagNameCheck(r))return!1}if(oe&&!le[r]){const t=_(e)||e.parentNode,n=y(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r){const i=m(n[r],!0);i.__removalCount=(e.__removalCount||0)+1,t.insertBefore(i,b(e))}}return Re(e),!0}return e instanceof c&&!function(e){let t=_(e);t&&t.tagName||(t={namespaceURI:ve,tagName:"template"});const n=dv(e.tagName),r=dv(t.tagName);return!!ye[e.namespaceURI]&&(e.namespaceURI===ge?t.namespaceURI===me?"svg"===n:t.namespaceURI===pe?"svg"===n&&("annotation-xml"===r||we[r]):Boolean(Ne[n]):e.namespaceURI===pe?t.namespaceURI===me?"math"===n:t.namespaceURI===ge?"math"===n&&xe[r]:Boolean(Oe[n]):e.namespaceURI===me?!(t.namespaceURI===ge&&!xe[r])&&!(t.namespaceURI===pe&&!we[r])&&!Oe[n]&&(ke[n]||!Ne[n]):!("application/xhtml+xml"!==Ce||!ye[e.namespaceURI]))}(e)?(Re(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!bv(/<\/no(script|embed|frames)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,av([L,E,N],(e=>{t=pv(t,e," ")})),e.textContent!==t&&(cv(n.removed,{element:e.cloneNode()}),e.textContent=t)),je(T.afterSanitizeElements,e,null),!1):(Re(e),!0)},He=function(e,t,n){if(re&&("id"===t||"name"===t)&&(n in r||n in Te))return!1;if(V&&!U[t]&&bv(O,t));else if(W&&bv(R,t));else if(!F[t]||U[t]){if(!($e(e)&&($.tagNameCheck instanceof RegExp&&bv($.tagNameCheck,e)||$.tagNameCheck instanceof Function&&$.tagNameCheck(e))&&($.attributeNameCheck instanceof RegExp&&bv($.attributeNameCheck,t)||$.attributeNameCheck instanceof Function&&$.attributeNameCheck(t))||"is"===t&&$.allowCustomizedBuiltInElements&&($.tagNameCheck instanceof RegExp&&bv($.tagNameCheck,n)||$.tagNameCheck instanceof Function&&$.tagNameCheck(n))))return!1}else if(fe[t]);else if(bv(I,pv(n,P,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==gv(n,"data:")||!ue[e])if(G&&!bv(D,pv(n,P,"")));else if(n)return!1;return!0},$e=function(e){return"annotation-xml"!==e&&hv(e,z)},qe=function(e){je(T.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Ie(e))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:F,forceKeepAttr:void 0};let i=t.length;for(;i--;){const o=t[i],{name:a,namespaceURI:s,value:l}=o,c=Me(a),u=l;let d="value"===a?u:mv(u);if(r.attrName=c,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,je(T.uponSanitizeAttribute,e,r),d=r.attrValue,!ie||"id"!==c&&"name"!==c||(De(a,e),d="user-content-"+d),Z&&bv(/((--!?|])>)|<\/(style|title)/i,d)){De(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){De(a,e);continue}if(!Y&&bv(/\/>/i,d)){De(a,e);continue}X&&av([L,E,N],(e=>{d=pv(d,e," ")}));const f=Me(e.nodeName);if(He(f,c,d)){if(w&&"object"==typeof p&&"function"==typeof p.getAttributeType)if(s);else switch(p.getAttributeType(f,c)){case"TrustedHTML":d=w.createHTML(d);break;case"TrustedScriptURL":d=w.createScriptURL(d)}if(d!==u)try{s?e.setAttributeNS(s,a,d):e.setAttribute(a,d),Ie(e)?Re(e):lv(n.removed)}catch(t){De(a,e)}}else De(a,e)}je(T.afterSanitizeAttributes,e,null)},Ue=function e(t){let n=null;const r=ze(t);for(je(T.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)je(T.uponSanitizeShadowNode,n,null),Fe(n),qe(n),n.content instanceof a&&e(n.content);je(T.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,s=null,c=null;if(be=!e,be&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Be(e)){if("function"!=typeof e.toString)throw yv("toString is not a function");if("string"!=typeof(e=e.toString()))throw yv("dirty is not a string, aborting")}if(!n.isSupported)return e;if(J||Ee(t),n.removed=[],"string"==typeof e&&(ae=!1),ae){if(e.nodeName){const t=Me(e.nodeName);if(!B[t]||q[t])throw yv("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof l)r=Pe("\x3c!----\x3e"),o=r.ownerDocument.importNode(e,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!ee&&!X&&!K&&-1===e.indexOf("<"))return w&&ne?w.createHTML(e):e;if(r=Pe(e),!r)return ee?null:ne?x:""}r&&Q&&Re(r.firstChild);const u=ze(ae?e:r);for(;s=u.nextNode();)Fe(s),qe(s),s.content instanceof a&&Ue(s.content);if(ae)return e;if(ee){if(te)for(c=S.call(r.ownerDocument);r.firstChild;)c.appendChild(r.firstChild);else c=r;return(F.shadowroot||F.shadowrootmode)&&(c=A.call(i,c,!0)),c}let d=K?r.outerHTML:r.innerHTML;return K&&B["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&bv(Wv,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),X&&av([L,E,N],(e=>{d=pv(d,e," ")})),w&&ne?w.createHTML(d):d},n.setConfig=function(){Ee(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),J=!0},n.clearConfig=function(){Ae=null,J=!1},n.isValidAttribute=function(e,t,n){Ae||Ee({});const r=Me(e),i=Me(t);return He(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&cv(T[e],t)},n.removeHook=function(e,t){if(void 0!==t){const n=sv(T[e],t);return-1===n?void 0:uv(T[e],n,1)[0]}return lv(T[e])},n.removeHooks=function(e){T[e]=[]},n.removeAllHooks=function(){T={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n}(),ib={exports:{}},ob=(Yv||(Yv=1,function(e){var t=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},i={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++n}),e.__id},clone:function e(t,n){var r,o;switch(n=n||{},i.util.type(t)){case"Object":if(o=i.util.objId(t),n[o])return n[o];for(var a in r={},n[o]=r,t)t.hasOwnProperty(a)&&(r[a]=e(t[a],n));return r;case"Array":return o=i.util.objId(t),n[o]?n[o]:(r=[],n[o]=r,t.forEach((function(t,i){r[i]=e(t,n)})),r);default:return t}},getLanguage:function(e){for(;e;){var n=t.exec(e.className);if(n)return n[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,n){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+n)},currentScript:function(){if("undefined"==typeof document)return null;if(document.currentScript&&"SCRIPT"===document.currentScript.tagName)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var n in t)if(t[n].src==e)return t[n]}return null}},isActive:function(e,t,n){for(var r="no-"+t;e;){var i=e.classList;if(i.contains(t))return!0;if(i.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,t){var n=i.util.clone(i.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var o=(r=r||i.languages)[e],a={};for(var s in o)if(o.hasOwnProperty(s)){if(s==t)for(var l in n)n.hasOwnProperty(l)&&(a[l]=n[l]);n.hasOwnProperty(s)||(a[s]=o[s])}var c=r[e];return r[e]=a,i.languages.DFS(i.languages,(function(t,n){n===c&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,r,o){o=o||{};var a=i.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],r||s);var l=t[s],c=i.util.type(l);"Object"!==c||o[a(l)]?"Array"!==c||o[a(l)]||(o[a(l)]=!0,e(l,n,s,o)):(o[a(l)]=!0,e(l,n,null,o))}}},plugins:{},highlightAll:function(e,t){i.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var r={callback:n,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),i.hooks.run("before-all-elements-highlight",r);for(var o,a=0;o=r.elements[a++];)i.highlightElement(o,!0===t,r.callback)},highlightElement:function(t,n,r){var o=i.util.getLanguage(t),a=i.languages[o];i.util.setLanguage(t,o);var s=t.parentElement;s&&"pre"===s.nodeName.toLowerCase()&&i.util.setLanguage(s,o);var l={element:t,language:o,grammar:a,code:t.textContent};function c(e){l.highlightedCode=e,i.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,i.hooks.run("after-highlight",l),i.hooks.run("complete",l),r&&r.call(l.element)}if(i.hooks.run("before-sanity-check",l),(s=l.element.parentElement)&&"pre"===s.nodeName.toLowerCase()&&!s.hasAttribute("tabindex")&&s.setAttribute("tabindex","0"),!l.code)return i.hooks.run("complete",l),void(r&&r.call(l.element));if(i.hooks.run("before-highlight",l),l.grammar)if(n&&e.Worker){var u=new Worker(i.filename);u.onmessage=function(e){c(e.data)},u.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else c(i.highlight(l.code,l.grammar,l.language));else c(i.util.encode(l.code))},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(i.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=i.tokenize(r.code,r.grammar),i.hooks.run("after-tokenize",r),o.stringify(i.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var i=new l;return c(i,i.head,e),s(e,i,t,i.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(i)},hooks:{all:{},add:function(e,t){var n=i.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=i.hooks.all[e];if(n&&n.length)for(var r,o=0;r=n[o++];)r(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function a(e,t,n,r){e.lastIndex=t;var i=e.exec(n);if(i&&r&&i[1]){var o=i[1].length;i.index+=o,i[0]=i[0].slice(o)}return i}function s(e,t,n,r,l,d){for(var f in n)if(n.hasOwnProperty(f)&&n[f]){var h=n[f];h=Array.isArray(h)?h:[h];for(var p=0;p<h.length;++p){if(d&&d.cause==f+","+p)return;var g=h[p],m=g.inside,v=!!g.lookbehind,b=!!g.greedy,y=g.alias;if(b&&!g.pattern.global){var _=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,_+"g")}for(var w=g.pattern||g,x=r.next,k=l;x!==t.tail&&!(d&&k>=d.reach);k+=x.value.length,x=x.next){var C=x.value;if(t.length>e.length)return;if(!(C instanceof o)){var S,M=1;if(b){if(!(S=a(w,k,e,v))||S.index>=e.length)break;var A=S.index,T=S.index+S[0].length,L=k;for(L+=x.value.length;A>=L;)L+=(x=x.next).value.length;if(k=L-=x.value.length,x.value instanceof o)continue;for(var E=x;E!==t.tail&&(L<T||"string"==typeof E.value);E=E.next)M++,L+=E.value.length;M--,C=e.slice(k,L),S.index-=k}else if(!(S=a(w,0,C,v)))continue;A=S.index;var N=S[0],O=C.slice(0,A),R=C.slice(A+N.length),D=k+C.length;d&&D>d.reach&&(d.reach=D);var P=x.prev;if(O&&(P=c(t,P,O),k+=O.length),u(t,P,M),x=c(t,P,new o(f,m?i.tokenize(N,m):N,y,N)),R&&c(t,x,R),M>1){var z={cause:f+","+p,reach:D};s(e,t,n,x.prev,k,z),d&&z.reach>d.reach&&(d.reach=z.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,n){var r=t.next,i={value:n,prev:t,next:r};return t.next=i,r.prev=i,e.length++,i}function u(e,t,n){for(var r=t.next,i=0;i<n&&r!==e.tail;i++)r=r.next;t.next=r,r.prev=t,e.length-=i}if(e.Prism=i,o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var r="";return t.forEach((function(t){r+=e(t,n)})),r}var o={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(o.classes,a):o.classes.push(a)),i.hooks.run("wrap",o);var s="";for(var l in o.attributes)s+=" "+l+'="'+(o.attributes[l]||"").replace(/"/g,""")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'"'+s+">"+o.content+"</"+o.tag+">"},!e.document)return e.addEventListener?(i.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),r=n.language,o=n.code,a=n.immediateClose;e.postMessage(i.highlight(o,i.languages[r],r)),a&&e.close()}),!1),i):i;var d=i.util.currentScript();function f(){i.manual||i.highlightAll()}if(d&&(i.filename=d.src,d.hasAttribute("data-manual")&&(i.manual=!0)),!i.manual){var h=document.readyState;"loading"===h||"interactive"===h&&d&&d.defer?document.addEventListener("DOMContentLoaded",f):window.requestAnimationFrame?window.requestAnimationFrame(f):window.setTimeout(f,16)}return i}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=t),void 0!==Lm&&(Lm.Prism=t)}(ib)),ib.exports),ab=Em(ob);Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},Prism.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml,Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Prism.languages.js=Prism.languages.javascript,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(Prism),Xv||(Xv=1,function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)),Prism.languages.csv={value:/[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,punctuation:/,/},Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json,Zv||(Zv=1,function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)),Kv||(Kv=1,function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,n){return"(?:"+t[+n]+")"}))}function n(e,n,r){return RegExp(t(e,n),"")}function r(e,t){for(var n=0;n<t;n++)e=e.replace(/<<self>>/g,(function(){return"(?:"+e+")"}));return e.replace(/<<self>>/g,"[^\\s\\S]")}var i="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",o="class enum interface record struct",a="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",s="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function l(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var c=l(o),u=RegExp(l(i+" "+o+" "+a+" "+s)),d=l(o+" "+a+" "+s),f=l(i+" "+o+" "+s),h=r(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),p=r(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,m=t(/<<0>>(?:\s*<<1>>)?/.source,[g,h]),v=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,m]),b=/\[\s*(?:,\s*)*\]/.source,y=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[v,b]),_=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[h,p,b]),w=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[_]),x=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[w,v,b]),k={keyword:u,punctuation:/[<>()?,.:[\]]/},C=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,S=/"(?:\\.|[^\\"\r\n])*"/.source,M=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[M]),lookbehind:!0,greedy:!0},{pattern:n(/(^|[^@$\\])<<0>>/.source,[S]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:n(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[v]),lookbehind:!0,inside:k},{pattern:n(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,x]),lookbehind:!0,inside:k},{pattern:n(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:n(/(\b<<0>>\s+)<<1>>/.source,[c,m]),lookbehind:!0,inside:k},{pattern:n(/(\bcatch\s*\(\s*)<<0>>/.source,[v]),lookbehind:!0,inside:k},{pattern:n(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:n(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[y]),lookbehind:!0,inside:k},{pattern:n(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[x,f,g]),inside:k}],keyword:u,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:n(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:n(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:n(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[p]),lookbehind:!0,alias:"class-name",inside:k},"return-type":{pattern:n(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[x,v]),inside:k,alias:"class-name"},"constructor-invocation":{pattern:n(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[x]),lookbehind:!0,inside:k,alias:"class-name"},"generic-method":{pattern:n(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,h]),inside:{function:n(/^<<0>>/.source,[g]),generic:{pattern:RegExp(h),alias:"class-name",inside:k}}},"type-list":{pattern:n(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[c,m,g,x,u.source,p,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:n(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[m,p]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:u,"class-name":{pattern:RegExp(x),greedy:!0,inside:k},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var A=S+"|"+C,T=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[A]),L=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[T]),2),E=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,N=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[v,L]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:n(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[E,N]),lookbehind:!0,greedy:!0,inside:{target:{pattern:n(/^<<0>>(?=\s*:)/.source,[E]),alias:"keyword"},"attribute-arguments":{pattern:n(/\(<<0>>*\)/.source,[L]),inside:e.languages.csharp},"class-name":{pattern:RegExp(v),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var O=/:[^}\r\n]+/.source,R=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[T]),2),D=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[R,O]),P=r(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[A]),2),z=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,O]);function I(t,r){return{interpolation:{pattern:n(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:n(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[r,O]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:n(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[D]),lookbehind:!0,greedy:!0,inside:I(D,R)},{pattern:n(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[z]),lookbehind:!0,greedy:!0,inside:I(z,P)}],char:{pattern:RegExp(C),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)),function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Prism),Jv||(Jv=1,Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python),Qv||(Qv=1,function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var n="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+n+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+n),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+n),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)),function(e){var t=/(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source;e.languages.gherkin={pystring:{pattern:/("""|''')[\s\S]+?\1/,alias:"string"},comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},tag:{pattern:/(^[ \t]*)@\S*/m,lookbehind:!0},feature:{pattern:/((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!|Arwedd|Aspekt|Besigheid Behoefte|Business Need|Caracteristica|Característica|Egenskab|Egenskap|Eiginleiki|Feature|Fīča|Fitur|Fonctionnalité|Fonksyonalite|Funcionalidade|Funcionalitat|Functionalitate|Funcţionalitate|Funcționalitate|Functionaliteit|Fungsi|Funkcia|Funkcija|Funkcionalitāte|Funkcionalnost|Funkcja|Funksie|Funktionalität|Funktionalitéit|Funzionalità|Hwaet|Hwæt|Jellemző|Karakteristik|Lastnost|Mak|Mogucnost|laH|Mogućnost|Moznosti|Možnosti|OH HAI|Omadus|Ominaisuus|Osobina|Özellik|Potrzeba biznesowa|perbogh|poQbogh malja'|Požadavek|Požiadavka|Pretty much|Qap|Qu'meH 'ut|Savybė|Tính năng|Trajto|Vermoë|Vlastnosť|Właściwość|Značilnost|Δυνατότητα|Λειτουργία|Могућност|Мөмкинлек|Особина|Свойство|Үзенчәлеклелек|Функционал|Функционалност|Функция|Функціонал|תכונה|خاصية|خصوصیت|صلاحیت|کاروبار کی ضرورت|وِیژگی|रूप लेख|ਖਾਸੀਅਤ|ਨਕਸ਼ ਨੁਹਾਰ|ਮੁਹਾਂਦਰਾ|గుణము|ಹೆಚ್ಚಳ|ความต้องการทางธุรกิจ|ความสามารถ|โครงหลัก|기능|フィーチャ|功能|機能):(?:[^:\r\n]+(?:\r?\n|\r|$))*/,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]+/,lookbehind:!0},keyword:/[^:\r\n]+:/}},scenario:{pattern:/(^[ \t]*)(?:Abstract Scenario|Abstrakt Scenario|Achtergrond|Aer|Ær|Agtergrond|All y'all|Antecedentes|Antecedents|Atburðarás|Atburðarásir|Awww, look mate|B4|Background|Baggrund|Bakgrund|Bakgrunn|Bakgrunnur|Beispiele|Beispiller|Bối cảnh|Cefndir|Cenario|Cenário|Cenario de Fundo|Cenário de Fundo|Cenarios|Cenários|Contesto|Context|Contexte|Contexto|Conto|Contoh|Contone|Dæmi|Dasar|Dead men tell no tales|Delineacao do Cenario|Delineação do Cenário|Dis is what went down|Dữ liệu|Dyagram Senaryo|Dyagram senaryo|Egzanp|Ejemplos|Eksempler|Ekzemploj|Enghreifftiau|Esbozo do escenario|Escenari|Escenario|Esempi|Esquema de l'escenari|Esquema del escenario|Esquema do Cenario|Esquema do Cenário|EXAMPLZ|Examples|Exempel|Exemple|Exemples|Exemplos|First off|Fono|Forgatókönyv|Forgatókönyv vázlat|Fundo|Geçmiş|Grundlage|Hannergrond|ghantoH|Háttér|Heave to|Istorik|Juhtumid|Keadaan|Khung kịch bản|Khung tình huống|Kịch bản|Koncept|Konsep skenario|Kontèks|Kontekst|Kontekstas|Konteksts|Kontext|Konturo de la scenaro|Latar Belakang|lut chovnatlh|lut|lutmey|Lýsing Atburðarásar|Lýsing Dæma|MISHUN SRSLY|MISHUN|Menggariskan Senario|mo'|Náčrt Scenára|Náčrt Scénáře|Náčrt Scenáru|Oris scenarija|Örnekler|Osnova|Osnova Scenára|Osnova scénáře|Osnutek|Ozadje|Paraugs|Pavyzdžiai|Példák|Piemēri|Plan du scénario|Plan du Scénario|Plan Senaryo|Plan senaryo|Plang vum Szenario|Pozadí|Pozadie|Pozadina|Príklady|Příklady|Primer|Primeri|Primjeri|Przykłady|Raamstsenaarium|Reckon it's like|Rerefons|Scenár|Scénář|Scenarie|Scenarij|Scenarijai|Scenarijaus šablonas|Scenariji|Scenārijs|Scenārijs pēc parauga|Scenarijus|Scenario|Scénario|Scenario Amlinellol|Scenario Outline|Scenario Template|Scenariomal|Scenariomall|Scenarios|Scenariu|Scenariusz|Scenaro|Schema dello scenario|Se ðe|Se the|Se þe|Senario|Senaryo Deskripsyon|Senaryo deskripsyon|Senaryo|Senaryo taslağı|Shiver me timbers|Situācija|Situai|Situasie Uiteensetting|Situasie|Skenario konsep|Skenario|Skica|Structura scenariu|Structură scenariu|Struktura scenarija|Stsenaarium|Swa hwaer swa|Swa|Swa hwær swa|Szablon scenariusza|Szenario|Szenariogrundriss|Tapaukset|Tapaus|Tapausaihio|Taust|Tausta|Template Keadaan|Template Senario|Template Situai|The thing of it is|Tình huống|Variantai|Voorbeelde|Voorbeelden|Wharrimean is|Yo-ho-ho|You'll wanna|Założenia|Παραδείγματα|Περιγραφή Σεναρίου|Σενάρια|Σενάριο|Υπόβαθρο|Кереш|Контекст|Концепт|Мисаллар|Мисоллар|Основа|Передумова|Позадина|Предистория|Предыстория|Приклади|Пример|Примери|Примеры|Рамка на сценарий|Скица|Структура сценарија|Структура сценария|Структура сценарію|Сценарий|Сценарий структураси|Сценарийның төзелеше|Сценарији|Сценарио|Сценарій|Тарих|Үрнәкләр|דוגמאות|רקע|תבנית תרחיש|תרחיש|الخلفية|الگوی سناریو|امثلة|پس منظر|زمینه|سناریو|سيناريو|سيناريو مخطط|مثالیں|منظر نامے کا خاکہ|منظرنامہ|نمونه ها|उदाहरण|परिदृश्य|परिदृश्य रूपरेखा|पृष्ठभूमि|ਉਦਾਹਰਨਾਂ|ਪਟਕਥਾ|ਪਟਕਥਾ ਢਾਂਚਾ|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਿਛੋਕੜ|ఉదాహరణలు|కథనం|నేపథ్యం|సన్నివేశం|ಉದಾಹರಣೆಗಳು|ಕಥಾಸಾರಾಂಶ|ವಿವರಣೆ|ಹಿನ್ನೆಲೆ|โครงสร้างของเหตุการณ์|ชุดของตัวอย่าง|ชุดของเหตุการณ์|แนวคิด|สรุปเหตุการณ์|เหตุการณ์|배경|시나리오|시나리오 개요|예|サンプル|シナリオ|シナリオアウトライン|シナリオテンプレ|シナリオテンプレート|テンプレ|例|例子|剧本|剧本大纲|劇本|劇本大綱|场景|场景大纲|場景|場景大綱|背景):[^:\r\n]*/m,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]*/,lookbehind:!0},keyword:/[^:\r\n]+:/}},"table-body":{pattern:RegExp("("+t+")(?:"+t+")+"),lookbehind:!0,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"},td:{pattern:/\s*[^\s|][^|]*/,alias:"string"},punctuation:/\|/}},"table-head":{pattern:RegExp(t),inside:{th:{pattern:/\s*[^\s|][^|]*/,alias:"variable"},punctuation:/\|/}},atrule:{pattern:/(^[ \t]+)(?:'a|'ach|'ej|7|a|A také|A taktiež|A tiež|A zároveň|Aber|Ac|Adott|Akkor|Ak|Aleshores|Ale|Ali|Allora|Alors|Als|Ama|Amennyiben|Amikor|Ampak|an|AN|Ananging|And y'all|And|Angenommen|Anrhegedig a|An|Apabila|Atès|Atesa|Atunci|Avast!|Aye|A|awer|Bagi|Banjur|Bet|Biết|Blimey!|Buh|But at the end of the day I reckon|But y'all|But|BUT|Cal|Când|Cand|Cando|Ce|Cuando|Če|Ða ðe|Ða|Dadas|Dada|Dados|Dado|DaH ghu' bejlu'|dann|Dann|Dano|Dan|Dar|Dat fiind|Data|Date fiind|Date|Dati fiind|Dati|Daţi fiind|Dați fiind|DEN|Dato|De|Den youse gotta|Dengan|Diberi|Diyelim ki|Donada|Donat|Donitaĵo|Do|Dun|Duota|Ðurh|Eeldades|Ef|Eğer ki|Entao|Então|Entón|E|En|Entonces|Epi|És|Etant donnée|Etant donné|Et|Étant données|Étant donnée|Étant donné|Etant données|Etant donnés|Étant donnés|Fakat|Gangway!|Gdy|Gegeben seien|Gegeben sei|Gegeven|Gegewe|ghu' noblu'|Gitt|Given y'all|Given|Givet|Givun|Ha|Cho|I CAN HAZ|In|Ir|It's just unbelievable|I|Ja|Jeśli|Jeżeli|Kad|Kada|Kadar|Kai|Kaj|Když|Keď|Kemudian|Ketika|Khi|Kiedy|Ko|Kuid|Kui|Kun|Lan|latlh|Le sa a|Let go and haul|Le|Lè sa a|Lè|Logo|Lorsqu'<|Lorsque|mä|Maar|Mais|Mając|Ma|Majd|Maka|Manawa|Mas|Men|Menawa|Mutta|Nalika|Nalikaning|Nanging|Når|När|Nato|Nhưng|Niin|Njuk|O zaman|Och|Og|Oletetaan|Ond|Onda|Oraz|Pak|Pero|Però|Podano|Pokiaľ|Pokud|Potem|Potom|Privzeto|Pryd|Quan|Quand|Quando|qaSDI'|Så|Sed|Se|Siis|Sipoze ke|Sipoze Ke|Sipoze|Si|Şi|Și|Soit|Stel|Tada|Tad|Takrat|Tak|Tapi|Ter|Tetapi|Tha the|Tha|Then y'all|Then|Thì|Thurh|Toda|Too right|Un|Und|ugeholl|Và|vaj|Vendar|Ve|wann|Wanneer|WEN|Wenn|When y'all|When|Wtedy|Wun|Y'know|Yeah nah|Yna|Youse know like when|Youse know when youse got|Y|Za predpokladu|Za předpokladu|Zadan|Zadani|Zadano|Zadate|Zadato|Zakładając|Zaradi|Zatati|Þa þe|Þa|Þá|Þegar|Þurh|Αλλά|Δεδομένου|Και|Όταν|Τότε|А також|Агар|Але|Али|Аммо|А|Әгәр|Әйтик|Әмма|Бирок|Ва|Вә|Дадено|Дано|Допустим|Если|Задате|Задати|Задато|И|І|К тому же|Када|Кад|Когато|Когда|Коли|Ләкин|Лекин|Нәтиҗәдә|Нехай|Но|Онда|Припустимо, що|Припустимо|Пусть|Также|Та|Тогда|Тоді|То|Унда|Һәм|Якщо|אבל|אזי|אז|בהינתן|וגם|כאשר|آنگاه|اذاً|اگر|اما|اور|با فرض|بالفرض|بفرض|پھر|تب|ثم|جب|عندما|فرض کیا|لكن|لیکن|متى|هنگامی|و|अगर|और|कदा|किन्तु|चूंकि|जब|तथा|तदा|तब|परन्तु|पर|यदि|ਅਤੇ|ਜਦੋਂ|ਜਿਵੇਂ ਕਿ|ਜੇਕਰ|ਤਦ|ਪਰ|అప్పుడు|ఈ పరిస్థితిలో|కాని|చెప్పబడినది|మరియు|ಆದರೆ|ನಂತರ|ನೀಡಿದ|ಮತ್ತು|ಸ್ಥಿತಿಯನ್ನು|กำหนดให้|ดังนั้น|แต่|เมื่อ|และ|그러면<|그리고<|단<|만약<|만일<|먼저<|조건<|하지만<|かつ<|しかし<|ただし<|ならば<|もし<|並且<|但し<|但是<|假如<|假定<|假設<|假设<|前提<|同时<|同時<|并且<|当<|當<|而且<|那么<|那麼<)(?=[ \t])/m,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"}}},outline:{pattern:/<[^>]+>/,alias:"variable"}}}(Prism),Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,i,o){if(n.language===r){var a=n.tokenStack=[];n.code=n.code.replace(i,(function(e){if("function"==typeof o&&!o(e))return e;for(var i,s=a.length;-1!==n.code.indexOf(i=t(r,s));)++s;return a[s]=e,i})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var i=0,o=Object.keys(n.tokenStack);!function a(s){for(var l=0;l<s.length&&!(i>=o.length);l++){var c=s[l];if("string"==typeof c||c.content&&"string"==typeof c.content){var u=o[i],d=n.tokenStack[u],f="string"==typeof c?c:c.content,h=t(r,u),p=f.indexOf(h);if(p>-1){++i;var g=f.substring(0,p),m=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),v=f.substring(p+h.length),b=[];g&&b.push.apply(b,a([g])),b.push(m),v&&b.push.apply(b,a([v])),"string"==typeof c?s.splice.apply(s,[l,1].concat(b)):c.content=b}}else c.content&&a(c.content)}return s}(n.tokens)}}}})}(Prism),eb||(eb=1,function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],r=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,i=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,o=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:r,operator:i,punctuation:o};var a={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},s=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:a}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:a}}];e.languages.insertBefore("php","variable",{string:s,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:s,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:r,operator:i,punctuation:o}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",(function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")}))}(Prism)),tb||(tb=1,function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(t,n){if("PRE"===t.tagName&&t.classList.contains(e)){var r=t.querySelector(".line-numbers-rows");if(r){var i=parseInt(t.getAttribute("data-start"),10)||1,o=i+(r.children.length-1);n<i&&(n=i),n>o&&(n=o);var a=n-i;return r.children[a]}}},resize:function(e){i([e])},assumeViewportIndependence:!0},r=void 0;window.addEventListener("resize",(function(){n.assumeViewportIndependence&&r===window.innerWidth||(r=window.innerWidth,i(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))})),Prism.hooks.add("complete",(function(n){if(n.code){var r=n.element,o=r.parentNode;if(o&&/pre/i.test(o.nodeName)&&!r.querySelector(".line-numbers-rows")&&Prism.util.isActive(r,e)){r.classList.remove(e),o.classList.add(e);var a,s=n.code.match(t),l=s?s.length+1:1,c=new Array(l+1).join("<span></span>");(a=document.createElement("span")).setAttribute("aria-hidden","true"),a.className="line-numbers-rows",a.innerHTML=c,o.hasAttribute("data-start")&&(o.style.counterReset="linenumber "+(parseInt(o.getAttribute("data-start"),10)-1)),n.element.appendChild(a),i([o]),Prism.hooks.run("line-numbers",n)}}})),Prism.hooks.add("line-numbers",(function(e){e.plugins=e.plugins||{},e.plugins.lineNumbers=!0}))}function i(e){if(e=e.filter((function(e){var t,n=(t=e,t?window.getComputedStyle?getComputedStyle(t):t.currentStyle||null:null)["white-space"];return"pre-wrap"===n||"pre-line"===n})),0!=e.length){var n=e.map((function(e){var n=e.querySelector("code"),r=e.querySelector(".line-numbers-rows");if(n&&r){var i=e.querySelector(".line-numbers-sizer"),o=n.textContent.split(t);i||((i=document.createElement("span")).className="line-numbers-sizer",n.appendChild(i)),i.innerHTML="0",i.style.display="block";var a=i.getBoundingClientRect().height;return i.innerHTML="",{element:e,lines:o,lineHeights:[],oneLinerHeight:a,sizer:i}}})).filter(Boolean);n.forEach((function(e){var t=e.sizer,n=e.lines,r=e.lineHeights,i=e.oneLinerHeight;r[n.length-1]=void 0,n.forEach((function(e,n){if(e&&e.length>1){var o=t.appendChild(document.createElement("span"));o.style.display="block",o.textContent=e}else r[n]=i}))})),n.forEach((function(e){for(var t=e.sizer,n=e.lineHeights,r=0,i=0;i<n.length;i++)void 0===n[i]&&(n[i]=t.children[r++].getBoundingClientRect().height)})),n.forEach((function(e){var t=e.sizer,n=e.element.querySelector(".line-numbers-rows");t.style.display="none",t.innerHTML="",e.lineHeights.forEach((function(e,t){n.children[t].style.height=e+"px"}))}))}}}()),function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e=[],t={},n=function(){};Prism.plugins.toolbar={};var r=Prism.plugins.toolbar.registerButton=function(n,r){var i;i="function"==typeof r?r:function(e){var t;return"function"==typeof r.onClick?((t=document.createElement("button")).type="button",t.addEventListener("click",(function(){r.onClick.call(this,e)}))):"string"==typeof r.url?(t=document.createElement("a")).href=r.url:t=document.createElement("span"),r.className&&t.classList.add(r.className),t.textContent=r.text,t},n in t?console.warn('There is a button with the key "'+n+'" registered already.'):e.push(t[n]=i)},i=Prism.plugins.toolbar.hook=function(r){var i=r.element.parentNode;if(i&&/pre/i.test(i.nodeName)&&!i.parentNode.classList.contains("code-toolbar")){var o=document.createElement("div");o.classList.add("code-toolbar"),i.parentNode.insertBefore(o,i),o.appendChild(i);var a=document.createElement("div");a.classList.add("toolbar");var s=e,l=function(e){for(;e;){var t=e.getAttribute("data-toolbar-order");if(null!=t)return(t=t.trim()).length?t.split(/\s*,\s*/g):[];e=e.parentElement}}(r.element);l&&(s=l.map((function(e){return t[e]||n}))),s.forEach((function(e){var t=e(r);if(t){var n=document.createElement("div");n.classList.add("toolbar-item"),n.appendChild(t),a.appendChild(n)}})),o.appendChild(a)}};r("label",(function(e){var t=e.element.parentNode;if(t&&/pre/i.test(t.nodeName)&&t.hasAttribute("data-label")){var n,r,i=t.getAttribute("data-label");try{r=document.querySelector("template#"+i)}catch(e){}return r?n=r.content:(t.hasAttribute("data-url")?(n=document.createElement("a")).href=t.getAttribute("data-url"):n=document.createElement("span"),n.textContent=i),n}})),Prism.hooks.add("complete",i)}}(),nb||(nb=1,function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document)if(Prism.plugins.toolbar){var e={none:"Plain text",plain:"Plain text",plaintext:"Plain text",text:"Plain text",txt:"Plain text",html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",rss:"RSS",css:"CSS",clike:"C-like",js:"JavaScript",abap:"ABAP",abnf:"ABNF",al:"AL",antlr4:"ANTLR4",g4:"ANTLR4",apacheconf:"Apache Configuration",apl:"APL",aql:"AQL",ino:"Arduino",arff:"ARFF",armasm:"ARM Assembly","arm-asm":"ARM Assembly",art:"Arturo",asciidoc:"AsciiDoc",adoc:"AsciiDoc",aspnet:"ASP.NET (C#)",asm6502:"6502 Assembly",asmatmel:"Atmel AVR Assembly",autohotkey:"AutoHotkey",autoit:"AutoIt",avisynth:"AviSynth",avs:"AviSynth","avro-idl":"Avro IDL",avdl:"Avro IDL",awk:"AWK",gawk:"GAWK",sh:"Shell",basic:"BASIC",bbcode:"BBcode",bbj:"BBj",bnf:"BNF",rbnf:"RBNF",bqn:"BQN",bsl:"BSL (1C:Enterprise)",oscript:"OneScript",csharp:"C#",cs:"C#",dotnet:"C#",cpp:"C++",cfscript:"CFScript",cfc:"CFScript",cil:"CIL",cilkc:"Cilk/C","cilk-c":"Cilk/C",cilkcpp:"Cilk/C++","cilk-cpp":"Cilk/C++",cilk:"Cilk/C++",cmake:"CMake",cobol:"COBOL",coffee:"CoffeeScript",conc:"Concurnas",csp:"Content-Security-Policy","css-extras":"CSS Extras",csv:"CSV",cue:"CUE",dataweave:"DataWeave",dax:"DAX",django:"Django/Jinja2",jinja2:"Django/Jinja2","dns-zone-file":"DNS zone file","dns-zone":"DNS zone file",dockerfile:"Docker",dot:"DOT (Graphviz)",gv:"DOT (Graphviz)",ebnf:"EBNF",editorconfig:"EditorConfig",ejs:"EJS",etlua:"Embedded Lua templating",erb:"ERB","excel-formula":"Excel Formula",xlsx:"Excel Formula",xls:"Excel Formula",fsharp:"F#","firestore-security-rules":"Firestore security rules",ftl:"FreeMarker Template Language",gml:"GameMaker Language",gamemakerlanguage:"GameMaker Language",gap:"GAP (CAS)",gcode:"G-code",gdscript:"GDScript",gedcom:"GEDCOM",gettext:"gettext",po:"gettext",glsl:"GLSL",gn:"GN",gni:"GN","linker-script":"GNU Linker Script",ld:"GNU Linker Script","go-module":"Go module","go-mod":"Go module",graphql:"GraphQL",hbs:"Handlebars",hs:"Haskell",hcl:"HCL",hlsl:"HLSL",http:"HTTP",hpkp:"HTTP Public-Key-Pins",hsts:"HTTP Strict-Transport-Security",ichigojam:"IchigoJam","icu-message-format":"ICU Message Format",idr:"Idris",ignore:".ignore",gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore",inform7:"Inform 7",javadoc:"JavaDoc",javadoclike:"JavaDoc-like",javastacktrace:"Java stack trace",jq:"JQ",jsdoc:"JSDoc","js-extras":"JS Extras",json:"JSON",webmanifest:"Web App Manifest",json5:"JSON5",jsonp:"JSONP",jsstacktrace:"JS stack trace","js-templates":"JS Templates",keepalived:"Keepalived Configure",kts:"Kotlin Script",kt:"Kotlin",kumir:"KuMir (КуМир)",kum:"KuMir (КуМир)",latex:"LaTeX",tex:"TeX",context:"ConTeXt",lilypond:"LilyPond",ly:"LilyPond",emacs:"Lisp",elisp:"Lisp","emacs-lisp":"Lisp",llvm:"LLVM IR",log:"Log file",lolcode:"LOLCODE",magma:"Magma (CAS)",md:"Markdown","markup-templating":"Markup templating",matlab:"MATLAB",maxscript:"MAXScript",mel:"MEL",metafont:"METAFONT",mongodb:"MongoDB",moon:"MoonScript",n1ql:"N1QL",n4js:"N4JS",n4jsd:"N4JS","nand2tetris-hdl":"Nand To Tetris HDL",naniscript:"Naninovel Script",nani:"Naninovel Script",nasm:"NASM",neon:"NEON",nginx:"nginx",nsis:"NSIS",objectivec:"Objective-C",objc:"Objective-C",ocaml:"OCaml",opencl:"OpenCL",openqasm:"OpenQasm",qasm:"OpenQasm",parigp:"PARI/GP",objectpascal:"Object Pascal",psl:"PATROL Scripting Language",pcaxis:"PC-Axis",px:"PC-Axis",peoplecode:"PeopleCode",pcode:"PeopleCode",php:"PHP",phpdoc:"PHPDoc","php-extras":"PHP Extras","plant-uml":"PlantUML",plantuml:"PlantUML",plsql:"PL/SQL",powerquery:"PowerQuery",pq:"PowerQuery",mscript:"PowerQuery",powershell:"PowerShell",promql:"PromQL",properties:".properties",protobuf:"Protocol Buffers",purebasic:"PureBasic",pbfasm:"PureBasic",purs:"PureScript",py:"Python",qsharp:"Q#",qs:"Q#",q:"Q (kdb+ database)",qml:"QML",rkt:"Racket",cshtml:"Razor C#",razor:"Razor C#",jsx:"React JSX",tsx:"React TSX",renpy:"Ren'py",rpy:"Ren'py",res:"ReScript",rest:"reST (reStructuredText)",robotframework:"Robot Framework",robot:"Robot Framework",rb:"Ruby",sas:"SAS",sass:"Sass (Sass)",scss:"Sass (SCSS)","shell-session":"Shell session","sh-session":"Shell session",shellsession:"Shell session",sml:"SML",smlnj:"SML/NJ",solidity:"Solidity (Ethereum)",sol:"Solidity (Ethereum)","solution-file":"Solution file",sln:"Solution file",soy:"Soy (Closure Template)",sparql:"SPARQL",rq:"SPARQL","splunk-spl":"Splunk SPL",sqf:"SQF: Status Quo Function (Arma 3)",sql:"SQL",stata:"Stata Ado",iecst:"Structured Text (IEC 61131-3)",supercollider:"SuperCollider",sclang:"SuperCollider",systemd:"Systemd configuration file","t4-templating":"T4 templating","t4-cs":"T4 Text Templates (C#)",t4:"T4 Text Templates (C#)","t4-vb":"T4 Text Templates (VB)",tap:"TAP",tt2:"Template Toolkit 2",toml:"TOML",trickle:"trickle",troy:"troy",trig:"TriG",ts:"TypeScript",tsconfig:"TSConfig",uscript:"UnrealScript",uc:"UnrealScript",uorazor:"UO Razor Script",uri:"URI",url:"URL",vbnet:"VB.Net",vhdl:"VHDL",vim:"vim","visual-basic":"Visual Basic",vba:"VBA",vb:"Visual Basic",wasm:"WebAssembly","web-idl":"Web IDL",webidl:"Web IDL",wgsl:"WGSL",wiki:"Wiki markup",wolfram:"Wolfram language",nb:"Mathematica Notebook",wl:"Wolfram language",xeoracube:"XeoraCube","xml-doc":"XML doc (.net)",xojo:"Xojo (REALbasic)",xquery:"XQuery",yaml:"YAML",yml:"YAML",yang:"YANG"};Prism.plugins.toolbar.registerButton("show-language",(function(t){var n=t.element.parentNode;if(n&&/pre/i.test(n.nodeName)){var r=n.getAttribute("data-language")||e[t.language]||function(e){return e?(e.substring(0,1).toUpperCase()+e.substring(1)).replace(/s(?=cript)/,"S"):e}(t.language);if(r){var i=document.createElement("span");return i.textContent=r,i}}}))}else console.warn("Show Languages plugin loaded before Toolbar plugin.")}());const sb=({attachment:e,item:t})=>{Ci((()=>{ab.highlightAll()}),[e]);const n=t?.link?.ext?.replace(".","")??"plaintext",r=e.text??"";if((e=>"string"==typeof e&&new RegExp(Xm).test(e))(r)&&r.length>0){return Ps("pre",{"data-testid":"code-attachment-content",className:`language-${n} line-numbers`,dangerouslySetInnerHTML:{__html:(e=>new Ym({escapeXML:!0,fg:"var(--on-text-primary)"}).toHtml(e))(r)}},t?.link?.id)}return Ps("pre",{"data-testid":"code-attachment-content",className:`language-${t?.link?.ext?.replace(".","")} line-numbers`,children:Ps("code",{className:`language-${n}`,children:r})},t?.link?.id)};const lb=({attachment:e})=>{const[t,n]=xi(!0);return Ci((()=>{if(e?.img){const t=new Image;t.onload=()=>n(!0),t.onerror=()=>n(!1),t.src=e.img}}),[e?.img]),Ps("div",e?.img&&t?{"data-testid":"image-attachment-content",className:"styles_test-result-attachment-image__sJpWk",children:e?.img&&Ps("img",{src:e.img,alt:e.originalFileName})}:{className:"styles_test-result-attachment-error__od2Zn",children:"something went wrong"})},cb={image:lb,svg:lb,json:sb,code:sb,uri:sb,css:sb,table:sb,html:sb,text:sb,video:({attachment:e})=>e?Ps("video",{"data-testid":"video-attachment-content",class:"styles_test-result-attachment-video__251vv",controls:!0,loop:!0,muted:!0,children:Ps("source",{src:e?.src,type:e?.contentType})}):Ps(Bs,{})},ub={html:({attachment:e})=>{const[t,n]=xi(""),r=e.text??"",i=r.length>0?(e=>rb.sanitize(e,void 0))(r):"";return Ci((()=>{if(i){const e=new Blob([i],{type:"text/html"}),t=URL.createObjectURL(e);return n(t),()=>{URL.revokeObjectURL(t)}}}),[i]),i?Ps("div",{className:"styles_html-attachment-preview__0-kmL",children:Ps("iframe",{src:t,width:"100%",height:"100%",frameBorder:"0",sandbox:"allow-same-origin"})}):null}},db=({item:e,previewable:t})=>{const{link:{contentType:n,id:r,ext:i}}=e,[o,a]=xi(null),[s,l]=xi(!1),c=nu(n),u=cb[c.type],d=ub[c.type];return Ci((()=>{(async()=>{const e=await(async(e,t,n)=>{if(!e&&!t)return null;const r=await eu({id:e,ext:t,contentType:n});switch(nu(n).type){case"svg":case"image":{const t=await r.blob();return{img:URL.createObjectURL(t),id:e}}case"uri":case"code":case"html":case"table":case"text":return{text:await r.text()};case"video":{const t=await r.blob();return{src:URL.createObjectURL(t),id:e,contentType:n}}default:return null}})(r,i,n)||null;l(!0),a(e)})()}),[n,r,i]),s?d&&t?Ps(d,{attachment:o,item:e}):u?Ps(u,{attachment:o,item:e}):null:Ps("div",{className:"styles_test-result-spinner__B3aF3",children:Ps(Bs,{})})},fb=({code:e,children:t,className:n})=>(Ci((()=>{ab.highlightAll()}),[]),Ps("pre",{className:_o("language-text line-numbers language-diff",n),children:[e&&Ps("code",{children:e}),t]}));var hb="styles_modal-wrapper-fullscreen__11W3U",pb="styles_active__YdnV4";const gb=({changeThumb:e,children:t,isActiveThumb:n})=>Ps("div",{className:_o("styles_modal-thumb__O5sLe",{[pb]:n}),onClick:()=>()=>e?.(),children:t}),mb=({attachments:e=[]})=>{const t=e?.filter((({link:{contentType:e}})=>{const t=nu(e).type;return!["archive",null].includes(t)}));return Ps("div",{className:"styles_modal-gallery__w0J0I",children:t?.map((e=>Ps(gb,{item:e,children:Ps(db,{item:e})},e?.link?.id)))})},vb=({data:e,isModalOpen:t,preview:n,component:r,attachments:i,closeModal:o,translations:a,title:s})=>{const{tooltipPreview:l,tooltipDownload:c,openInNewTabButton:u}=a,{link:d}=e||{},[f,h]=xi(!1),p=d?.contentType?.startsWith("image"),g="text/html"===d?.contentType,m=d?.id&&d?.ext&&d?.contentType,v=d?.name||d?.id&&d?.ext&&`${d.id}${d.ext}`||"",b=s||v,y=Ai((()=>r&&function(e){return function(e){return!!e&&e.$$typeof===Rc}(e)?ai.apply(null,arguments):e}(r,{data:e,isFullScreen:f})),[r,e,f]);Ci((()=>{ab.highlightAll()}),[]),Ci((()=>(document.body.style.overflow=t?"hidden":"",()=>{document.body.style.overflow=""})),[t]);return t?Ps("div",{className:"styles_modal-overlay__xdM2o",onClick:o,children:Ps("div",{className:_o("styles_modal-content__2yYdb"),onClick:e=>e.stopPropagation(),children:[Ps("div",{className:_o("styles_modal-wrapper__KacuO",{[hb]:f}),children:[Ps("div",{className:"styles_modal-header__IcCg9",children:[Ps(Hs,{size:"s",children:b}),Ps("div",{className:"styles_modal-buttons__OBqaM",children:[p&&Ps(Us,{style:"outline",onClick:async()=>{const{id:e,ext:t,contentType:n}=d||{};await(async(e,t,n)=>{if(!e&&!t)return;const r=await tu(e,t,n),i=URL.createObjectURL(r);globalThis.open(i,"_blank")})(e,t,n)},icon:zs.lineGeneralLinkExternal,text:u}),g&&Ps(gc,{tooltipText:l,children:Ps(Ws,{style:"outline",size:"m",iconSize:"s",icon:n?zs.viewOff:zs.view})}),m&&Ps(gc,{tooltipText:c,children:Ps(Ws,{style:"outline",size:"m",iconSize:"s",icon:zs.lineGeneralDownloadCloud,onClick:e=>(async e=>{e.stopPropagation();const{id:t,ext:n,contentType:r}=d||{};t&&n&&r&&await(async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await tu(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)})(t,n,r)})(e)})}),Ps(Ws,{iconSize:"m",style:"ghost",onClick:()=>h(!f),icon:f?zs.lineLayoutsMinimize2:zs.lineLayoutsMaximize2}),Ps(Ws,{iconSize:"m",style:"ghost",onClick:o,icon:zs.lineGeneralXClose})]})]}),Ps("div",{className:"styles_modal-data__tEK64",children:Ps("div",{className:"styles_modal-data-component__3HBgz",children:y},e?.link?.id)})]}),i?.length&&Ps(mb,{attachments:i})]})}):null};var bb={tree:"styles_tree__fG6jK","tree-list":"styles_tree-list__3q7eT","tree-section":"styles_tree-section__iV9nA","tree-section-title":"styles_tree-section-title__3v2nF","tree-count":"styles_tree-count__RjQCr","tree-item":"styles_tree-item__-43NH","item-title":"styles_item-title__ip78x","test-count":"styles_test-count__ynxa4","tree-content":"styles_tree-content__RqVeR",root:"styles_root__gLSTv","tree-item-icon":"styles_tree-item-icon__pSBl5","status-passed":"styles_status-passed__kTMq4","status-failed":"styles_status-failed__2uYs3","status-broken":"styles_status-broken__34I8R","status-skipped":"styles_status-skipped__MEGGW","status-unknown":"styles_status-unknown__p2KHg","tree-status-bar":"styles_tree-status-bar__LJ7Y1","tree-status-bar-item":"styles_tree-status-bar-item__Yofv2",passed:"styles_passed__SeJia",failed:"styles_failed__-3jyb",broken:"styles_broken__g7-KJ",skipped:"styles_skipped__RfV4j",unknown:"styles_unknown__hkDQ1","tree-empty-results":"styles_tree-empty-results__4EWH4","tree-empty-results-title":"styles_tree-empty-results-title__hGsAb","tree-empty-results-clear-button":"styles_tree-empty-results-clear-button__9nCUy",order:"styles_order__-yTyr","tree-item-marked":"styles_tree-item-marked__TW7os"};const{solidAlertCircle:yb,solidCheckCircle:_b,solidHelpCircle:wb,solidMinusCircle:xb,solidXCircle:kb}=zs,Cb={failed:kb,broken:yb,passed:_b,skipped:xb,unknown:wb},Sb=({status:e="unknown",className:t,classNameIcon:n})=>{const r=_o(bb[`status-${e}`],n);return Ps("div",{"data-testid":`tree-leaf-status-${e}`,className:_o(bb["tree-item-icon"],t),children:Ps(Is,{className:r,id:Cb[e]})})};var Mb={"tree-item-retries":"styles_tree-item-retries__dhixw"};const Ab=({retriesCount:e=0})=>e>0?Ps("div",{"data-testid":"tree-leaf-retries",className:Mb["tree-item-retries"],children:[Ps(Is,{className:Mb["tree-leaf-retries-icon"],id:zs.lineArrowsRefreshCcw1}),Ps(js,{type:"ui",size:"m",children:e})]}):null;var Tb={"item-info":"styles_item-info__ELNw-","item-info-time":"styles_item-info-time__fWpPK"};const Lb=e=>{switch(e){case"new":return zs.lineAlertsNew;case"fixed":return zs.lineAlertsFixed;case"regressed":return zs.lineAlertsRegressed;case"malfunctioned":return zs.lineAlertsMalfunctioned;default:return zs.lineAlertsAlertCircle}},Eb=({duration:e,retriesCount:t,flaky:n,transition:r,tooltips:i})=>{const o=og(e);return Ps("div",{className:Tb["item-info"],children:[n&&Ps(gc,{"data-testid":"tree-leaf-flaky-tooltip",tooltipText:i.flaky,children:Ps(Is,{"data-testid":"tree-leaf-flaky",id:zs.lineIconBomb2})}),Boolean(t)&&Ps(gc,{"data-testid":"tree-leaf-retries-tooltip",tooltipText:i.retries,children:Ps(Ab,{retriesCount:t})}),r&&Ps(gc,{"data-testid":"tree-leaf-transition-tooltip",tooltipText:i.transition,children:Ps(Is,{"data-testid":`tree-leaf-transition-${r}`,id:Lb(r),className:Tb["item-info-transition"]})}),Ps(js,{"data-testid":"tree-leaf-duration",type:"ui",size:"m",className:Tb["item-info-time"],children:o})]})},Nb=({name:e,groupOrder:t,status:n,duration:r,retriesCount:i,flaky:o,transition:a,transitionTooltip:s,id:l,marked:c,navigateTo:u,tooltips:d,...f})=>Ps("div",{...f,className:_o(bb["tree-item"],c?bb["tree-item-marked"]:""),onClick:()=>u(l),id:l,children:[Ps(Sb,{status:n}),Ps(Fs,{"data-testid":"tree-leaf-order",size:"s",className:bb.order,children:t}),Ps(js,{"data-testid":"tree-leaf-title",className:bb["item-title"],children:e}),Ps(Eb,{"data-testid":"tree-leaf-info",duration:r,flaky:o,retriesCount:i,transition:a,transitionTooltip:s,tooltips:d})]}),Ob=({title:e,icon:t,isOpened:n,toggleTree:r,children:i,...o})=>Ps("div",{"data-testid":"tree-section",...o,className:bb["tree-section"],onClick:r,children:[Ps(Jc,{"data-testid":"tree-arrow",isOpened:n}),t&&Ps(Is,{id:t,size:"xs"}),Ps(js,{"data-testid":"tree-section-title",size:"m",bold:!0,className:bb["tree-section-title"],children:e}),i]}),Rb=({statistic:e,statusFilter:t,reportStatistic:n,maxWidth:r=140,minWidth:i=46,offset:o=10})=>{const a=Math.floor(((e,t)=>{const n=Math.log(o);return(Math.log(e+o)-n)/(Math.log(t+o)-n)})(e?.total??0,n?.total??0)*(r-i)+i);return e?Ps("div",{className:bb["tree-status-bar"],style:{width:`${a}px`},children:Jp.map((t=>({status:t,value:e[t]}))).filter((({status:e,value:n})=>void 0!==n&&("total"===t||t===e&&n>0))).map((({status:e,value:t})=>Ps("div",{className:_o(bb["tree-status-bar-item"],bb[e]),style:{flexGrow:t},children:t},e)))}):null},Db=({categoryTitle:e,isOpened:t,toggleTree:n,statistic:r,reportStatistic:i,statusFilter:o,...a})=>Ps(Ob,{...a,title:e,isOpened:t,toggleTree:n,children:Ps(Rb,{reportStatistic:i,statusFilter:o,statistic:r})}),Pb=({tree:e,statusFilter:t,root:n,name:r,statistic:i,reportStatistic:o,collapsedTrees:a,toggleTree:s,routeId:l,navigateTo:c})=>{const u=a.has(e.nodeId),d=void 0===i||!!i?.failed||!!i?.broken,[f,h]=xi((()=>n||(u?!d:d)));if(!e?.trees?.length&&!e?.leaves?.length)return null;const p=f&&Ps("div",{"data-testid":"tree-content",className:_o({[bb["tree-content"]]:!0,[bb.root]:n}),children:[e?.trees?.map?.((e=>Ps(Pb,{name:e.name,tree:e,statistic:e.statistic,reportStatistic:o,statusFilter:t,collapsedTrees:a,toggleTree:s,routeId:l,navigateTo:c},e.nodeId))),e?.leaves?.map?.((e=>Ps(Nb,{"data-testid":"tree-leaf",id:e.nodeId,name:e.name,status:e.status,groupOrder:e.groupOrder,duration:e.duration,retriesCount:e.retriesCount,transition:e.transition,transitionTooltip:e.transitionTooltip,tooltips:e.tooltips,flaky:e.flaky,marked:e.nodeId===l,navigateTo:c},e.nodeId)))]});return Ps("div",{className:bb.tree,children:[r&&Ps(Db,{statusFilter:t,categoryTitle:r,isOpened:f,toggleTree:()=>{h(!f),s(e.nodeId)},statistic:i,reportStatistic:o}),p]})};var zb={counter:"styles_counter__chRZ-","status-passed":"styles_status-passed__fOOfy","status-failed":"styles_status-failed__CIBqD","status-broken":"styles_status-broken__caix7","status-skipped":"styles_status-skipped__FrjS4","status-unknown":"styles_status-unknown__wxCbv","size-s":"styles_size-s__MzJcz","size-m":"styles_size-m__zaoMz","size-l":"styles_size-l__foUrC"};const Ib=e=>{const{count:t,size:n="s",truncateCount:r=!1,status:i}=e,o=r&&t>99?"99+":t;return Ps(js,{tag:"small",size:"l"===n?"m":"s",type:"ui",bold:!0,className:_o(zb.counter,zb[`size-${n}`],i&&zb[`status-${i}`]),"data-testid":"counter",children:o})};const Bb=e=>{const{value:t,label:n,onChange:r,focusable:i=!0,...o}=e;return Ps("input",{...o,tabIndex:i?0:-1,className:"styles_toggle__aBRpI",role:"switch",type:"checkbox",checked:t,"aria-label":n,onToggle:e=>{const t=!e.target.checked;r(t)}})};const jb=e=>{const{children:t,onClick:n,href:r}=e;return Ps(void 0===r?"button":"a",{href:r,onClick:n,className:"styles_link__BC-2O",children:t})};const Fb=e=>{const{className:t}=e;return Ps(js,{type:"paragraph",size:"m",bold:!0,className:_o("styles_text__BcILe",t),children:[Ps(Is,{id:zs.reportLogo,size:"m",inline:!0,className:"styles_logo__jHlBl"}),Ps("span",{children:"Allure Report"})]})};const Hb=e=>{const{className:t,logo:n}=e;return Ps("div",{className:_o("styles_report-logo__OOEnL",t),children:n?Ps("img",{src:n,alt:"report logo"}):Ps(Is,{id:zs.reportLogo,inline:!0})})};const $b=({children:e,title:t,centerContent:n,dropShadow:r=!0})=>Ps("div",{className:"styles_widget__JLpmE","data-drop-shadow":r||void 0,children:[t&&Ps("div",{className:"styles_header__yKZiz",children:Ps(Hs,{size:"s",children:t})}),Ps("div",{className:"styles_content__zvonT","data-center-content":n,children:e})]});function qb(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ub(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?qb(Object(n),!0).forEach((function(t){Vb(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):qb(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Wb(e){return Wb="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Wb(e)}function Vb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Gb(){return Gb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Gb.apply(this,arguments)}function Yb(e){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(e)}var Xb=Yb(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Zb=Yb(/Edge/i),Kb=Yb(/firefox/i),Jb=Yb(/safari/i)&&!Yb(/chrome/i)&&!Yb(/android/i),Qb=Yb(/iP(ad|od|hone)/i),ey=Yb(/chrome/i)&&Yb(/android/i),ty={capture:!1,passive:!1};function ny(e,t,n){e.addEventListener(t,n,!Xb&&ty)}function ry(e,t,n){e.removeEventListener(t,n,!Xb&&ty)}function iy(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(e){return!1}return!1}}function oy(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function ay(e,t,n,r){if(e){n=n||document;do{if(null!=t&&(">"===t[0]?e.parentNode===n&&iy(e,t):iy(e,t))||r&&e===n)return e;if(e===n)break}while(e=oy(e))}return null}var sy,ly=/\s+/g;function cy(e,t,n){if(e&&t)if(e.classList)e.classList[n?"add":"remove"](t);else{var r=(" "+e.className+" ").replace(ly," ").replace(" "+t+" "," ");e.className=(r+(n?" "+t:"")).replace(ly," ")}}function uy(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(n=e.currentStyle),void 0===t?n:n[t];t in r||-1!==t.indexOf("webkit")||(t="-webkit-"+t),r[t]=n+("string"==typeof n?"":"px")}}function dy(e,t){var n="";if("string"==typeof e)n=e;else do{var r=uy(e,"transform");r&&"none"!==r&&(n=r+" "+n)}while(!t&&(e=e.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function fy(e,t,n){if(e){var r=e.getElementsByTagName(t),i=0,o=r.length;if(n)for(;i<o;i++)n(r[i],i);return r}return[]}function hy(){return document.scrollingElement||document.documentElement}function py(e,t,n,r,i){if(e.getBoundingClientRect||e===window){var o,a,s,l,c,u,d;if(e!==window&&e.parentNode&&e!==hy()?(a=(o=e.getBoundingClientRect()).top,s=o.left,l=o.bottom,c=o.right,u=o.height,d=o.width):(a=0,s=0,l=window.innerHeight,c=window.innerWidth,u=window.innerHeight,d=window.innerWidth),(t||n)&&e!==window&&(i=i||e.parentNode,!Xb))do{if(i&&i.getBoundingClientRect&&("none"!==uy(i,"transform")||n&&"static"!==uy(i,"position"))){var f=i.getBoundingClientRect();a-=f.top+parseInt(uy(i,"border-top-width")),s-=f.left+parseInt(uy(i,"border-left-width")),l=a+o.height,c=s+o.width;break}}while(i=i.parentNode);if(r&&e!==window){var h=dy(i||e),p=h&&h.a,g=h&&h.d;h&&(l=(a/=g)+(u/=g),c=(s/=p)+(d/=p))}return{top:a,left:s,bottom:l,right:c,width:d,height:u}}}function gy(e,t,n){for(var r=_y(e,!0),i=py(e)[t];r;){if(!(i>=py(r)[n]))return r;if(r===hy())break;r=_y(r,!1)}return!1}function my(e,t,n,r){for(var i=0,o=0,a=e.children;o<a.length;){if("none"!==a[o].style.display&&a[o]!==k_.ghost&&(r||a[o]!==k_.dragged)&&ay(a[o],n.draggable,e,!1)){if(i===t)return a[o];i++}o++}return null}function vy(e,t){for(var n=e.lastElementChild;n&&(n===k_.ghost||"none"===uy(n,"display")||t&&!iy(n,t));)n=n.previousElementSibling;return n||null}function by(e,t){var n=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)"TEMPLATE"===e.nodeName.toUpperCase()||e===k_.clone||t&&!iy(e,t)||n++;return n}function yy(e){var t=0,n=0,r=hy();if(e)do{var i=dy(e),o=i.a,a=i.d;t+=e.scrollLeft*o,n+=e.scrollTop*a}while(e!==r&&(e=e.parentNode));return[t,n]}function _y(e,t){if(!e||!e.getBoundingClientRect)return hy();var n=e,r=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var i=uy(n);if(n.clientWidth<n.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!n.getBoundingClientRect||n===document.body)return hy();if(r||t)return n;r=!0}}}while(n=n.parentNode);return hy()}function wy(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}function xy(e,t){return function(){if(!sy){var n=arguments;1===n.length?e.call(this,n[0]):e.apply(this,n),sy=setTimeout((function(){sy=void 0}),t)}}}function ky(e,t,n){e.scrollLeft+=t,e.scrollTop+=n}function Cy(e){var t=window.Polymer,n=window.jQuery||window.Zepto;return t&&t.dom?t.dom(e).cloneNode(!0):n?n(e).clone(!0)[0]:e.cloneNode(!0)}function Sy(e,t,n){var r={};return Array.from(e.children).forEach((function(i){var o,a,s,l;if(ay(i,t.draggable,e,!1)&&!i.animated&&i!==n){var c=py(i);r.left=Math.min(null!==(o=r.left)&&void 0!==o?o:1/0,c.left),r.top=Math.min(null!==(a=r.top)&&void 0!==a?a:1/0,c.top),r.right=Math.max(null!==(s=r.right)&&void 0!==s?s:-1/0,c.right),r.bottom=Math.max(null!==(l=r.bottom)&&void 0!==l?l:-1/0,c.bottom)}})),r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}var My="Sortable"+(new Date).getTime();var Ay=[],Ty={initializeByDefault:!0},Ly={mount:function(e){for(var t in Ty)Ty.hasOwnProperty(t)&&!(t in e)&&(e[t]=Ty[t]);Ay.forEach((function(t){if(t.pluginName===e.pluginName)throw"Sortable: Cannot mount plugin ".concat(e.pluginName," more than once")})),Ay.push(e)},pluginEvent:function(e,t,n){var r=this;this.eventCanceled=!1,n.cancel=function(){r.eventCanceled=!0};var i=e+"Global";Ay.forEach((function(r){t[r.pluginName]&&(t[r.pluginName][i]&&t[r.pluginName][i](Ub({sortable:t},n)),t.options[r.pluginName]&&t[r.pluginName][e]&&t[r.pluginName][e](Ub({sortable:t},n)))}))},initializePlugins:function(e,t,n,r){for(var i in Ay.forEach((function(r){var i=r.pluginName;if(e.options[i]||r.initializeByDefault){var o=new r(e,t,e.options);o.sortable=e,o.options=e.options,e[i]=o,Gb(n,o.defaults)}})),e.options)if(e.options.hasOwnProperty(i)){var o=this.modifyOption(e,i,e.options[i]);void 0!==o&&(e.options[i]=o)}},getEventProperties:function(e,t){var n={};return Ay.forEach((function(r){"function"==typeof r.eventProperties&&Gb(n,r.eventProperties.call(t[r.pluginName],e))})),n},modifyOption:function(e,t,n){var r;return Ay.forEach((function(i){e[i.pluginName]&&i.optionListeners&&"function"==typeof i.optionListeners[t]&&(r=i.optionListeners[t].call(e[i.pluginName],n))})),r}},Ey=["evt"],Ny=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.evt,i=function(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}(n,Ey);Ly.pluginEvent.bind(k_)(e,t,Ub({dragEl:Ry,parentEl:Dy,ghostEl:Py,rootEl:zy,nextEl:Iy,lastDownEl:By,cloneEl:jy,cloneHidden:Fy,dragStarted:Qy,putSortable:Vy,activeSortable:k_.active,originalEvent:r,oldIndex:Hy,oldDraggableIndex:qy,newIndex:$y,newDraggableIndex:Uy,hideGhostForTarget:y_,unhideGhostForTarget:__,cloneNowHidden:function(){Fy=!0},cloneNowShown:function(){Fy=!1},dispatchSortableEvent:function(e){Oy({sortable:t,name:e,originalEvent:r})}},i))};function Oy(e){!function(e){var t=e.sortable,n=e.rootEl,r=e.name,i=e.targetEl,o=e.cloneEl,a=e.toEl,s=e.fromEl,l=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,d=e.newDraggableIndex,f=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;if(t=t||n&&n[My]){var g,m=t.options,v="on"+r.charAt(0).toUpperCase()+r.substr(1);!window.CustomEvent||Xb||Zb?(g=document.createEvent("Event")).initEvent(r,!0,!0):g=new CustomEvent(r,{bubbles:!0,cancelable:!0}),g.to=a||n,g.from=s||n,g.item=i||n,g.clone=o,g.oldIndex=l,g.newIndex=c,g.oldDraggableIndex=u,g.newDraggableIndex=d,g.originalEvent=f,g.pullMode=h?h.lastPutMode:void 0;var b=Ub(Ub({},p),Ly.getEventProperties(r,t));for(var y in b)g[y]=b[y];n&&n.dispatchEvent(g),m[v]&&m[v].call(t,g)}}(Ub({putSortable:Vy,cloneEl:jy,targetEl:Ry,rootEl:zy,oldIndex:Hy,oldDraggableIndex:qy,newIndex:$y,newDraggableIndex:Uy},e))}var Ry,Dy,Py,zy,Iy,By,jy,Fy,Hy,$y,qy,Uy,Wy,Vy,Gy,Yy,Xy,Zy,Ky,Jy,Qy,e_,t_,n_,r_,i_=!1,o_=!1,a_=[],s_=!1,l_=!1,c_=[],u_=!1,d_=[],f_="undefined"!=typeof document,h_=Qb,p_=Zb||Xb?"cssFloat":"float",g_=f_&&!ey&&!Qb&&"draggable"in document.createElement("div"),m_=function(){if(f_){if(Xb)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),v_=function(e,t){var n=uy(e),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),i=my(e,0,t),o=my(e,1,t),a=i&&uy(i),s=o&&uy(o),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+py(i).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+py(o).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&a.float&&"none"!==a.float){var u="left"===a.float?"left":"right";return!o||"both"!==s.clear&&s.clear!==u?"horizontal":"vertical"}return i&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=r&&"none"===n[p_]||o&&"none"===n[p_]&&l+c>r)?"vertical":"horizontal"},b_=function(e){function t(e,n){return function(r,i,o,a){var s=r.options.group.name&&i.options.group.name&&r.options.group.name===i.options.group.name;if(null==e&&(n||s))return!0;if(null==e||!1===e)return!1;if(n&&"clone"===e)return e;if("function"==typeof e)return t(e(r,i,o,a),n)(r,i,o,a);var l=(n?r:i).options.group.name;return!0===e||"string"==typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var n={},r=e.group;r&&"object"==Wb(r)||(r={name:r}),n.name=r.name,n.checkPull=t(r.pull,!0),n.checkPut=t(r.put),n.revertClone=r.revertClone,e.group=n},y_=function(){!m_&&Py&&uy(Py,"display","none")},__=function(){!m_&&Py&&uy(Py,"display","")};f_&&!ey&&document.addEventListener("click",(function(e){if(o_)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),o_=!1,!1}),!0);var w_=function(e){if(Ry){var t=function(e,t){var n;return a_.some((function(r){var i=r[My].options.emptyInsertThreshold;if(i&&!vy(r)){var o=py(r),a=e>=o.left-i&&e<=o.right+i,s=t>=o.top-i&&t<=o.bottom+i;return a&&s?n=r:void 0}})),n}((e=e.touches?e.touches[0]:e).clientX,e.clientY);if(t){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]=e[r]);n.target=n.rootEl=t,n.preventDefault=void 0,n.stopPropagation=void 0,t[My]._onDragOver(n)}}},x_=function(e){Ry&&Ry.parentNode[My]._isOutsideThisEl(e.target)};function k_(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=Gb({},t),e[My]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return v_(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==k_.supportPointer&&"PointerEvent"in window&&(!Jb||Qb),emptyInsertThreshold:5};for(var r in Ly.initializePlugins(this,e,n),n)!(r in t)&&(t[r]=n[r]);for(var i in b_(t),this)"_"===i.charAt(0)&&"function"==typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!t.forceFallback&&g_,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?ny(e,"pointerdown",this._onTapStart):(ny(e,"mousedown",this._onTapStart),ny(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(ny(e,"dragover",this),ny(e,"dragenter",this)),a_.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),Gb(this,function(){var e,t=[];return{captureAnimationState:function(){t=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(e){if("none"!==uy(e,"display")&&e!==k_.ghost){t.push({target:e,rect:py(e)});var n=Ub({},t[t.length-1].rect);if(e.thisAnimationDuration){var r=dy(e,!0);r&&(n.top-=r.f,n.left-=r.e)}e.fromRect=n}}))},addAnimationState:function(e){t.push(e)},removeAnimationState:function(e){t.splice(function(e,t){for(var n in e)if(e.hasOwnProperty(n))for(var r in t)if(t.hasOwnProperty(r)&&t[r]===e[n][r])return Number(n);return-1}(t,{target:e}),1)},animateAll:function(n){var r=this;if(!this.options.animation)return clearTimeout(e),void("function"==typeof n&&n());var i=!1,o=0;t.forEach((function(e){var t=0,n=e.target,a=n.fromRect,s=py(n),l=n.prevFromRect,c=n.prevToRect,u=e.rect,d=dy(n,!0);d&&(s.top-=d.f,s.left-=d.e),n.toRect=s,n.thisAnimationDuration&&wy(l,s)&&!wy(a,s)&&(u.top-s.top)/(u.left-s.left)==(a.top-s.top)/(a.left-s.left)&&(t=function(e,t,n,r){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*r.animation}(u,l,c,r.options)),wy(s,a)||(n.prevFromRect=a,n.prevToRect=s,t||(t=r.options.animation),r.animate(n,u,s,t)),t&&(i=!0,o=Math.max(o,t),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout((function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null}),t),n.thisAnimationDuration=t)})),clearTimeout(e),i?e=setTimeout((function(){"function"==typeof n&&n()}),o):"function"==typeof n&&n(),t=[]},animate:function(e,t,n,r){if(r){uy(e,"transition",""),uy(e,"transform","");var i=dy(this.el),o=i&&i.a,a=i&&i.d,s=(t.left-n.left)/(o||1),l=(t.top-n.top)/(a||1);e.animatingX=!!s,e.animatingY=!!l,uy(e,"transform","translate3d("+s+"px,"+l+"px,0)"),this.forRepaintDummy=function(e){return e.offsetWidth}(e),uy(e,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:"")),uy(e,"transform","translate3d(0,0,0)"),"number"==typeof e.animated&&clearTimeout(e.animated),e.animated=setTimeout((function(){uy(e,"transition",""),uy(e,"transform",""),e.animated=!1,e.animatingX=!1,e.animatingY=!1}),r)}}}}())}function C_(e,t,n,r,i,o,a,s){var l,c,u=e[My],d=u.options.onMove;return!window.CustomEvent||Xb||Zb?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=n,l.draggedRect=r,l.related=i||t,l.relatedRect=o||py(t),l.willInsertAfter=s,l.originalEvent=a,e.dispatchEvent(l),d&&(c=d.call(u,l,a)),c}function S_(e){e.draggable=!1}function M_(){u_=!1}function A_(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,r=0;n--;)r+=t.charCodeAt(n);return r.toString(36)}function T_(e){return setTimeout(e,0)}function L_(e){return clearTimeout(e)}k_.prototype={constructor:k_,_isOutsideThisEl:function(e){this.el.contains(e)||e===this.el||(e_=null)},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,Ry):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t=this,n=this.el,r=this.options,i=r.preventOnFilter,o=e.type,a=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,s=(a||e).target,l=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||s,c=r.filter;if(function(e){d_.length=0;for(var t=e.getElementsByTagName("input"),n=t.length;n--;){var r=t[n];r.checked&&d_.push(r)}}(n),!Ry&&!(/mousedown|pointerdown/.test(o)&&0!==e.button||r.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!Jb||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=ay(s,r.draggable,n,!1))&&s.animated||By===s)){if(Hy=by(s),qy=by(s,r.draggable),"function"==typeof c){if(c.call(this,e,s,this))return Oy({sortable:t,rootEl:l,name:"filter",targetEl:s,toEl:n,fromEl:n}),Ny("filter",t,{evt:e}),void(i&&e.preventDefault())}else if(c&&(c=c.split(",").some((function(r){if(r=ay(l,r.trim(),n,!1))return Oy({sortable:t,rootEl:r,name:"filter",targetEl:s,fromEl:n,toEl:n}),Ny("filter",t,{evt:e}),!0}))))return void(i&&e.preventDefault());r.handle&&!ay(l,r.handle,n,!1)||this._prepareDragStart(e,a,s)}}},_prepareDragStart:function(e,t,n){var r,i=this,o=i.el,a=i.options,s=o.ownerDocument;if(n&&!Ry&&n.parentNode===o){var l=py(n);if(zy=o,Dy=(Ry=n).parentNode,Iy=Ry.nextSibling,By=n,Wy=a.group,k_.dragged=Ry,Gy={target:Ry,clientX:(t||e).clientX,clientY:(t||e).clientY},Ky=Gy.clientX-l.left,Jy=Gy.clientY-l.top,this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,Ry.style["will-change"]="all",r=function(){Ny("delayEnded",i,{evt:e}),k_.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!Kb&&i.nativeDraggable&&(Ry.draggable=!0),i._triggerDragStart(e,t),Oy({sortable:i,name:"choose",originalEvent:e}),cy(Ry,a.chosenClass,!0))},a.ignore.split(",").forEach((function(e){fy(Ry,e.trim(),S_)})),ny(s,"dragover",w_),ny(s,"mousemove",w_),ny(s,"touchmove",w_),a.supportPointer?(ny(s,"pointerup",i._onDrop),!this.nativeDraggable&&ny(s,"pointercancel",i._onDrop)):(ny(s,"mouseup",i._onDrop),ny(s,"touchend",i._onDrop),ny(s,"touchcancel",i._onDrop)),Kb&&this.nativeDraggable&&(this.options.touchStartThreshold=4,Ry.draggable=!0),Ny("delayStart",this,{evt:e}),!a.delay||a.delayOnTouchOnly&&!t||this.nativeDraggable&&(Zb||Xb))r();else{if(k_.eventCanceled)return void this._onDrop();a.supportPointer?(ny(s,"pointerup",i._disableDelayedDrag),ny(s,"pointercancel",i._disableDelayedDrag)):(ny(s,"mouseup",i._disableDelayedDrag),ny(s,"touchend",i._disableDelayedDrag),ny(s,"touchcancel",i._disableDelayedDrag)),ny(s,"mousemove",i._delayedDragTouchMoveHandler),ny(s,"touchmove",i._delayedDragTouchMoveHandler),a.supportPointer&&ny(s,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(r,a.delay)}}},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){Ry&&S_(Ry),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;ry(e,"mouseup",this._disableDelayedDrag),ry(e,"touchend",this._disableDelayedDrag),ry(e,"touchcancel",this._disableDelayedDrag),ry(e,"pointerup",this._disableDelayedDrag),ry(e,"pointercancel",this._disableDelayedDrag),ry(e,"mousemove",this._delayedDragTouchMoveHandler),ry(e,"touchmove",this._delayedDragTouchMoveHandler),ry(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?ny(document,"pointermove",this._onTouchMove):ny(document,t?"touchmove":"mousemove",this._onTouchMove):(ny(Ry,"dragend",this),ny(zy,"dragstart",this._onDragStart));try{document.selection?T_((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(e){}},_dragStarted:function(e,t){if(i_=!1,zy&&Ry){Ny("dragStarted",this,{evt:t}),this.nativeDraggable&&ny(document,"dragover",x_);var n=this.options;!e&&cy(Ry,n.dragClass,!1),cy(Ry,n.ghostClass,!0),k_.active=this,e&&this._appendGhost(),Oy({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(Yy){this._lastX=Yy.clientX,this._lastY=Yy.clientY,y_();for(var e=document.elementFromPoint(Yy.clientX,Yy.clientY),t=e;e&&e.shadowRoot&&(e=e.shadowRoot.elementFromPoint(Yy.clientX,Yy.clientY))!==t;)t=e;if(Ry.parentNode[My]._isOutsideThisEl(e),t)do{if(t[My]&&t[My]._onDragOver({clientX:Yy.clientX,clientY:Yy.clientY,target:e,rootEl:t})&&!this.options.dragoverBubble)break;e=t}while(t=oy(t));__()}},_onTouchMove:function(e){if(Gy){var t=this.options,n=t.fallbackTolerance,r=t.fallbackOffset,i=e.touches?e.touches[0]:e,o=Py&&dy(Py,!0),a=Py&&o&&o.a,s=Py&&o&&o.d,l=h_&&r_&&yy(r_),c=(i.clientX-Gy.clientX+r.x)/(a||1)+(l?l[0]-c_[0]:0)/(a||1),u=(i.clientY-Gy.clientY+r.y)/(s||1)+(l?l[1]-c_[1]:0)/(s||1);if(!k_.active&&!i_){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<n)return;this._onDragStart(e,!0)}if(Py){o?(o.e+=c-(Xy||0),o.f+=u-(Zy||0)):o={a:1,b:0,c:0,d:1,e:c,f:u};var d="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");uy(Py,"webkitTransform",d),uy(Py,"mozTransform",d),uy(Py,"msTransform",d),uy(Py,"transform",d),Xy=c,Zy=u,Yy=i}e.cancelable&&e.preventDefault()}},_appendGhost:function(){if(!Py){var e=this.options.fallbackOnBody?document.body:zy,t=py(Ry,!0,h_,!0,e),n=this.options;if(h_){for(r_=e;"static"===uy(r_,"position")&&"none"===uy(r_,"transform")&&r_!==document;)r_=r_.parentNode;r_!==document.body&&r_!==document.documentElement?(r_===document&&(r_=hy()),t.top+=r_.scrollTop,t.left+=r_.scrollLeft):r_=hy(),c_=yy(r_)}cy(Py=Ry.cloneNode(!0),n.ghostClass,!1),cy(Py,n.fallbackClass,!0),cy(Py,n.dragClass,!0),uy(Py,"transition",""),uy(Py,"transform",""),uy(Py,"box-sizing","border-box"),uy(Py,"margin",0),uy(Py,"top",t.top),uy(Py,"left",t.left),uy(Py,"width",t.width),uy(Py,"height",t.height),uy(Py,"opacity","0.8"),uy(Py,"position",h_?"absolute":"fixed"),uy(Py,"zIndex","100000"),uy(Py,"pointerEvents","none"),k_.ghost=Py,e.appendChild(Py),uy(Py,"transform-origin",Ky/parseInt(Py.style.width)*100+"% "+Jy/parseInt(Py.style.height)*100+"%")}},_onDragStart:function(e,t){var n=this,r=e.dataTransfer,i=n.options;Ny("dragStart",this,{evt:e}),k_.eventCanceled?this._onDrop():(Ny("setupClone",this),k_.eventCanceled||((jy=Cy(Ry)).removeAttribute("id"),jy.draggable=!1,jy.style["will-change"]="",this._hideClone(),cy(jy,this.options.chosenClass,!1),k_.clone=jy),n.cloneId=T_((function(){Ny("clone",n),k_.eventCanceled||(n.options.removeCloneOnHide||zy.insertBefore(jy,Ry),n._hideClone(),Oy({sortable:n,name:"clone"}))})),!t&&cy(Ry,i.dragClass,!0),t?(o_=!0,n._loopId=setInterval(n._emulateDragOver,50)):(ry(document,"mouseup",n._onDrop),ry(document,"touchend",n._onDrop),ry(document,"touchcancel",n._onDrop),r&&(r.effectAllowed="move",i.setData&&i.setData.call(n,r,Ry)),ny(document,"drop",n),uy(Ry,"transform","translateZ(0)")),i_=!0,n._dragStartId=T_(n._dragStarted.bind(n,t,e)),ny(document,"selectstart",n),Qy=!0,window.getSelection().removeAllRanges(),Jb&&uy(document.body,"user-select","none"))},_onDragOver:function(e){var t,n,r,i,o=this.el,a=e.target,s=this.options,l=s.group,c=k_.active,u=Wy===l,d=s.sort,f=Vy||c,h=this,p=!1;if(!u_){if(void 0!==e.preventDefault&&e.cancelable&&e.preventDefault(),a=ay(a,s.draggable,o,!0),L("dragOver"),k_.eventCanceled)return p;if(Ry.contains(e.target)||a.animated&&a.animatingX&&a.animatingY||h._ignoreWhileAnimating===a)return N(!1);if(o_=!1,c&&!s.disabled&&(u?d||(r=Dy!==zy):Vy===this||(this.lastPutMode=Wy.checkPull(this,c,Ry,e))&&l.checkPut(this,c,Ry,e))){if(i="vertical"===this._getDirection(e,a),t=py(Ry),L("dragOverValid"),k_.eventCanceled)return p;if(r)return Dy=zy,E(),this._hideClone(),L("revert"),k_.eventCanceled||(Iy?zy.insertBefore(Ry,Iy):zy.appendChild(Ry)),N(!0);var g=vy(o,s.draggable);if(!g||function(e,t,n){var r=py(vy(n.el,n.options.draggable)),i=Sy(n.el,n.options,Py);return t?e.clientX>i.right+10||e.clientY>r.bottom&&e.clientX>r.left:e.clientY>i.bottom+10||e.clientX>r.right&&e.clientY>r.top}(e,i,this)&&!g.animated){if(g===Ry)return N(!1);if(g&&o===e.target&&(a=g),a&&(n=py(a)),!1!==C_(zy,o,Ry,t,a,n,e,!!a))return E(),g&&g.nextSibling?o.insertBefore(Ry,g.nextSibling):o.appendChild(Ry),Dy=o,O(),N(!0)}else if(g&&function(e,t,n){var r=py(my(n.el,0,n.options,!0)),i=Sy(n.el,n.options,Py);return t?e.clientX<i.left-10||e.clientY<r.top&&e.clientX<r.right:e.clientY<i.top-10||e.clientY<r.bottom&&e.clientX<r.left}(e,i,this)){var m=my(o,0,s,!0);if(m===Ry)return N(!1);if(n=py(a=m),!1!==C_(zy,o,Ry,t,a,n,e,!1))return E(),o.insertBefore(Ry,m),Dy=o,O(),N(!0)}else if(a.parentNode===o){n=py(a);var v,b,y,_=Ry.parentNode!==o,w=!function(e,t,n){var r=n?e.left:e.top,i=n?e.right:e.bottom,o=n?e.width:e.height,a=n?t.left:t.top,s=n?t.right:t.bottom,l=n?t.width:t.height;return r===a||i===s||r+o/2===a+l/2}(Ry.animated&&Ry.toRect||t,a.animated&&a.toRect||n,i),x=i?"top":"left",k=gy(a,"top","top")||gy(Ry,"top","top"),C=k?k.scrollTop:void 0;if(e_!==a&&(b=n[x],s_=!1,l_=!w&&s.invertSwap||_),v=function(e,t,n,r,i,o,a,s){var l=r?e.clientY:e.clientX,c=r?n.height:n.width,u=r?n.top:n.left,d=r?n.bottom:n.right,f=!1;if(!a)if(s&&n_<c*i){if(!s_&&(1===t_?l>u+c*o/2:l<d-c*o/2)&&(s_=!0),s_)f=!0;else if(1===t_?l<u+n_:l>d-n_)return-t_}else if(l>u+c*(1-i)/2&&l<d-c*(1-i)/2)return function(e){return by(Ry)<by(e)?1:-1}(t);return(f=f||a)&&(l<u+c*o/2||l>d-c*o/2)?l>u+c/2?1:-1:0}(e,a,n,i,w?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,l_,e_===a),0!==v){var S=by(Ry);do{S-=v,y=Dy.children[S]}while(y&&("none"===uy(y,"display")||y===Py))}if(0===v||y===a)return N(!1);e_=a,t_=v;var M=a.nextElementSibling,A=!1,T=C_(zy,o,Ry,t,a,n,e,A=1===v);if(!1!==T)return 1!==T&&-1!==T||(A=1===T),u_=!0,setTimeout(M_,30),E(),A&&!M?o.appendChild(Ry):a.parentNode.insertBefore(Ry,A?M:a),k&&ky(k,0,C-k.scrollTop),Dy=Ry.parentNode,void 0===b||l_||(n_=Math.abs(b-py(a)[x])),O(),N(!0)}if(o.contains(Ry))return N(!1)}return!1}function L(s,l){Ny(s,h,Ub({evt:e,isOwner:u,axis:i?"vertical":"horizontal",revert:r,dragRect:t,targetRect:n,canSort:d,fromSortable:f,target:a,completed:N,onMove:function(n,r){return C_(zy,o,Ry,t,n,py(n),e,r)},changed:O},l))}function E(){L("dragOverAnimationCapture"),h.captureAnimationState(),h!==f&&f.captureAnimationState()}function N(t){return L("dragOverCompleted",{insertion:t}),t&&(u?c._hideClone():c._showClone(h),h!==f&&(cy(Ry,Vy?Vy.options.ghostClass:c.options.ghostClass,!1),cy(Ry,s.ghostClass,!0)),Vy!==h&&h!==k_.active?Vy=h:h===k_.active&&Vy&&(Vy=null),f===h&&(h._ignoreWhileAnimating=a),h.animateAll((function(){L("dragOverAnimationComplete"),h._ignoreWhileAnimating=null})),h!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(a===Ry&&!Ry.animated||a===o&&!a.animated)&&(e_=null),s.dragoverBubble||e.rootEl||a===document||(Ry.parentNode[My]._isOutsideThisEl(e.target),!t&&w_(e)),!s.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),p=!0}function O(){$y=by(Ry),Uy=by(Ry,s.draggable),Oy({sortable:h,name:"change",toEl:o,newIndex:$y,newDraggableIndex:Uy,originalEvent:e})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){ry(document,"mousemove",this._onTouchMove),ry(document,"touchmove",this._onTouchMove),ry(document,"pointermove",this._onTouchMove),ry(document,"dragover",w_),ry(document,"mousemove",w_),ry(document,"touchmove",w_)},_offUpEvents:function(){var e=this.el.ownerDocument;ry(e,"mouseup",this._onDrop),ry(e,"touchend",this._onDrop),ry(e,"pointerup",this._onDrop),ry(e,"pointercancel",this._onDrop),ry(e,"touchcancel",this._onDrop),ry(document,"selectstart",this)},_onDrop:function(e){var t=this.el,n=this.options;$y=by(Ry),Uy=by(Ry,n.draggable),Ny("drop",this,{evt:e}),Dy=Ry&&Ry.parentNode,$y=by(Ry),Uy=by(Ry,n.draggable),k_.eventCanceled||(i_=!1,l_=!1,s_=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),L_(this.cloneId),L_(this._dragStartId),this.nativeDraggable&&(ry(document,"drop",this),ry(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Jb&&uy(document.body,"user-select",""),uy(Ry,"transform",""),e&&(Qy&&(e.cancelable&&e.preventDefault(),!n.dropBubble&&e.stopPropagation()),Py&&Py.parentNode&&Py.parentNode.removeChild(Py),(zy===Dy||Vy&&"clone"!==Vy.lastPutMode)&&jy&&jy.parentNode&&jy.parentNode.removeChild(jy),Ry&&(this.nativeDraggable&&ry(Ry,"dragend",this),S_(Ry),Ry.style["will-change"]="",Qy&&!i_&&cy(Ry,Vy?Vy.options.ghostClass:this.options.ghostClass,!1),cy(Ry,this.options.chosenClass,!1),Oy({sortable:this,name:"unchoose",toEl:Dy,newIndex:null,newDraggableIndex:null,originalEvent:e}),zy!==Dy?($y>=0&&(Oy({rootEl:Dy,name:"add",toEl:Dy,fromEl:zy,originalEvent:e}),Oy({sortable:this,name:"remove",toEl:Dy,originalEvent:e}),Oy({rootEl:Dy,name:"sort",toEl:Dy,fromEl:zy,originalEvent:e}),Oy({sortable:this,name:"sort",toEl:Dy,originalEvent:e})),Vy&&Vy.save()):$y!==Hy&&$y>=0&&(Oy({sortable:this,name:"update",toEl:Dy,originalEvent:e}),Oy({sortable:this,name:"sort",toEl:Dy,originalEvent:e})),k_.active&&(null!=$y&&-1!==$y||($y=Hy,Uy=qy),Oy({sortable:this,name:"end",toEl:Dy,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){Ny("nulling",this),zy=Ry=Dy=Py=Iy=jy=By=Fy=Gy=Yy=Qy=$y=Uy=Hy=qy=e_=t_=Vy=Wy=k_.dragged=k_.ghost=k_.clone=k_.active=null,d_.forEach((function(e){e.checked=!0})),d_.length=Xy=Zy=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":Ry&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],n=this.el.children,r=0,i=n.length,o=this.options;r<i;r++)ay(e=n[r],o.draggable,this.el,!1)&&t.push(e.getAttribute(o.dataIdAttr)||A_(e));return t},sort:function(e,t){var n={},r=this.el;this.toArray().forEach((function(e,t){var i=r.children[t];ay(i,this.options.draggable,r,!1)&&(n[e]=i)}),this),t&&this.captureAnimationState(),e.forEach((function(e){n[e]&&(r.removeChild(n[e]),r.appendChild(n[e]))})),t&&this.animateAll()},save:function(){var e=this.options.store;e&&e.set&&e.set(this)},closest:function(e,t){return ay(e,t||this.options.draggable,this.el,!1)},option:function(e,t){var n=this.options;if(void 0===t)return n[e];var r=Ly.modifyOption(this,e,t);n[e]=void 0!==r?r:t,"group"===e&&b_(n)},destroy:function(){Ny("destroy",this);var e=this.el;e[My]=null,ry(e,"mousedown",this._onTapStart),ry(e,"touchstart",this._onTapStart),ry(e,"pointerdown",this._onTapStart),this.nativeDraggable&&(ry(e,"dragover",this),ry(e,"dragenter",this)),Array.prototype.forEach.call(e.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),a_.splice(a_.indexOf(this.el),1),this.el=e=null},_hideClone:function(){if(!Fy){if(Ny("hideClone",this),k_.eventCanceled)return;uy(jy,"display","none"),this.options.removeCloneOnHide&&jy.parentNode&&jy.parentNode.removeChild(jy),Fy=!0}},_showClone:function(e){if("clone"===e.lastPutMode){if(Fy){if(Ny("showClone",this),k_.eventCanceled)return;Ry.parentNode!=zy||this.options.group.revertClone?Iy?zy.insertBefore(jy,Iy):zy.appendChild(jy):zy.insertBefore(jy,Ry),this.options.group.revertClone&&this.animate(Ry,jy),uy(jy,"display",""),Fy=!1}}else this._hideClone()}},f_&&ny(document,"touchmove",(function(e){(k_.active||i_)&&e.cancelable&&e.preventDefault()})),k_.utils={on:ny,off:ry,css:uy,find:fy,is:function(e,t){return!!ay(e,t,e,!1)},extend:function(e,t){if(e&&t)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e},throttle:xy,closest:ay,toggleClass:cy,clone:Cy,index:by,nextTick:T_,cancelNextTick:L_,detectDirection:v_,getChild:my,expando:My},k_.get=function(e){return e[My]},k_.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t[0].constructor===Array&&(t=t[0]),t.forEach((function(e){if(!e.prototype||!e.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e));e.utils&&(k_.utils=Ub(Ub({},k_.utils),e.utils)),Ly.mount(e)}))},k_.create=function(e,t){return new k_(e,t)},k_.version="1.15.6";var E_,N_,O_,R_,D_,P_,z_=[],I_=!1;function B_(){z_.forEach((function(e){clearInterval(e.pid)})),z_=[]}function j_(){clearInterval(P_)}var F_,H_=xy((function(e,t,n,r){if(t.scroll){var i,o=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,s=t.scrollSensitivity,l=t.scrollSpeed,c=hy(),u=!1;N_!==n&&(N_=n,B_(),E_=t.scroll,i=t.scrollFn,!0===E_&&(E_=_y(n,!0)));var d=0,f=E_;do{var h=f,p=py(h),g=p.top,m=p.bottom,v=p.left,b=p.right,y=p.width,_=p.height,w=void 0,x=void 0,k=h.scrollWidth,C=h.scrollHeight,S=uy(h),M=h.scrollLeft,A=h.scrollTop;h===c?(w=y<k&&("auto"===S.overflowX||"scroll"===S.overflowX||"visible"===S.overflowX),x=_<C&&("auto"===S.overflowY||"scroll"===S.overflowY||"visible"===S.overflowY)):(w=y<k&&("auto"===S.overflowX||"scroll"===S.overflowX),x=_<C&&("auto"===S.overflowY||"scroll"===S.overflowY));var T=w&&(Math.abs(b-o)<=s&&M+y<k)-(Math.abs(v-o)<=s&&!!M),L=x&&(Math.abs(m-a)<=s&&A+_<C)-(Math.abs(g-a)<=s&&!!A);if(!z_[d])for(var E=0;E<=d;E++)z_[E]||(z_[E]={});z_[d].vx==T&&z_[d].vy==L&&z_[d].el===h||(z_[d].el=h,z_[d].vx=T,z_[d].vy=L,clearInterval(z_[d].pid),0==T&&0==L||(u=!0,z_[d].pid=setInterval(function(){r&&0===this.layer&&k_.active._onTouchMove(D_);var t=z_[this.layer].vy?z_[this.layer].vy*l:0,n=z_[this.layer].vx?z_[this.layer].vx*l:0;"function"==typeof i&&"continue"!==i.call(k_.dragged.parentNode[My],n,t,e,D_,z_[this.layer].el)||ky(z_[this.layer].el,n,t)}.bind({layer:d}),24))),d++}while(t.bubbleScroll&&f!==c&&(f=_y(f,!1)));I_=u}}),30),$_=function(e){var t=e.originalEvent,n=e.putSortable,r=e.dragEl,i=e.activeSortable,o=e.dispatchSortableEvent,a=e.hideGhostForTarget,s=e.unhideGhostForTarget;if(t){var l=n||i;a();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,u=document.elementFromPoint(c.clientX,c.clientY);s(),l&&!l.el.contains(u)&&(o("spill"),this.onSpill({dragEl:r,putSortable:n}))}};function q_(){}function U_(){}q_.prototype={startIndex:null,dragStart:function(e){var t=e.oldDraggableIndex;this.startIndex=t},onSpill:function(e){var t=e.dragEl,n=e.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var r=my(this.sortable.el,this.startIndex,this.options);r?this.sortable.el.insertBefore(t,r):this.sortable.el.appendChild(t),this.sortable.animateAll(),n&&n.animateAll()},drop:$_},Gb(q_,{pluginName:"revertOnSpill"}),U_.prototype={onSpill:function(e){var t=e.dragEl,n=e.putSortable||this.sortable;n.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),n.animateAll()},drop:$_},Gb(U_,{pluginName:"removeOnSpill"}),k_.mount(new function(){function e(){for(var e in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this))}return e.prototype={dragStarted:function(e){var t=e.originalEvent;this.sortable.nativeDraggable?ny(document,"dragover",this._handleAutoScroll):this.options.supportPointer?ny(document,"pointermove",this._handleFallbackAutoScroll):t.touches?ny(document,"touchmove",this._handleFallbackAutoScroll):ny(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var t=e.originalEvent;this.options.dragOverBubble||t.rootEl||this._handleAutoScroll(t)},drop:function(){this.sortable.nativeDraggable?ry(document,"dragover",this._handleAutoScroll):(ry(document,"pointermove",this._handleFallbackAutoScroll),ry(document,"touchmove",this._handleFallbackAutoScroll),ry(document,"mousemove",this._handleFallbackAutoScroll)),j_(),B_(),clearTimeout(sy),sy=void 0},nulling:function(){D_=N_=E_=I_=P_=O_=R_=null,z_.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,t){var n=this,r=(e.touches?e.touches[0]:e).clientX,i=(e.touches?e.touches[0]:e).clientY,o=document.elementFromPoint(r,i);if(D_=e,t||this.options.forceAutoScrollFallback||Zb||Xb||Jb){H_(e,this.options,o,t);var a=_y(o,!0);!I_||P_&&r===O_&&i===R_||(P_&&j_(),P_=setInterval((function(){var o=_y(document.elementFromPoint(r,i),!0);o!==a&&(a=o,B_()),H_(e,n.options,o,t)}),10),O_=r,R_=i)}else{if(!this.options.bubbleScroll||_y(o,!0)===hy())return void B_();H_(e,this.options,_y(o,!1),!1)}}},Gb(e,{pluginName:"scroll",initializeByDefault:!0})}),k_.mount(U_,q_);const W_="dnd-drag-handle",V_="dnd-drag-enabled";k_.mount(new function(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}return e.prototype={dragStart:function(e){var t=e.dragEl;F_=t},dragOverValid:function(e){var t=e.completed,n=e.target,r=e.onMove,i=e.activeSortable,o=e.changed,a=e.cancel;if(i.options.swap){var s=this.sortable.el,l=this.options;if(n&&n!==s){var c=F_;!1!==r(n)?(cy(n,l.swapClass,!0),F_=n):F_=null,c&&c!==F_&&cy(c,l.swapClass,!1)}o(),t(!0),a()}},drop:function(e){var t=e.activeSortable,n=e.putSortable,r=e.dragEl,i=n||this.sortable,o=this.options;F_&&cy(F_,o.swapClass,!1),F_&&(o.swap||n&&n.options.swap)&&r!==F_&&(i.captureAnimationState(),i!==t&&t.captureAnimationState(),function(e,t){var n,r,i=e.parentNode,o=t.parentNode;i&&o&&!i.isEqualNode(t)&&!o.isEqualNode(e)&&(n=by(e),r=by(t),i.isEqualNode(o)&&n<r&&r++,i.insertBefore(t,i.children[n]),o.insertBefore(e,o.children[r]))}(r,F_),i.animateAll(),i!==t&&t.animateAll())},nulling:function(){F_=null}},Gb(e,{pluginName:"swap",eventProperties:function(){return{swapItem:F_}}})});const G_=({className:e,options:t,kind:n="default",children:r,...i})=>{const o=Mi(null);return((e,t)=>{Ci((()=>{if(e.current){const n=k_.create(e.current,{animation:150,handle:`.${W_}`,draggable:`.${V_}`,...t});return()=>{n.destroy()}}}),[e,t])})(o,Ai((()=>({...t,..."swap"===n&&{swap:!0,swapClass:"dnd-drag-swap-highlight"}})),[t,n])),Ps("div",{ref:o,className:_o("styles_grid__bgsAQ",e),...i,children:r})},Y_=({className:e})=>Ps(Is,{id:zs.draggable,className:e});const X_=({className:e})=>Ps("div",{className:_o("styles_drag-handle__2DC4-",W_,e),children:Ps(Y_,{})});const Z_=({className:e,children:t,dndEnabled:n=!1,...r})=>Ps("div",{...r,className:_o("styles_grid-item__-kGp3",{[V_]:n},e),children:[Ps("div",{className:"styles_grid-item-content__hZ5TS",children:t}),n&&Ps(X_,{className:"styles_grid-item-handle__OyO7A"})]}),K_=({locale:e,setLocale:t,availableLocales:n})=>{const r=n||Object.keys(ru),i=[...new Set(r)].map((e=>({key:e,value:ru[e].full})));return Ps(Xc,{size:"s",menuTrigger:({isOpened:t,onClick:n})=>Ps(Vs,{style:"ghost",size:"s",text:ru[e]&&ru[e].short||ru.en.short,isExpanded:t,onClick:n}),children:Ps(Xc.Section,{children:i.map((({key:n,value:r})=>Ps(Xc.ItemWithCheckmark,{onClick:()=>{t(n)},isChecked:e===n,children:r},n)))})})},J_=({theme:e,toggleTheme:t,getTheme:n})=>(Ci((()=>{n()}),[n]),Ps(Ws,{onClick:t,style:"ghost",icon:{light:zs.lineShapesSun,dark:zs.lineShapesMoon,auto:zs.lineShapesThemeAuto}[e],size:"s"}));var Q_="styles_label__IW9cn";const ew=e=>{const{icon:t,children:n,tooltip:r,className:i,style:o="secondary",...a}=e,s=Ps("div",{className:_o("styles_wrapper__elS6G",i),children:[Ps(Is,{className:"styles_icon__GXXnU",id:t}),Ps(js,{className:"styles_text__fEQgL",type:"ui",size:"s",bold:!0,children:n})]});return Ps("div",r?{className:Q_,...a,"data-style":o,children:Ps(gc,{tooltipText:r,children:s})}:{className:Q_,...a,"data-style":o,children:s})};var tw=vw(),nw=e=>hw(e,tw),rw=vw();nw.write=e=>hw(e,rw);var iw=vw();nw.onStart=e=>hw(e,iw);var ow=vw();nw.onFrame=e=>hw(e,ow);var aw=vw();nw.onFinish=e=>hw(e,aw);var sw=[];nw.setTimeout=(e,t)=>{const n=nw.now()+t,r=()=>{const e=sw.findIndex((e=>e.cancel==r));~e&&sw.splice(e,1),dw-=~e?1:0},i={time:n,handler:e,cancel:r};return sw.splice(lw(n),0,i),dw+=1,pw(),i};var lw=e=>~(~sw.findIndex((t=>t.time>e))||~sw.length);nw.cancel=e=>{iw.delete(e),ow.delete(e),aw.delete(e),tw.delete(e),rw.delete(e)},nw.sync=e=>{fw=!0,nw.batchedUpdates(e),fw=!1},nw.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(...e){t=e,nw.onStart(n)}return r.handler=e,r.cancel=()=>{iw.delete(n),t=null},r};var cw="undefined"!=typeof window?window.requestAnimationFrame:()=>{};nw.use=e=>cw=e,nw.now="undefined"!=typeof performance?()=>performance.now():Date.now,nw.batchedUpdates=e=>e(),nw.catch=console.error,nw.frameLoop="always",nw.advance=()=>{"demand"!==nw.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):mw()};var uw=-1,dw=0,fw=!1;function hw(e,t){fw?(t.delete(e),e(0)):(t.add(e),pw())}function pw(){uw<0&&(uw=0,"demand"!==nw.frameLoop&&cw(gw))}function gw(){~uw&&(cw(gw),nw.batchedUpdates(mw))}function mw(){const e=uw;uw=nw.now();const t=lw(uw);t&&(bw(sw.splice(0,t),(e=>e.handler())),dw-=t),dw?(iw.flush(),tw.flush(e?Math.min(64,uw-e):16.667),ow.flush(),rw.flush(),aw.flush()):uw=-1}function vw(){let e=new Set,t=e;return{add(n){dw+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(dw-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,dw-=t.size,bw(t,(t=>t(n)&&e.add(t))),dw+=e.size,t=e)}}}function bw(e,t){e.forEach((e=>{try{t(e)}catch(e){nw.catch(e)}}))}var yw=Object.defineProperty,_w={};function ww(){}((e,t)=>{for(var n in t)yw(e,n,{get:t[n],enumerable:!0})})(_w,{assign:()=>Pw,colors:()=>Ow,createStringInterpolator:()=>Tw,skipAnimation:()=>Rw,to:()=>Lw,willAdvance:()=>Dw});var xw={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function kw(e,t){if(xw.arr(e)){if(!xw.arr(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return e===t}var Cw=(e,t)=>e.forEach(t);function Sw(e,t,n){if(xw.arr(e))for(let r=0;r<e.length;r++)t.call(n,e[r],`${r}`);else for(const r in e)e.hasOwnProperty(r)&&t.call(n,e[r],r)}var Mw=e=>xw.und(e)?[]:xw.arr(e)?e:[e];function Aw(e,t){if(e.size){const n=Array.from(e);e.clear(),Cw(n,t)}}var Tw,Lw,Ew=(e,...t)=>Aw(e,(e=>e(...t))),Nw=()=>"undefined"==typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),Ow=null,Rw=!1,Dw=ww,Pw=e=>{e.to&&(Lw=e.to),e.now&&(nw.now=e.now),void 0!==e.colors&&(Ow=e.colors),null!=e.skipAnimation&&(Rw=e.skipAnimation),e.createStringInterpolator&&(Tw=e.createStringInterpolator),e.requestAnimationFrame&&nw.use(e.requestAnimationFrame),e.batchedUpdates&&(nw.batchedUpdates=e.batchedUpdates),e.willAdvance&&(Dw=e.willAdvance),e.frameLoop&&(nw.frameLoop=e.frameLoop)},zw=new Set,Iw=[],Bw=[],jw=0,Fw={get idle(){return!zw.size&&!Iw.length},start(e){jw>e.priority?(zw.add(e),nw.onStart(Hw)):($w(e),nw(Uw))},advance:Uw,sort(e){if(jw)nw.onFrame((()=>Fw.sort(e)));else{const t=Iw.indexOf(e);~t&&(Iw.splice(t,1),qw(e))}},clear(){Iw=[],zw.clear()}};function Hw(){zw.forEach($w),zw.clear(),nw(Uw)}function $w(e){Iw.includes(e)||qw(e)}function qw(e){Iw.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(Iw,(t=>t.priority>e.priority)),0,e)}function Uw(e){const t=Bw;for(let n=0;n<Iw.length;n++){const r=Iw[n];jw=r.priority,r.idle||(Dw(r),r.advance(e),r.idle||t.push(r))}return jw=0,(Bw=Iw).length=0,(Iw=t).length>0}var Ww={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},Vw="[-+]?\\d*\\.?\\d+",Gw=Vw+"%";function Yw(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}var Xw=new RegExp("rgb"+Yw(Vw,Vw,Vw)),Zw=new RegExp("rgba"+Yw(Vw,Vw,Vw,Vw)),Kw=new RegExp("hsl"+Yw(Vw,Gw,Gw)),Jw=new RegExp("hsla"+Yw(Vw,Gw,Gw,Vw)),Qw=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,ex=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,tx=/^#([0-9a-fA-F]{6})$/,nx=/^#([0-9a-fA-F]{8})$/;function rx(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function ix(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=rx(i,r,e+1/3),a=rx(i,r,e),s=rx(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*s)<<8}function ox(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function ax(e){return(parseFloat(e)%360+360)%360/360}function sx(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function lx(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function cx(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=tx.exec(e))?parseInt(t[1]+"ff",16)>>>0:Ow&&void 0!==Ow[e]?Ow[e]:(t=Xw.exec(e))?(ox(t[1])<<24|ox(t[2])<<16|ox(t[3])<<8|255)>>>0:(t=Zw.exec(e))?(ox(t[1])<<24|ox(t[2])<<16|ox(t[3])<<8|sx(t[4]))>>>0:(t=Qw.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=nx.exec(e))?parseInt(t[1],16)>>>0:(t=ex.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Kw.exec(e))?(255|ix(ax(t[1]),lx(t[2]),lx(t[3])))>>>0:(t=Jw.exec(e))?(ix(ax(t[1]),lx(t[2]),lx(t[3]))|sx(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}var ux=(e,t,n)=>{if(xw.fun(e))return e;if(xw.arr(e))return ux({range:e,output:t,extrapolate:n});if(xw.str(e.output[0]))return Tw(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,s,l){let c=l?l(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===s)return c;"clamp"===s&&(c=n)}return r===i?r:t===n?e<=t?r:i:(t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t),c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r,c)}(e,o[t],o[t+1],i[t],i[t+1],l,a,s,r.map)}},dx=Symbol.for("FluidValue.get"),fx=Symbol.for("FluidValue.observers"),hx=e=>Boolean(e&&e[dx]),px=e=>e&&e[dx]?e[dx]():e,gx=e=>e[fx]||null;function mx(e,t){const n=e[fx];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}var vx=class{constructor(e){if(!e&&!(e=this.get))throw Error("Unknown getter");bx(this,e)}},bx=(e,t)=>xx(e,dx,t);function yx(e,t){if(e[dx]){let n=e[fx];n||xx(e,fx,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function _x(e,t){const n=e[fx];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[fx]=null,e.observerRemoved&&e.observerRemoved(r,t)}}var wx,xx=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),kx=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,Cx=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,Sx=new RegExp(`(${kx.source})(%|[a-z]+)`,"i"),Mx=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,Ax=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,Tx=e=>{const[t,n]=Lx(e);if(!t||Nw())return e;const r=window.getComputedStyle(document.documentElement).getPropertyValue(t);if(r)return r.trim();if(n&&n.startsWith("--")){return window.getComputedStyle(document.documentElement).getPropertyValue(n)||e}return n&&Ax.test(n)?Tx(n):n||e},Lx=e=>{const t=Ax.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]},Ex=(e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`,Nx=e=>{wx||(wx=Ow?new RegExp(`(${Object.keys(Ow).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>px(e).replace(Ax,Tx).replace(Cx,cx).replace(wx,cx))),n=t.map((e=>e.match(kx).map(Number))),r=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),i=r.map((t=>ux({...e,output:t})));return e=>{const n=!Sx.test(t[0])&&t.find((e=>Sx.test(e)))?.replace(kx,"");let r=0;return t[0].replace(kx,(()=>`${i[r++](e)}${n||""}`)).replace(Mx,Ex)}},Ox="react-spring: ",Rx=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError(`${Ox}once requires a function parameter`);return(...e)=>{n||(t(...e),n=!0)}},Dx=Rx(console.warn),Px=Rx(console.warn);function zx(e){return xw.str(e)&&("#"==e[0]||/\d/.test(e)||!Nw()&&Ax.test(e)||e in(Ow||{}))}var Ix=Nw()?Ci:Si;function Bx(){const e=xi()[1],t=(()=>{const e=Mi(!1);return Ix((()=>(e.current=!0,()=>{e.current=!1})),[]),e})();return()=>{t.current&&e(Math.random())}}var jx=e=>Ci(e,Fx),Fx=[];function Hx(e){const t=Mi(void 0);return Ci((()=>{t.current=e})),t.current}var $x=Symbol.for("Animated:node"),qx=e=>e&&e[$x],Ux=(e,t)=>{return n=e,r=$x,i=t,Object.defineProperty(n,r,{value:i,writable:!0,configurable:!0});var n,r,i},Wx=e=>e&&e[$x]&&e[$x].getPayload(),Vx=class{constructor(){Ux(this,this)}getPayload(){return this.payload||[]}},Gx=class e extends Vx{constructor(e){super(),this._value=e,this.done=!0,this.durationProgress=0,xw.num(this._value)&&(this.lastPosition=this._value)}static create(t){return new e(t)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return xw.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,xw.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}},Yx=class e extends Gx{constructor(e){super(0),this._string=null,this._toString=ux({output:[e,e]})}static create(t){return new e(t)}getValue(){const e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(xw.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=ux({output:[this.getValue(),e]})),this._value=0,super.reset()}},Xx={dependencies:null},Zx=class extends Vx{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return Sw(this.source,((n,r)=>{var i;(i=n)&&i[$x]===i?t[r]=n.getValue(e):hx(n)?t[r]=px(n):e||(t[r]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&Cw(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return Sw(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){Xx.dependencies&&hx(e)&&Xx.dependencies.add(e);const t=Wx(e);t&&Cw(t,(e=>this.add(e)))}},Kx=class e extends Zx{constructor(e){super(e)}static create(t){return new e(t)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(Jx)),!0)}};function Jx(e){return(zx(e)?Yx:Gx).create(e)}function Qx(e){const t=qx(e);return t?t.constructor:xw.arr(e)?Kx:zx(e)?Yx:Gx}var ek=(e,t)=>{const n=!xw.fun(e)||e.prototype&&e.prototype.isReactComponent;return Ui(((r,i)=>{const o=Mi(null),a=n&&Ti((e=>{o.current=function(e,t){return e&&(xw.fun(e)?e(t):e.current=t),t}(i,e)}),[i]),[s,l]=function(e,t){const n=new Set;return Xx.dependencies=n,e.style&&(e={...e,style:t.createAnimatedStyle(e.style)}),e=new Zx(e),Xx.dependencies=null,[e,n]}(r,t),c=Bx(),u=()=>{const e=o.current;n&&!e||!1===(!!e&&t.applyAnimatedValues(e,s.getValue(!0)))&&c()},d=new tk(u,l),f=Mi(void 0);Ix((()=>(f.current=d,Cw(l,(e=>yx(e,d))),()=>{f.current&&(Cw(f.current.deps,(e=>_x(e,f.current))),nw.cancel(f.current.update))}))),Ci(u,[]),jx((()=>()=>{const e=f.current;Cw(e.deps,(t=>_x(t,e)))}));const h=t.getComponentProps(s.getValue());return Pr(e,{...h,ref:a})}))},tk=class{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&nw.write(this.update)}},nk=Symbol.for("AnimatedComponent"),rk=(e,{applyAnimatedValues:t=()=>!1,createAnimatedStyle:n=e=>new Zx(e),getComponentProps:r=e=>e}={})=>{const i={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:r},o=e=>{const t=ik(e)||"Anonymous";return(e=xw.str(e)?o[e]||(o[e]=ek(e,i)):e[nk]||(e[nk]=ek(e,i))).displayName=`Animated(${t})`,e};return Sw(e,((t,n)=>{xw.arr(e)&&(n=ik(t)),o[n]=o(t)})),{animated:o}},ik=e=>xw.str(e)?e:e&&xw.str(e.displayName)?e.displayName:xw.fun(e)&&e.name||null;function ok(e,...t){return xw.fun(e)?e(...t):e}var ak=(e,t)=>!0===e||!!(t&&e&&(xw.fun(e)?e(t):Mw(e).includes(t))),sk=(e,t)=>xw.obj(e)?t&&e[t]:e,lk=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,ck=e=>e,uk=(e,t=ck)=>{let n=dk;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const i of n){const n=t(e[i],i);xw.und(n)||(r[i]=n)}return r},dk=["config","onProps","onStart","onChange","onPause","onResume","onRest"],fk={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function hk(e){const t=function(e){const t={};let n=0;if(Sw(e,((e,r)=>{fk[r]||(t[r]=e,n++)})),n)return t}(e);if(t){const n={to:t};return Sw(e,((e,r)=>r in t||(n[r]=e))),n}return{...e}}function pk(e){return e=px(e),xw.arr(e)?e.map(pk):zx(e)?_w.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function gk(e){for(const t in e)return!0;return!1}function mk(e){return xw.fun(e)||xw.arr(e)&&xw.obj(e[0])}function vk(e,t){e.ref?.delete(e),t?.delete(e)}function bk(e,t){t&&e.ref!==t&&(e.ref?.delete(e),t.add(e),e.ref=t)}var yk={default:{tension:170,friction:26},gentle:{tension:120,friction:14},wobbly:{tension:180,friction:12},stiff:{tension:210,friction:20},slow:{tension:280,friction:60},molasses:{tension:280,friction:120}},_k={...yk.default,mass:1,damping:1,easing:e=>e,clamp:!1},wk=class{constructor(){this.velocity=0,Object.assign(this,_k)}};function xk(e,t){if(xw.und(t.decay)){const n=!xw.und(t.tension)||!xw.und(t.friction);!n&&xw.und(t.frequency)&&xw.und(t.damping)&&xw.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}var kk=[],Ck=class{constructor(){this.changed=!1,this.values=kk,this.toValues=null,this.fromValues=kk,this.config=new wk,this.immediate=!1}};function Sk(e,{key:t,props:n,defaultProps:r,state:i,actions:o}){return new Promise(((a,s)=>{let l,c,u=ak(n.cancel??r?.cancel,t);if(u)h();else{xw.und(n.pause)||(i.paused=ak(n.pause,t));let e=r?.pause;!0!==e&&(e=i.paused||ak(e,t)),l=ok(n.delay||0,t),e?(i.resumeQueue.add(f),o.pause()):(o.resume(),f())}function d(){i.resumeQueue.add(f),i.timeouts.delete(c),c.cancel(),l=c.time-nw.now()}function f(){l>0&&!_w.skipAnimation?(i.delayed=!0,c=nw.setTimeout(h,l),i.pauseQueue.add(d),i.timeouts.add(c)):h()}function h(){i.delayed&&(i.delayed=!1),i.pauseQueue.delete(d),i.timeouts.delete(c),e<=(i.cancelId||0)&&(u=!0);try{o.start({...n,callId:e,cancel:u},a)}catch(e){s(e)}}}))}var Mk=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?Lk(e.get()):t.every((e=>e.noop))?Ak(e.get()):Tk(e.get(),t.every((e=>e.finished))),Ak=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),Tk=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),Lk=e=>({value:e,cancelled:!0,finished:!1});function Ek(e,t,n,r){const{callId:i,parentId:o,onRest:a}=t,{asyncTo:s,promise:l}=n;return o||e!==s||t.reset?n.promise=(async()=>{n.asyncId=i,n.asyncTo=e;const c=uk(t,((e,t)=>"onRest"===t?void 0:e));let u,d;const f=new Promise(((e,t)=>(u=e,d=t))),h=e=>{const t=i<=(n.cancelId||0)&&Lk(r)||i!==n.asyncId&&Tk(r,!1);if(t)throw e.result=t,d(e),e},p=(e,t)=>{const o=new Ok,a=new Rk;return(async()=>{if(_w.skipAnimation)throw Nk(n),a.result=Tk(r,!1),d(a),a;h(o);const s=xw.obj(e)?{...e}:{...t,to:e};s.parentId=i,Sw(c,((e,t)=>{xw.und(s[t])&&(s[t]=e)}));const l=await r.start(s);return h(o),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),l})()};let g;if(_w.skipAnimation)return Nk(n),Tk(r,!1);try{let t;t=xw.arr(e)?(async e=>{for(const t of e)await p(t)})(e):Promise.resolve(e(p,r.stop.bind(r))),await Promise.all([t.then(u),f]),g=Tk(r.get(),!0,!1)}catch(e){if(e instanceof Ok)g=e.result;else{if(!(e instanceof Rk))throw e;g=e.result}}finally{i==n.asyncId&&(n.asyncId=o,n.asyncTo=o?s:void 0,n.promise=o?l:void 0)}return xw.fun(a)&&nw.batchedUpdates((()=>{a(g,r,r.item)})),g})():l}function Nk(e,t){Aw(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}var Ok=class extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.")}},Rk=class extends Error{constructor(){super("SkipAnimationSignal")}},Dk=e=>e instanceof zk,Pk=1,zk=class extends vx{constructor(){super(...arguments),this.id=Pk++,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=qx(this);return e&&e.getValue()}to(...e){return _w.to(this,e)}interpolate(...e){return Dx(`${Ox}The "interpolate" function is deprecated in v9 (use "to" instead)`),_w.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){mx(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||Fw.sort(this),mx(this,{type:"priority",parent:this,priority:e})}},Ik=Symbol.for("SpringPhase"),Bk=e=>(1&e[Ik])>0,jk=e=>(2&e[Ik])>0,Fk=e=>(4&e[Ik])>0,Hk=(e,t)=>t?e[Ik]|=3:e[Ik]&=-3,$k=(e,t)=>t?e[Ik]|=4:e[Ik]&=-5,qk=class extends zk{constructor(e,t){if(super(),this.animation=new Ck,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!xw.und(e)||!xw.und(t)){const n=xw.obj(e)?{...e}:{...t,from:e};xw.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(jk(this)||this._state.asyncTo)||Fk(this)}get goal(){return px(this.animation.to)}get velocity(){const e=qx(this);return e instanceof Gx?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return Bk(this)}get isAnimating(){return jk(this)}get isPaused(){return Fk(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,n=!1;const r=this.animation;let{toValues:i}=r;const{config:o}=r,a=Wx(r.to);!a&&hx(r.to)&&(i=Mw(px(r.to))),r.values.forEach(((s,l)=>{if(s.done)return;const c=s.constructor==Yx?1:a?a[l].lastPosition:i[l];let u=r.immediate,d=c;if(!u){if(d=s.lastPosition,o.tension<=0)return void(s.done=!0);let t=s.elapsedTime+=e;const n=r.fromValues[l],i=null!=s.v0?s.v0:s.v0=xw.arr(o.velocity)?o.velocity[l]:o.velocity;let a;const f=o.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n)));if(xw.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+i/(1-e)*(1-r),u=Math.abs(s.lastPosition-d)<=f,a=i*r}else{a=null==s.lastVelocity?i:s.lastVelocity;const t=o.restVelocity||f/10,r=o.clamp?0:o.bounce,l=!xw.und(r),h=n==c?s.v0>0:n<c;let p,g=!1;const m=1,v=Math.ceil(e/m);for(let e=0;e<v&&(p=Math.abs(a)>t,p||(u=Math.abs(c-d)<=f,!u));++e)l&&(g=d==c||d>c==h,g&&(a=-a*r,d=c)),a+=(1e-6*-o.tension*(d-c)+.001*-o.friction*a)/o.mass*m,d+=a*m}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,s.durationProgress>0&&(s.elapsedTime=o.duration*s.durationProgress,t=s.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,s.durationProgress=r),d=n+o.easing(r)*(c-n),a=(d-s.lastPosition)/e,u=1==r}s.lastVelocity=a,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),u=!0)}a&&!a[l].done&&(u=!1),u?s.done=!0:t=!1,s.setValue(d,o.round)&&(n=!0)}));const s=qx(this),l=s.getValue();if(t){const e=px(r.to);l===e&&!n||o.decay?n&&o.decay&&this._onChange(l):(s.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(l)}set(e){return nw.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(jk(this)){const{to:e,config:t}=this.animation;nw.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return xw.und(e)?(n=this.queue||[],this.queue=[]):n=[xw.obj(e)?e:{...t,to:e}],Promise.all(n.map((e=>this._update(e)))).then((e=>Mk(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),Nk(this._state,e&&this._lastCallId),nw.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:r}=e;n=xw.obj(n)?n[t]:n,(null==n||mk(n))&&(n=void 0),r=xw.obj(r)?r[t]:r,null==r&&(r=void 0);const i={to:n,from:r};return Bk(this)||(e.reverse&&([n,r]=[r,n]),r=px(r),xw.und(r)?qx(this)||this._set(n):this._set(r)),i}_update({...e},t){const{key:n,defaultProps:r}=this;e.default&&Object.assign(r,uk(e,((e,t)=>/^on/.test(t)?sk(e,n):e))),Zk(this,e,"onProps"),Kk(this,"onProps",e,this);const i=this._prepareNode(e);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const o=this._state;return Sk(++this._lastCallId,{key:n,props:e,defaultProps:r,state:o,actions:{pause:()=>{Fk(this)||($k(this,!0),Ew(o.pauseQueue),Kk(this,"onPause",Tk(this,Uk(this,this.animation.to)),this))},resume:()=>{Fk(this)&&($k(this,!1),jk(this)&&this._resume(),Ew(o.resumeQueue),Kk(this,"onResume",Tk(this,Uk(this,this.animation.to)),this))},start:this._merge.bind(this,i)}}).then((n=>{if(e.loop&&n.finished&&(!t||!n.noop)){const t=Wk(e);if(t)return this._update(t,!0)}return n}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(Lk(this));const r=!xw.und(e.to),i=!xw.und(e.from);if(r||i){if(!(t.callId>this._lastToId))return n(Lk(this));this._lastToId=t.callId}const{key:o,defaultProps:a,animation:s}=this,{to:l,from:c}=s;let{to:u=l,from:d=c}=e;!i||r||t.default&&!xw.und(u)||(u=d),t.reverse&&([u,d]=[d,u]);const f=!kw(d,c);f&&(s.from=d),d=px(d);const h=!kw(u,l);h&&this._focus(u);const p=mk(t.to),{config:g}=s,{decay:m,velocity:v}=g;(r||i)&&(g.velocity=0),t.config&&!p&&function(e,t,n){n&&(xk(n={...n},t),t={...n,...t}),xk(e,t),Object.assign(e,t);for(const t in _k)null==e[t]&&(e[t]=_k[t]);let{frequency:r,damping:i}=e;const{mass:o}=e;xw.und(r)||(r<.01&&(r=.01),i<0&&(i=0),e.tension=Math.pow(2*Math.PI/r,2)*o,e.friction=4*Math.PI*i*o/r)}(g,ok(t.config,o),t.config!==a.config?ok(a.config,o):void 0);let b=qx(this);if(!b||xw.und(u))return n(Tk(this,!0));const y=xw.und(t.reset)?i&&!t.default:!xw.und(d)&&ak(t.reset,o),_=y?d:this.get(),w=pk(u),x=xw.num(w)||xw.arr(w)||zx(w),k=!p&&(!x||ak(a.immediate||t.immediate,o));if(h){const e=Qx(u);if(e!==b.constructor){if(!k)throw Error(`Cannot animate between ${b.constructor.name} and ${e.name}, as the "to" prop suggests`);b=this._set(w)}}const C=b.constructor;let S=hx(u),M=!1;if(!S){const e=y||!Bk(this)&&f;(h||e)&&(M=kw(pk(_),w),S=!M),(kw(s.immediate,k)||k)&&kw(g.decay,m)&&kw(g.velocity,v)||(S=!0)}if(M&&jk(this)&&(s.changed&&!y?S=!0:S||this._stop(l)),!p&&((S||hx(l))&&(s.values=b.getPayload(),s.toValues=hx(u)?null:C==Yx?[1]:Mw(w)),s.immediate!=k&&(s.immediate=k,k||y||this._set(l)),S)){const{onRest:e}=s;Cw(Xk,(e=>Zk(this,t,e)));const r=Tk(this,Uk(this,l));Ew(this._pendingCalls,r),this._pendingCalls.add(n),s.changed&&nw.batchedUpdates((()=>{s.changed=!y,e?.(r,this),y?ok(a.onRest,r):s.onStart?.(r,this)}))}y&&this._set(_),p?n(Ek(t.to,t,this._state,this)):S?this._start():jk(this)&&!h?this._pendingCalls.add(n):n(Ak(_))}_focus(e){const t=this.animation;e!==t.to&&(gx(this)&&this._detach(),t.to=e,gx(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;hx(t)&&(yx(t,this),Dk(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;hx(e)&&_x(e,this)}_set(e,t=!0){const n=px(e);if(!xw.und(n)){const e=qx(this);if(!e||!kw(n,e.getValue())){const r=Qx(n);e&&e.constructor==r?e.setValue(n):Ux(this,r.create(n)),e&&nw.batchedUpdates((()=>{this._onChange(n,t)}))}}return qx(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,Kk(this,"onStart",Tk(this,Uk(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),ok(this.animation.onChange,e,this)),ok(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;qx(this).reset(px(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),jk(this)||(Hk(this,!0),Fk(this)||this._resume())}_resume(){_w.skipAnimation?this.finish():Fw.start(this)}_stop(e,t){if(jk(this)){Hk(this,!1);const n=this.animation;Cw(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),mx(this,{type:"idle",parent:this});const r=t?Lk(this.get()):Tk(this.get(),Uk(this,e??n.to));Ew(this._pendingCalls,r),n.changed&&(n.changed=!1,Kk(this,"onRest",r,this))}}};function Uk(e,t){const n=pk(t);return kw(pk(e.get()),n)}function Wk(e,t=e.loop,n=e.to){const r=ok(t);if(r){const i=!0!==r&&hk(r),o=(i||e).reverse,a=!i||i.reset;return Vk({...e,loop:t,default:!1,pause:void 0,to:!o||mk(n)?n:void 0,from:a?e.from:void 0,reset:a,...i})}}function Vk(e){const{to:t,from:n}=e=hk(e),r=new Set;return xw.obj(t)&&Yk(t,r),xw.obj(n)&&Yk(n,r),e.keys=r.size?Array.from(r):null,e}function Gk(e){const t=Vk(e);return xw.und(t.default)&&(t.default=uk(t)),t}function Yk(e,t){Sw(e,((e,n)=>null!=e&&t.add(n)))}var Xk=["onStart","onRest","onChange","onPause","onResume"];function Zk(e,t,n){e.animation[n]=t[n]!==lk(t,n)?sk(t[n],e.key):void 0}function Kk(e,t,...n){e.animation[t]?.(...n),e.defaultProps[t]?.(...n)}var Jk=["onStart","onChange","onRest"],Qk=1,eC=class{constructor(e,t){this.id=Qk++,this.springs={},this.queue=[],this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start({default:!0,...e})}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle&&!e.isDelayed&&!e.isPaused))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];xw.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(Vk(e)),this}start(e){let{queue:t}=this;return e?t=Mw(e).map(Vk):this.queue=[],this._flush?this._flush(this,t):(sC(this,t),tC(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;Cw(Mw(t),(t=>n[t].stop(!!e)))}else Nk(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(xw.und(e))this.start({pause:!0});else{const t=this.springs;Cw(Mw(e),(e=>t[e].pause()))}return this}resume(e){if(xw.und(e))this.start({pause:!1});else{const t=this.springs;Cw(Mw(e),(e=>t[e].resume()))}return this}each(e){Sw(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,r=this._active.size>0,i=this._changed.size>0;(r&&!this._started||i&&!this._started)&&(this._started=!0,Aw(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const o=!r&&this._started,a=i||o&&n.size?this.get():null;i&&t.size&&Aw(t,(([e,t])=>{t.value=a,e(t,this,this._item)})),o&&(this._started=!1,Aw(n,(([e,t])=>{t.value=a,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}nw.onFrame(this._onFrame)}};function tC(e,t){return Promise.all(t.map((t=>nC(e,t)))).then((t=>Mk(e,t)))}async function nC(e,t,n){const{keys:r,to:i,from:o,loop:a,onRest:s,onResolve:l}=t,c=xw.obj(t.default)&&t.default;a&&(t.loop=!1),!1===i&&(t.to=null),!1===o&&(t.from=null);const u=xw.arr(i)||xw.fun(i)?i:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):Cw(Jk,(n=>{const r=t[n];if(xw.fun(r)){const i=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=i.get(r);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):i.set(r,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const d=e._state;t.pause===!d.paused?(d.paused=t.pause,Ew(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const f=(r||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),h=!0===t.cancel||!0===lk(t,"cancel");(u||h&&d.asyncId)&&f.push(Sk(++e._lastAsyncId,{props:t,state:d,actions:{pause:ww,resume:ww,start(t,n){h?(Nk(d,e._lastAsyncId),n(Lk(e))):(t.onRest=s,n(Ek(u,t,d,e)))}}})),d.paused&&await new Promise((e=>{d.resumeQueue.add(e)}));const p=Mk(e,await Promise.all(f));if(a&&p.finished&&(!n||!p.noop)){const n=Wk(t,a,i);if(n)return sC(e,[n]),nC(e,n,!0)}return l&&nw.batchedUpdates((()=>l(p,e,e.item))),p}function rC(e,t){const n={...e.springs};return t&&Cw(Mw(t),(e=>{xw.und(e.keys)&&(e=Vk(e)),xw.obj(e.to)||(e={...e,to:void 0}),aC(n,e,(e=>oC(e)))})),iC(e,n),n}function iC(e,t){Sw(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,yx(t,e))}))}function oC(e,t){const n=new qk;return n.key=e,t&&yx(n,t),n}function aC(e,t,n){t.keys&&Cw(t.keys,(r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)}))}function sC(e,t){Cw(t,(t=>{aC(e.springs,t,(t=>oC(t,e)))}))}var lC=si({pause:!1,immediate:!1}),cC=()=>{const e=[],t=function(t){Px(`${Ox}Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions`);const r=[];return Cw(e,((e,i)=>{if(xw.und(t))r.push(e.start());else{const o=n(t,e,i);o&&r.push(e.start(o))}})),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return Cw(e,(e=>e.pause(...arguments))),this},t.resume=function(){return Cw(e,(e=>e.resume(...arguments))),this},t.set=function(t){Cw(e,((e,n)=>{const r=xw.fun(t)?t(n,e):t;r&&e.set(r)}))},t.start=function(t){const n=[];return Cw(e,((e,r)=>{if(xw.und(t))n.push(e.start());else{const i=this._getProps(t,e,r);i&&n.push(e.start(i))}})),n},t.stop=function(){return Cw(e,(e=>e.stop(...arguments))),this},t.update=function(t){return Cw(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return xw.fun(e)?e(n,t):e};return t._getProps=n,t};function uC(e,t){const n=xw.fun(e),[[r],i]=function(e,t,n){const r=xw.fun(t)&&t;r&&!n&&(n=[]);const i=Ai((()=>r||3==arguments.length?cC():void 0),[]),o=Mi(0),a=Bx(),s=Ai((()=>({ctrls:[],queue:[],flush(e,t){const n=rC(e,t);return o.current>0&&!s.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?tC(e,t):new Promise((r=>{iC(e,n),s.queue.push((()=>{r(tC(e,t))})),a()}))}})),[]),l=Mi([...s.ctrls]),c=Mi([]),u=Hx(e)||0;function d(e,n){for(let i=e;i<n;i++){const e=l.current[i]||(l.current[i]=new eC(null,s.flush)),n=r?r(i,e):t[i];n&&(c.current[i]=Gk(n))}}Ai((()=>{Cw(l.current.slice(e,u),(e=>{vk(e,i),e.stop(!0)})),l.current.length=e,d(u,e)}),[e]),Ai((()=>{d(0,Math.min(u,e))}),n);const f=l.current.map(((e,t)=>rC(e,c.current[t]))),h=Li(lC),p=Hx(h),g=h!==p&&gk(h);Ix((()=>{o.current++,s.ctrls=l.current;const{queue:e}=s;e.length&&(s.queue=[],Cw(e,(e=>e()))),Cw(l.current,((e,t)=>{i?.add(e),g&&e.start({default:h});const n=c.current[t];n&&(bk(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),jx((()=>()=>{Cw(s.ctrls,(e=>e.stop(!0)))}));const m=f.map((e=>({...e})));return i?[m,i]:m}(1,n?e:[e],n?[]:t);return n||2==arguments.length?[r,i]:r}function dC(e,t,n){const r=xw.fun(t)&&t,{reset:i,sort:o,trail:a=0,expires:s=!0,exitBeforeEnter:l=!1,onDestroyed:c,ref:u,config:d}=r?r():t,f=Ai((()=>r||3==arguments.length?cC():void 0),[]),h=Mw(e),p=[],g=Mi(null),m=i?null:g.current;Ix((()=>{g.current=p})),jx((()=>(Cw(p,(e=>{f?.add(e.ctrl),e.ctrl.ref=f})),()=>{Cw(g.current,(e=>{e.expired&&clearTimeout(e.expirationId),vk(e.ctrl,f),e.ctrl.stop(!0)}))})));const v=function(e,{key:t,keys:n=t},r){if(null===n){const t=new Set;return e.map((e=>{const n=r&&r.find((n=>n.item===e&&"leave"!==n.phase&&!t.has(n)));return n?(t.add(n),n.key):fC++}))}return xw.und(n)?e:xw.fun(n)?e.map(n):Mw(n)}(h,r?r():t,m),b=i&&g.current||[];Ix((()=>Cw(b,(({ctrl:e,item:t,key:n})=>{vk(e,f),ok(c,t,n)}))));const y=[];if(m&&Cw(m,((e,t)=>{e.expired?(clearTimeout(e.expirationId),b.push(e)):~(t=y[t]=v.indexOf(e.key))&&(p[t]=e)})),Cw(h,((e,t)=>{p[t]||(p[t]={key:v[t],item:e,phase:"mount",ctrl:new eC},p[t].ctrl.item=e)})),y.length){let e=-1;const{leave:n}=r?r():t;Cw(y,((t,r)=>{const i=m[r];~t?(e=p.indexOf(i),p[e]={...i,item:h[t]}):n&&p.splice(++e,0,i)}))}xw.fun(o)&&p.sort(((e,t)=>o(e.item,t.item)));let _=-a;const w=Bx(),x=uk(t),k=new Map,C=Mi(new Map),S=Mi(!1);Cw(p,((e,n)=>{const i=e.key,o=e.phase,c=r?r():t;let f,h;const p=ok(c.delay||0,i);if("mount"==o)f=c.enter,h="enter";else{const e=v.indexOf(i)<0;if("leave"!=o)if(e)f=c.leave,h="leave";else{if(!(f=c.update))return;h="update"}else{if(e)return;f=c.enter,h="enter"}}if(f=ok(f,e.item,n),f=xw.obj(f)?hk(f):{to:f},!f.config){const t=d||x.config;f.config=ok(t,e.item,n,h)}_+=a;const b={...x,delay:p+_,ref:u,immediate:c.immediate,reset:!1,...f};if("enter"==h&&xw.und(b.from)){const i=r?r():t,o=xw.und(i.initial)||m?i.from:i.initial;b.from=ok(o,e.item,n)}const{onResolve:y}=b;b.onResolve=e=>{ok(y,e);const t=g.current,n=t.find((e=>e.key===i));if(n&&(!e.cancelled||"update"==n.phase)&&n.ctrl.idle){const e=t.every((e=>e.ctrl.idle));if("leave"==n.phase){const t=ok(s,n.item);if(!1!==t){const r=!0===t?0:t;if(n.expired=!0,!e&&r>0)return void(r<=2147483647&&(n.expirationId=setTimeout(w,r)))}}e&&t.some((e=>e.expired))&&(C.current.delete(n),l&&(S.current=!0),w())}};const M=rC(e.ctrl,b);"leave"===h&&l?C.current.set(e,{phase:h,springs:M,payload:b}):k.set(e,{phase:h,springs:M,payload:b})}));const M=Li(lC),A=Hx(M),T=M!==A&&gk(M);Ix((()=>{T&&Cw(p,(e=>{e.ctrl.start({default:M})}))}),[M]),Cw(k,((e,t)=>{if(C.current.size){const e=p.findIndex((e=>e.key===t.key));p.splice(e,1)}})),Ix((()=>{Cw(C.current.size?C.current:k,(({phase:e,payload:t},n)=>{const{ctrl:r}=n;n.phase=e,f?.add(r),T&&"enter"==e&&r.start({default:M}),t&&(bk(r,t.ref),!r.ref&&!f||S.current?(r.start(t),S.current&&(S.current=!1)):r.update(t))}))}),i?void 0:n);const L=e=>Pr(Ir,null,p.map(((t,n)=>{const{springs:r}=k.get(t)||t.ctrl,i=e({...r},t.item,t,n),o=xw.str(t.key)||xw.num(t.key)?t.key:t.ctrl.id,a=i?.props??{},s=i?.ref;return i&&i.type?Pr(i.type,{...a,key:o,ref:s}):i})));return f?[L,f]:L}var fC=1,hC=class extends zk{constructor(e,t){super(),this.source=e,this.idle=!0,this._active=new Set,this.calc=ux(...t);const n=this._get(),r=Qx(n);Ux(this,r.create(n))}advance(e){const t=this._get();kw(t,this.get())||(qx(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&gC(this._active)&&mC(this)}_get(){const e=xw.arr(this.source)?this.source.map(px):Mw(px(this.source));return this.calc(...e)}_start(){this.idle&&!gC(this._active)&&(this.idle=!1,Cw(Wx(this),(e=>{e.done=!1})),_w.skipAnimation?(nw.batchedUpdates((()=>this.advance())),mC(this)):Fw.start(this))}_attach(){let e=1;Cw(Mw(this.source),(t=>{hx(t)&&yx(t,this),Dk(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){Cw(Mw(this.source),(e=>{hx(e)&&_x(e,this)})),this._active.clear(),mC(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=Mw(this.source).reduce(((e,t)=>Math.max(e,(Dk(t)?t.priority:0)+1)),0))}};function pC(e){return!1!==e.idle}function gC(e){return!e.size||Array.from(e).every(pC)}function mC(e){e.idle||(e.idle=!0,Cw(Wx(e),(e=>{e.done=!0})),mx(e,{type:"idle",parent:e}))}var vC=(e,...t)=>new hC(e,t);_w.assign({createStringInterpolator:Nx,to:(e,t)=>new hC(e,t)});var bC=/^--/;function yC(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||bC.test(e)||wC.hasOwnProperty(e)&&wC[e]?(""+t).trim():t+"px"}var _C={},wC={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},xC=["Webkit","Ms","Moz","O"];wC=Object.keys(wC).reduce(((e,t)=>(xC.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),wC);var kC=/^(matrix|translate|scale|rotate|skew)/,CC=/^(translate)/,SC=/^(rotate|skew)/,MC=(e,t)=>xw.num(e)&&0!==e?e+t:e,AC=(e,t)=>xw.arr(e)?e.every((e=>AC(e,t))):xw.num(e)?e===t:parseFloat(e)===t,TC=class extends Zx{constructor({x:e,y:t,z:n,...r}){const i=[],o=[];(e||t||n)&&(i.push([e||0,t||0,n||0]),o.push((e=>[`translate3d(${e.map((e=>MC(e,"px"))).join(",")})`,AC(e,0)]))),Sw(r,((e,t)=>{if("transform"===t)i.push([e||""]),o.push((e=>[e,""===e]));else if(kC.test(t)){if(delete r[t],xw.und(e))return;const n=CC.test(t)?"px":SC.test(t)?"deg":"";i.push(Mw(e)),o.push("rotate3d"===t?([e,t,r,i])=>[`rotate3d(${e},${t},${r},${MC(i,n)})`,AC(i,0)]:e=>[`${t}(${e.map((e=>MC(e,n))).join(",")})`,AC(e,t.startsWith("scale")?1:0)])}})),i.length&&(r.transform=new LC(i,o)),super(r)}},LC=class extends vx{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return Cw(this.inputs,((n,r)=>{const i=px(n[0]),[o,a]=this.transforms[r](xw.arr(i)?i:n.map(px));e+=" "+o,t=t&&a})),t?"none":e}observerAdded(e){1==e&&Cw(this.inputs,(e=>Cw(e,(e=>hx(e)&&yx(e,this)))))}observerRemoved(e){0==e&&Cw(this.inputs,(e=>Cw(e,(e=>hx(e)&&_x(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),mx(this,e)}};_w.assign({batchedUpdates:mo,createStringInterpolator:Nx,colors:Ww});var EC,NC,OC,RC,DC,PC,zC,IC,BC,jC,FC,HC,$C,qC,UC,WC,VC,GC,YC,XC,ZC,KC,JC,QC,eS,tS,nS,rS,iS,oS,aS,sS,lS,cS,uS,dS,fS,hS,pS,gS,mS,vS,bS,yS,_S,wS,xS,kS,CS,SS,MS,AS,TS,LS,ES,NS,OS,RS,DS,PS,zS,IS,BS,jS,FS,HS,$S,qS,US,WS,VS,GS,YS,XS,ZS,KS,JS,QS,eM,tM,nM,rM,iM,oM,aM,sM,lM,cM,uM,dM,fM,hM,pM,gM,mM,vM,bM,yM,_M=rk(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,{className:r,style:i,children:o,scrollTop:a,scrollLeft:s,viewBox:l,...c}=t,u=Object.values(c),d=Object.keys(c).map((t=>n||e.hasAttribute(t)?t:_C[t]||(_C[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==o&&(e.textContent=o);for(const t in i)if(i.hasOwnProperty(t)){const n=yC(t,i[t]);bC.test(t)?e.style.setProperty(t,n):e.style[t]=n}d.forEach(((t,n)=>{e.setAttribute(t,u[n])})),void 0!==r&&(e.className=r),void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==l&&e.setAttribute("viewBox",l)},createAnimatedStyle:e=>new TC(e),getComponentProps:({scrollTop:e,scrollLeft:t,...n})=>n}),wM=_M.animated;function xM(){return RC?OC:(RC=1,OC=function(e,t){return e===t||e!=e&&t!=t})}function kM(){if(PC)return DC;PC=1;var e=xM();return DC=function(t,n){for(var r=t.length;r--;)if(e(t[r][0],n))return r;return-1},DC}function CM(){if(WC)return UC;WC=1;var e=NC?EC:(NC=1,EC=function(){this.__data__=[],this.size=0}),t=function(){if(IC)return zC;IC=1;var e=kM(),t=Array.prototype.splice;return zC=function(n){var r=this.__data__,i=e(r,n);return!(i<0||(i==r.length-1?r.pop():t.call(r,i,1),--this.size,0))},zC}(),n=function(){if(jC)return BC;jC=1;var e=kM();return BC=function(t){var n=this.__data__,r=e(n,t);return r<0?void 0:n[r][1]},BC}(),r=function(){if(HC)return FC;HC=1;var e=kM();return FC=function(t){return e(this.__data__,t)>-1}}(),i=function(){if(qC)return $C;qC=1;var e=kM();return $C=function(t,n){var r=this.__data__,i=e(r,t);return i<0?(++this.size,r.push([t,n])):r[i][1]=n,this},$C}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,UC=o}function SM(){if(tS)return eS;tS=1;var e="object"==typeof Lm&&Lm&&Lm.Object===Object&&Lm;return eS=e}function MM(){if(rS)return nS;rS=1;var e=SM(),t="object"==typeof self&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return nS=n}function AM(){if(oS)return iS;oS=1;var e=MM().Symbol;return iS=e}function TM(){if(dS)return uS;dS=1;var e=AM(),t=function(){if(sS)return aS;sS=1;var e=AM(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,i=e?e.toStringTag:void 0;return aS=function(e){var t=n.call(e,i),o=e[i];try{e[i]=void 0;var a=!0}catch(e){}var s=r.call(e);return a&&(t?e[i]=o:delete e[i]),s}}(),n=function(){if(cS)return lS;cS=1;var e=Object.prototype.toString;return lS=function(t){return e.call(t)}}(),r=e?e.toStringTag:void 0;return uS=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":r&&r in Object(e)?t(e):n(e)}}function LM(){return hS||(hS=1,fS=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}),fS}function EM(){if(gS)return pS;gS=1;var e=TM(),t=LM();return pS=function(n){if(!t(n))return!1;var r=e(n);return"[object Function]"==r||"[object GeneratorFunction]"==r||"[object AsyncFunction]"==r||"[object Proxy]"==r}}function NM(){if(wS)return _S;wS=1;var e=Function.prototype.toString;return _S=function(t){if(null!=t){try{return e.call(t)}catch(e){}try{return t+""}catch(e){}}return""},_S}function OM(){if(AS)return MS;AS=1;var e=function(){if(kS)return xS;kS=1;var e=EM(),t=function(){if(yS)return bS;yS=1;var e,t=function(){if(vS)return mS;vS=1;var e=MM()["__core-js_shared__"];return mS=e}(),n=(e=/[^.]+$/.exec(t&&t.keys&&t.keys.IE_PROTO||""))?"Symbol(src)_1."+e:"";return bS=function(e){return!!n&&n in e},bS}(),n=LM(),r=NM(),i=/^\[object .+?Constructor\]$/,o=Function.prototype,a=Object.prototype,s=o.toString,l=a.hasOwnProperty,c=RegExp("^"+s.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return xS=function(o){return!(!n(o)||t(o))&&(e(o)?c:i).test(r(o))}}(),t=(SS||(SS=1,CS=function(e,t){return null==e?void 0:e[t]}),CS);return MS=function(n,r){var i=t(n,r);return e(i)?i:void 0},MS}function RM(){if(LS)return TS;LS=1;var e=OM()(MM(),"Map");return TS=e}function DM(){if(NS)return ES;NS=1;var e=OM()(Object,"create");return ES=e}function PM(){if(XS)return YS;XS=1;var e=(GS||(GS=1,VS=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}),VS);return YS=function(t,n){var r=t.__data__;return e(n)?r["string"==typeof n?"string":"hash"]:r.map},YS}function zM(){if(oM)return iM;oM=1;var e=function(){if(WS)return US;WS=1;var e=function(){if(qS)return $S;qS=1;var e=function(){if(RS)return OS;RS=1;var e=DM();return OS=function(){this.__data__=e?e(null):{},this.size=0}}(),t=PS?DS:(PS=1,DS=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}),n=function(){if(IS)return zS;IS=1;var e=DM(),t=Object.prototype.hasOwnProperty;return zS=function(n){var r=this.__data__;if(e){var i=r[n];return"__lodash_hash_undefined__"===i?void 0:i}return t.call(r,n)?r[n]:void 0}}(),r=function(){if(jS)return BS;jS=1;var e=DM(),t=Object.prototype.hasOwnProperty;return BS=function(n){var r=this.__data__;return e?void 0!==r[n]:t.call(r,n)}}(),i=function(){if(HS)return FS;HS=1;var e=DM();return FS=function(t,n){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=e&&void 0===n?"__lodash_hash_undefined__":n,this}}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,$S=o}(),t=CM(),n=RM();return US=function(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}}(),t=function(){if(KS)return ZS;KS=1;var e=PM();return ZS=function(t){var n=e(this,t).delete(t);return this.size-=n?1:0,n}}(),n=function(){if(QS)return JS;QS=1;var e=PM();return JS=function(t){return e(this,t).get(t)}}(),r=function(){if(tM)return eM;tM=1;var e=PM();return eM=function(t){return e(this,t).has(t)}}(),i=function(){if(rM)return nM;rM=1;var e=PM();return nM=function(t,n){var r=e(this,t),i=r.size;return r.set(t,n),this.size+=r.size==i?0:1,this}}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,iM=o}function IM(){if(cM)return lM;cM=1;var e=CM(),t=function(){if(GC)return VC;GC=1;var e=CM();return VC=function(){this.__data__=new e,this.size=0}}(),n=XC?YC:(XC=1,YC=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}),r=KC?ZC:(KC=1,ZC=function(e){return this.__data__.get(e)}),i=QC?JC:(QC=1,JC=function(e){return this.__data__.has(e)}),o=function(){if(sM)return aM;sM=1;var e=CM(),t=RM(),n=zM();return aM=function(r,i){var o=this.__data__;if(o instanceof e){var a=o.__data__;if(!t||a.length<199)return a.push([r,i]),this.size=++o.size,this;o=this.__data__=new n(a)}return o.set(r,i),this.size=o.size,this}}();function a(t){var n=this.__data__=new e(t);this.size=n.size}return a.prototype.clear=t,a.prototype.delete=n,a.prototype.get=r,a.prototype.has=i,a.prototype.set=o,lM=a}function BM(){if(dM)return uM;dM=1;var e=OM(),t=function(){try{var t=e(Object,"defineProperty");return t({},"",{}),t}catch(e){}}();return uM=t}function jM(){if(hM)return fM;hM=1;var e=BM();return fM=function(t,n,r){"__proto__"==n&&e?e(t,n,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[n]=r},fM}function FM(){if(gM)return pM;gM=1;var e=jM(),t=xM();return pM=function(n,r,i){(void 0!==i&&!t(n[r],i)||void 0===i&&!(r in n))&&e(n,r,i)},pM}function HM(){if(yM)return bM;yM=1;var e=(vM||(vM=1,mM=function(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var l=a[e?s:++i];if(!1===n(o[l],l,o))break}return t}}),mM),t=e();return bM=t}var $M,qM,UM,WM,VM,GM,YM,XM,ZM,KM,JM,QM,eA,tA,nA,rA,iA,oA,aA,sA,lA,cA,uA,dA,fA,hA,pA,gA,mA,vA,bA,yA,_A,wA={exports:{}};function xA(){return $M||($M=1,function(e,t){var n=MM(),r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=a?a(n):new e.constructor(n);return e.copy(r),r}}(wA,wA.exports)),wA.exports}function kA(){if(UM)return qM;UM=1;var e=MM().Uint8Array;return qM=e}function CA(){if(VM)return WM;VM=1;var e=kA();return WM=function(t){var n=new t.constructor(t.byteLength);return new e(n).set(new e(t)),n}}function SA(){if(YM)return GM;YM=1;var e=CA();return GM=function(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}}function MA(){return ZM||(ZM=1,XM=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}),XM}function AA(){return eA||(eA=1,QM=function(e,t){return function(n){return e(t(n))}}),QM}function TA(){if(nA)return tA;nA=1;var e=AA()(Object.getPrototypeOf,Object);return tA=e}function LA(){if(iA)return rA;iA=1;var e=Object.prototype;return rA=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}}function EA(){if(aA)return oA;aA=1;var e=function(){if(JM)return KM;JM=1;var e=LM(),t=Object.create,n=function(){function n(){}return function(r){if(!e(r))return{};if(t)return t(r);n.prototype=r;var i=new n;return n.prototype=void 0,i}}();return KM=n}(),t=TA(),n=LA();return oA=function(r){return"function"!=typeof r.constructor||n(r)?{}:e(t(r))}}function NA(){return lA?sA:(lA=1,sA=function(e){return null!=e&&"object"==typeof e})}function OA(){if(fA)return dA;fA=1;var e=function(){if(uA)return cA;uA=1;var e=TM(),t=NA();return cA=function(n){return t(n)&&"[object Arguments]"==e(n)}}(),t=NA(),n=Object.prototype,r=n.hasOwnProperty,i=n.propertyIsEnumerable,o=e(function(){return arguments}())?e:function(e){return t(e)&&r.call(e,"callee")&&!i.call(e,"callee")};return dA=o}function RA(){if(pA)return hA;pA=1;var e=Array.isArray;return hA=e}function DA(){return mA?gA:(mA=1,gA=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991})}function PA(){if(bA)return vA;bA=1;var e=EM(),t=DA();return vA=function(n){return null!=n&&t(n.length)&&!e(n)}}function zA(){if(_A)return yA;_A=1;var e=PA(),t=NA();return yA=function(n){return t(n)&&e(n)}}var IA,BA,jA,FA,HA,$A,qA,UA,WA,VA={exports:{}};function GA(){return jA||(jA=1,function(e,t){var n=MM(),r=BA?IA:(BA=1,IA=function(){return!1}),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||r;e.exports=s}(VA,VA.exports)),VA.exports}function YA(){if(HA)return FA;HA=1;var e=TM(),t=TA(),n=NA(),r=Function.prototype,i=Object.prototype,o=r.toString,a=i.hasOwnProperty,s=o.call(Object);return FA=function(r){if(!n(r)||"[object Object]"!=e(r))return!1;var i=t(r);if(null===i)return!0;var l=a.call(i,"constructor")&&i.constructor;return"function"==typeof l&&l instanceof l&&o.call(l)==s}}function XA(){return WA||(WA=1,UA=function(e){return function(t){return e(t)}}),UA}var ZA,KA,JA,QA,eT,tT,nT,rT,iT,oT,aT,sT,lT,cT,uT,dT,fT,hT,pT,gT,mT,vT,bT,yT,_T,wT,xT,kT,CT,ST,MT,AT,TT,LT,ET,NT,OT,RT,DT,PT,zT,IT,BT,jT,FT,HT,$T,qT,UT,WT={exports:{}};function VT(){return ZA||(ZA=1,function(e,t){var n=SM(),r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r&&n.process,a=function(){try{return i&&i.require&&i.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(WT,WT.exports)),WT.exports}function GT(){if(JA)return KA;JA=1;var e=function(){if(qA)return $A;qA=1;var e=TM(),t=DA(),n=NA(),r={};return r["[object Float32Array]"]=r["[object Float64Array]"]=r["[object Int8Array]"]=r["[object Int16Array]"]=r["[object Int32Array]"]=r["[object Uint8Array]"]=r["[object Uint8ClampedArray]"]=r["[object Uint16Array]"]=r["[object Uint32Array]"]=!0,r["[object Arguments]"]=r["[object Array]"]=r["[object ArrayBuffer]"]=r["[object Boolean]"]=r["[object DataView]"]=r["[object Date]"]=r["[object Error]"]=r["[object Function]"]=r["[object Map]"]=r["[object Number]"]=r["[object Object]"]=r["[object RegExp]"]=r["[object Set]"]=r["[object String]"]=r["[object WeakMap]"]=!1,$A=function(i){return n(i)&&t(i.length)&&!!r[e(i)]}}(),t=XA(),n=VT(),r=n&&n.isTypedArray,i=r?t(r):e;return KA=i}function YT(){return eT||(eT=1,QA=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}),QA}function XT(){if(nT)return tT;nT=1;var e=jM(),t=xM(),n=Object.prototype.hasOwnProperty;return tT=function(r,i,o){var a=r[i];n.call(r,i)&&t(a,o)&&(void 0!==o||i in r)||e(r,i,o)},tT}function ZT(){if(iT)return rT;iT=1;var e=XT(),t=jM();return rT=function(n,r,i,o){var a=!i;i||(i={});for(var s=-1,l=r.length;++s<l;){var c=r[s],u=o?o(i[c],n[c],c,i,n):void 0;void 0===u&&(u=n[c]),a?t(i,c,u):e(i,c,u)}return i},rT}function KT(){if(lT)return sT;lT=1;var e=/^(?:0|[1-9]\d*)$/;return sT=function(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n},sT}function JT(){if(uT)return cT;uT=1;var e=(aT||(aT=1,oT=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}),oT),t=OA(),n=RA(),r=GA(),i=KT(),o=GT(),a=Object.prototype.hasOwnProperty;return cT=function(s,l){var c=n(s),u=!c&&t(s),d=!c&&!u&&r(s),f=!c&&!u&&!d&&o(s),h=c||u||d||f,p=h?e(s.length,String):[],g=p.length;for(var m in s)!l&&!a.call(s,m)||h&&("length"==m||d&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||i(m,g))||p.push(m);return p}}function QT(){if(mT)return gT;mT=1;var e=JT(),t=function(){if(pT)return hT;pT=1;var e=LM(),t=LA(),n=(fT||(fT=1,dT=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}),dT),r=Object.prototype.hasOwnProperty;return hT=function(i){if(!e(i))return n(i);var o=t(i),a=[];for(var s in i)("constructor"!=s||!o&&r.call(i,s))&&a.push(s);return a},hT}(),n=PA();return gT=function(r){return n(r)?e(r,!0):t(r)}}function eL(){return CT?kT:(CT=1,kT=function(e){return e})}function tL(){if(TT)return AT;TT=1;var e=(MT||(MT=1,ST=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}),ST),t=Math.max;return AT=function(n,r,i){return r=t(void 0===r?n.length-1:r,0),function(){for(var o=arguments,a=-1,s=t(o.length-r,0),l=Array(s);++a<s;)l[a]=o[r+a];a=-1;for(var c=Array(r+1);++a<r;)c[a]=o[a];return c[r]=i(l),e(n,this,c)}},AT}function nL(){if(zT)return PT;zT=1;var e=function(){if(OT)return NT;OT=1;var e=ET?LT:(ET=1,LT=function(e){return function(){return e}}),t=BM(),n=eL();return NT=t?function(n,r){return t(n,"toString",{configurable:!0,enumerable:!1,value:e(r),writable:!0})}:n}(),t=function(){if(DT)return RT;DT=1;var e=Date.now;return RT=function(t){var n=0,r=0;return function(){var i=e(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}},RT}(),n=t(e);return PT=n}function rL(){if(BT)return IT;BT=1;var e=eL(),t=tL(),n=nL();return IT=function(r,i){return n(t(r,i,e),r+"")},IT}function iL(){if(FT)return jT;FT=1;var e=xM(),t=PA(),n=KT(),r=LM();return jT=function(i,o,a){if(!r(a))return!1;var s=typeof o;return!!("number"==s?t(a)&&n(o,a.length):"string"==s&&o in a)&&e(a[o],i)},jT}var oL,aL,sL,lL,cL,uL,dL,fL,hL,pL,gL,mL,vL,bL,yL,_L,wL,xL,kL,CL,SL,ML,AL,TL,LL=function(){if(UT)return qT;UT=1;var e=function(){if(xT)return wT;xT=1;var e=IM(),t=FM(),n=HM(),r=function(){if(_T)return yT;_T=1;var e=FM(),t=xA(),n=SA(),r=MA(),i=EA(),o=OA(),a=RA(),s=zA(),l=GA(),c=EM(),u=LM(),d=YA(),f=GT(),h=YT(),p=function(){if(bT)return vT;bT=1;var e=ZT(),t=QT();return vT=function(n){return e(n,t(n))}}();return yT=function(g,m,v,b,y,_,w){var x=h(g,v),k=h(m,v),C=w.get(k);if(C)e(g,v,C);else{var S=_?_(x,k,v+"",g,m,w):void 0,M=void 0===S;if(M){var A=a(k),T=!A&&l(k),L=!A&&!T&&f(k);S=k,A||T||L?a(x)?S=x:s(x)?S=r(x):T?(M=!1,S=t(k,!0)):L?(M=!1,S=n(k,!0)):S=[]:d(k)||o(k)?(S=x,o(x)?S=p(x):u(x)&&!c(x)||(S=i(k))):M=!1}M&&(w.set(k,S),y(S,k,b,_,w),w.delete(k)),e(g,v,S)}},yT}(),i=LM(),o=QT(),a=YT();return wT=function s(l,c,u,d,f){l!==c&&n(c,(function(n,o){if(f||(f=new e),i(n))r(l,c,o,u,s,d,f);else{var h=d?d(a(l,o),n,o+"",l,c,f):void 0;void 0===h&&(h=n),t(l,o,h)}}),o)},wT}(),t=function(){if($T)return HT;$T=1;var e=rL(),t=iL();return HT=function(n){return e((function(e,r){var i=-1,o=r.length,a=o>1?r[o-1]:void 0,s=o>2?r[2]:void 0;for(a=n.length>3&&"function"==typeof a?(o--,a):void 0,s&&t(r[0],r[1],s)&&(a=o<3?void 0:a,o=1),e=Object(e);++i<o;){var l=r[i];l&&n(e,l,i,a)}return e}))},HT}(),n=t((function(t,n,r){e(t,n,r)}));return qT=n}(),EL=Em(LL);function NL(){if(aL)return oL;aL=1;var e=TM(),t=NA();return oL=function(n){return"symbol"==typeof n||t(n)&&"[object Symbol]"==e(n)}}function OL(){if(lL)return sL;lL=1;var e=RA(),t=NL(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;return sL=function(i,o){if(e(i))return!1;var a=typeof i;return!("number"!=a&&"symbol"!=a&&"boolean"!=a&&null!=i&&!t(i))||r.test(i)||!n.test(i)||null!=o&&i in Object(o)},sL}function RL(){return mL||(mL=1,gL=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}),gL}function DL(){if(_L)return yL;_L=1;var e=function(){if(bL)return vL;bL=1;var e=AM(),t=RL(),n=RA(),r=NL(),i=e?e.prototype:void 0,o=i?i.toString:void 0;return vL=function e(i){if("string"==typeof i)return i;if(n(i))return t(i,e)+"";if(r(i))return o?o.call(i):"";var a=i+"";return"0"==a&&1/i==-1/0?"-0":a},vL}();return yL=function(t){return null==t?"":e(t)}}function PL(){if(xL)return wL;xL=1;var e=RA(),t=OL(),n=function(){if(pL)return hL;pL=1;var e=function(){if(fL)return dL;fL=1;var e=function(){if(uL)return cL;uL=1;var e=zM();function t(n,r){if("function"!=typeof n||null!=r&&"function"!=typeof r)throw new TypeError("Expected a function");var i=function(){var e=arguments,t=r?r.apply(this,e):e[0],o=i.cache;if(o.has(t))return o.get(t);var a=n.apply(this,e);return i.cache=o.set(t,a)||o,a};return i.cache=new(t.Cache||e),i}return t.Cache=e,cL=t}();return dL=function(t){var n=e(t,(function(e){return 500===r.size&&r.clear(),e})),r=n.cache;return n},dL}(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e((function(e){var r=[];return 46===e.charCodeAt(0)&&r.push(""),e.replace(t,(function(e,t,i,o){r.push(i?o.replace(n,"$1"):t||e)})),r}));return hL=r}(),r=DL();return wL=function(i,o){return e(i)?i:t(i,o)?[i]:n(r(i))},wL}function zL(){if(CL)return kL;CL=1;var e=NL();return kL=function(t){if("string"==typeof t||e(t))return t;var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}}function IL(){if(ML)return SL;ML=1;var e=PL(),t=zL();return SL=function(n,r){for(var i=0,o=(r=e(r,n)).length;null!=n&&i<o;)n=n[t(r[i++])];return i&&i==o?n:void 0},SL}function BL(){if(TL)return AL;TL=1;var e=IL();return AL=function(t,n,r){var i=null==t?void 0:e(t,n);return void 0===i?r:i},AL}var jL,FL,HL,$L,qL=Em(BL());function UL(){if(FL)return jL;FL=1;var e=XT(),t=PL(),n=KT(),r=LM(),i=zL();return jL=function(o,a,s,l){if(!r(o))return o;for(var c=-1,u=(a=t(a,o)).length,d=u-1,f=o;null!=f&&++c<u;){var h=i(a[c]),p=s;if("__proto__"===h||"constructor"===h||"prototype"===h)return o;if(c!=d){var g=f[h];void 0===(p=l?l(g,h,f):void 0)&&(p=r(g)?g:n(a[c+1])?[]:{})}e(f,h,p),f=f[h]}return o},jL}var WL=function(){if($L)return HL;$L=1;var e=UL();return HL=function(t,n,r){return null==t?t:e(t,n,r)},HL}(),VL=Em(WL);function GL(){return GL=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},GL.apply(null,arguments)}var YL=["outlineWidth","outlineColor","outlineOpacity"],XL=function(e){return e.outlineWidth,e.outlineColor,e.outlineOpacity,function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,YL)},ZL=["axis.ticks.text","axis.legend.text","legends.title.text","legends.text","legends.ticks.text","legends.title.text","labels.text","dots.text","markers.text","annotations.text"],KL=function(e,t){return t?EL({},e,t):e},JL={background:"transparent",text:{fontFamily:"sans-serif",fontSize:11,fill:"#333333",outlineWidth:0,outlineColor:"#ffffff",outlineOpacity:1},axis:{domain:{line:{stroke:"transparent",strokeWidth:1}},ticks:{line:{stroke:"#777777",strokeWidth:1},text:{}},legend:{text:{fontSize:12}}},grid:{line:{stroke:"#dddddd",strokeWidth:1}},legends:{hidden:{symbol:{fill:"#333333",opacity:.6},text:{fill:"#333333",opacity:.6}},text:{},ticks:{line:{stroke:"#777777",strokeWidth:1},text:{fontSize:10}},title:{text:{}}},labels:{text:{}},markers:{lineColor:"#000000",lineStrokeWidth:1,text:{}},dots:{text:{}},tooltip:{container:{background:"white",color:"inherit",fontSize:"inherit",borderRadius:"2px",boxShadow:"0 1px 2px rgba(0, 0, 0, 0.25)",padding:"5px 9px"},basic:{whiteSpace:"pre",display:"flex",alignItems:"center"},chip:{marginRight:7},table:{},tableCell:{padding:"3px 5px"},tableCellValue:{fontWeight:"bold"}},crosshair:{line:{stroke:"#000000",strokeWidth:1,strokeOpacity:.75,strokeDasharray:"6 6"}},annotations:{text:{fontSize:13,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},link:{stroke:"#000000",strokeWidth:1,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},outline:{fill:"none",stroke:"#000000",strokeWidth:2,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},symbol:{fill:"#000000",outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1}}},QL=si(null),eE={},tE=function(e){var t=e.theme,n=void 0===t?eE:t,r=e.children,i=function(e){return Ai((function(){return function(e,t){var n=EL({},e,t);return ZL.forEach((function(e){VL(n,e,function(e,t){return GL({},t,e)}(qL(n,e),n.text))})),n}(JL,e)}),[e])}(n);return Ps(QL.Provider,{value:i,children:r})},nE=function(){var e=Li(QL);if(null===e)throw new Error("Unable to find the theme, did you forget to wrap your component with ThemeProvider?");return e};function rE(){return rE=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},rE.apply(null,arguments)}var iE=["basic","chip","container","table","tableCell","tableCellValue"],oE={pointerEvents:"none",position:"absolute",zIndex:10,top:0,left:0},aE=function(e,t){return"translate("+e+"px, "+t+"px)"},sE=Hi((function(e){var t,n=e.position,r=e.anchor,i=e.children,o=nE(),a=Sz(),s=a.animate,l=a.config,c=oI(),u=c[0],d=c[1],f=Mi(!1),h=void 0,p=!1,g=d.width>0&&d.height>0,m=Math.round(n[0]),v=Math.round(n[1]);g&&("top"===r?(m-=d.width/2,v-=d.height+14):"right"===r?(m+=14,v-=d.height/2):"bottom"===r?(m-=d.width/2,v+=14):"left"===r?(m-=d.width+14,v-=d.height/2):"center"===r&&(m-=d.width/2,v-=d.height/2),h={transform:aE(m,v)},f.current||(p=!0),f.current=[m,v]);var b=uC({to:h,config:l,immediate:!s||p}),y=o.tooltip;y.basic,y.chip,y.container,y.table,y.tableCell,y.tableCellValue;var _=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(y,iE),w=rE({},oE,_,{transform:null!=(t=b.transform)?t:aE(m,v),opacity:b.transform?1:0});return Ps(wM.div,{ref:u,style:w,children:i})}));sE.displayName="TooltipWrapper";var lE=Hi((function(e){var t=e.size,n=void 0===t?12:t,r=e.color,i=e.style;return Ps("span",{style:rE({display:"block",width:n,height:n,background:r},void 0===i?{}:i)})})),cE=Hi((function(e){var t,n=e.id,r=e.value,i=e.format,o=e.enableChip,a=void 0!==o&&o,s=e.color,l=e.renderContent,c=nE(),u=sI(i);if("function"==typeof l)t=l();else{var d=r;void 0!==u&&void 0!==d&&(d=u(d)),t=Ps("div",{style:c.tooltip.basic,children:[a&&Ps(lE,{color:s,style:c.tooltip.chip}),void 0!==d?Ps("span",{children:[n,": ",Ps("strong",{children:""+d})]}):n]})}return Ps("div",{style:c.tooltip.container,role:"tooltip",children:t})})),uE={width:"100%",borderCollapse:"collapse"},dE=Hi((function(e){var t,n=e.title,r=e.rows,i=void 0===r?[]:r,o=e.renderContent,a=nE();return i.length?(t="function"==typeof o?o():Ps("div",{children:[n&&n,Ps("table",{style:rE({},uE,a.tooltip.table),children:Ps("tbody",{children:i.map((function(e,t){return Ps("tr",{children:e.map((function(e,t){return Ps("td",{style:a.tooltip.tableCell,children:e},t)}))},t)}))})})]}),Ps("div",{style:a.tooltip.container,children:t})):null}));dE.displayName="TableTooltip";var fE=Hi((function(e){var t=e.x0,n=e.x1,r=e.y0,i=e.y1,o=nE(),a=Sz(),s=a.animate,l=a.config,c=Ai((function(){return rE({},o.crosshair.line,{pointerEvents:"none"})}),[o.crosshair.line]),u=uC({x1:t,x2:n,y1:r,y2:i,config:l,immediate:!s});return Ps(wM.line,rE({},u,{fill:"none",style:c}))}));fE.displayName="CrosshairLine";var hE=Hi((function(e){var t,n,r=e.width,i=e.height,o=e.type,a=e.x,s=e.y;return"cross"===o?(t={x0:a,x1:a,y0:0,y1:i},n={x0:0,x1:r,y0:s,y1:s}):"top-left"===o?(t={x0:a,x1:a,y0:0,y1:s},n={x0:0,x1:a,y0:s,y1:s}):"top"===o?t={x0:a,x1:a,y0:0,y1:s}:"top-right"===o?(t={x0:a,x1:a,y0:0,y1:s},n={x0:a,x1:r,y0:s,y1:s}):"right"===o?n={x0:a,x1:r,y0:s,y1:s}:"bottom-right"===o?(t={x0:a,x1:a,y0:s,y1:i},n={x0:a,x1:r,y0:s,y1:s}):"bottom"===o?t={x0:a,x1:a,y0:s,y1:i}:"bottom-left"===o?(t={x0:a,x1:a,y0:s,y1:i},n={x0:0,x1:a,y0:s,y1:s}):"left"===o?n={x0:0,x1:a,y0:s,y1:s}:"x"===o?t={x0:a,x1:a,y0:0,y1:i}:"y"===o&&(n={x0:0,x1:r,y0:s,y1:s}),Ps(Ir,{children:[t&&Ps(fE,{x0:t.x0,x1:t.x1,y0:t.y0,y1:t.y1}),n&&Ps(fE,{x0:n.x0,x1:n.x1,y0:n.y0,y1:n.y1})]})}));hE.displayName="Crosshair";var pE,gE,mE=si({showTooltipAt:function(){},showTooltipFromEvent:function(){},hideTooltip:function(){}}),vE={isVisible:!1,position:[null,null],content:null,anchor:null},bE=si(vE),yE=function(){var e=Li(mE);if(void 0===e)throw new Error("useTooltip must be used within a TooltipProvider");return e},_E=function(){var e=function(){var e=Li(bE);if(void 0===e)throw new Error("useTooltipState must be used within a TooltipProvider");return e}();return function(e){return e.isVisible}(e)?Ps(sE,{position:e.position,anchor:e.anchor,children:e.content}):null},wE=function(e){var t=e.container,n=e.children,r=function(e){var t=xi(vE),n=t[0],r=t[1],i=Ti((function(e,t,n){var i=t[0],o=t[1];void 0===n&&(n="top"),r({isVisible:!0,position:[i,o],anchor:n,content:e})}),[r]),o=Ti((function(t,n,i){void 0===i&&(i="top");var o=e.current.getBoundingClientRect(),a=e.current.offsetWidth,s=a===o.width?1:a/o.width,l="touches"in n?n.touches[0]:n,c=l.clientX,u=l.clientY,d=(c-o.left)*s,f=(u-o.top)*s;"left"!==i&&"right"!==i||(i=d<o.width/2?"right":"left"),r({isVisible:!0,position:[d,f],anchor:i,content:t})}),[e,r]),a=Ti((function(){r(vE)}),[r]);return{actions:Ai((function(){return{showTooltipAt:i,showTooltipFromEvent:o,hideTooltip:a}}),[i,o,a]),state:n}}(t),i=r.actions,o=r.state;return Ps(mE.Provider,{value:i,children:Ps(bE.Provider,{value:o,children:n})})},xE=Em(function(){if(gE)return pE;gE=1;var e=TM(),t=RA(),n=NA();return pE=function(r){return"string"==typeof r||!t(r)&&n(r)&&"[object String]"==e(r)}}());let kE;kE="undefined"!=typeof window?window:"undefined"!=typeof self?self:a.g;let CE=null,SE=null;const ME=kE.clearTimeout,AE=kE.setTimeout,TE=kE.cancelAnimationFrame||kE.mozCancelAnimationFrame||kE.webkitCancelAnimationFrame,LE=kE.requestAnimationFrame||kE.mozRequestAnimationFrame||kE.webkitRequestAnimationFrame;null==TE||null==LE?(CE=ME,SE=function(e){return AE(e,20)}):(CE=function([e,t]){TE(e),ME(t)},SE=function(e){const t=LE((function(){ME(n),e()})),n=AE((function(){TE(t),e()}),20);return[t,n]});class EE extends Br{constructor(...e){super(...e),this.state={height:this.props.defaultHeight||0,width:this.props.defaultWidth||0},this._autoSizer=null,this._detectElementResize=null,this._didLogDeprecationWarning=!1,this._parentNode=null,this._resizeObserver=null,this._timeoutId=null,this._onResize=()=>{this._timeoutId=null;const{disableHeight:e,disableWidth:t,onResize:n}=this.props;if(this._parentNode){const r=window.getComputedStyle(this._parentNode)||{},i=parseFloat(r.paddingLeft||"0"),o=parseFloat(r.paddingRight||"0"),a=parseFloat(r.paddingTop||"0"),s=parseFloat(r.paddingBottom||"0"),l=this._parentNode.getBoundingClientRect(),c=l.height-a-s,u=l.width-i-o;if(!e&&this.state.height!==c||!t&&this.state.width!==u){this.setState({height:c,width:u});const e=()=>{this._didLogDeprecationWarning||(this._didLogDeprecationWarning=!0,console.warn("scaledWidth and scaledHeight parameters have been deprecated; use width and height instead"))};"function"==typeof n&&n({height:c,width:u,get scaledHeight(){return e(),c},get scaledWidth(){return e(),u}})}}},this._setRef=e=>{this._autoSizer=e}}componentDidMount(){const{nonce:e}=this.props,t=this._autoSizer?this._autoSizer.parentNode:null;if(null!=t&&t.ownerDocument&&t.ownerDocument.defaultView&&t instanceof t.ownerDocument.defaultView.HTMLElement){this._parentNode=t;const n=t.ownerDocument.defaultView.ResizeObserver;null!=n?(this._resizeObserver=new n((()=>{this._timeoutId=setTimeout(this._onResize,0)})),this._resizeObserver.observe(t)):(this._detectElementResize=function(e){let t,n,r,i,o,a,s;const l="undefined"!=typeof document&&document.attachEvent;if(!l){a=function(e){const t=e.__resizeTriggers__,n=t.firstElementChild,r=t.lastElementChild,i=n.firstElementChild;r.scrollLeft=r.scrollWidth,r.scrollTop=r.scrollHeight,i.style.width=n.offsetWidth+1+"px",i.style.height=n.offsetHeight+1+"px",n.scrollLeft=n.scrollWidth,n.scrollTop=n.scrollHeight},o=function(e){return e.offsetWidth!==e.__resizeLast__.width||e.offsetHeight!==e.__resizeLast__.height},s=function(e){if(e.target.className&&"function"==typeof e.target.className.indexOf&&e.target.className.indexOf("contract-trigger")<0&&e.target.className.indexOf("expand-trigger")<0)return;const t=this;a(this),this.__resizeRAF__&&CE(this.__resizeRAF__),this.__resizeRAF__=SE((function(){o(t)&&(t.__resizeLast__.width=t.offsetWidth,t.__resizeLast__.height=t.offsetHeight,t.__resizeListeners__.forEach((function(n){n.call(t,e)})))}))};let e=!1,l="";r="animationstart";const c="Webkit Moz O ms".split(" ");let u="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),d="";{const t=document.createElement("fakeelement");if(void 0!==t.style.animationName&&(e=!0),!1===e)for(let n=0;n<c.length;n++)if(void 0!==t.style[c[n]+"AnimationName"]){d=c[n],l="-"+d.toLowerCase()+"-",r=u[n],e=!0;break}}n="resizeanim",t="@"+l+"keyframes "+n+" { from { opacity: 0; } to { opacity: 0; } } ",i=l+"animation: 1ms "+n+"; "}return{addResizeListener:function(o,c){if(l)o.attachEvent("onresize",c);else{if(!o.__resizeTriggers__){const l=o.ownerDocument,c=kE.getComputedStyle(o);c&&"static"===c.position&&(o.style.position="relative"),function(n){if(!n.getElementById("detectElementResize")){const r=(t||"")+".resize-triggers { "+(i||"")+'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',o=n.head||n.getElementsByTagName("head")[0],a=n.createElement("style");a.id="detectElementResize",a.type="text/css",null!=e&&a.setAttribute("nonce",e),a.styleSheet?a.styleSheet.cssText=r:a.appendChild(n.createTextNode(r)),o.appendChild(a)}}(l),o.__resizeLast__={},o.__resizeListeners__=[],(o.__resizeTriggers__=l.createElement("div")).className="resize-triggers";const u=l.createElement("div");u.className="expand-trigger",u.appendChild(l.createElement("div"));const d=l.createElement("div");d.className="contract-trigger",o.__resizeTriggers__.appendChild(u),o.__resizeTriggers__.appendChild(d),o.appendChild(o.__resizeTriggers__),a(o),o.addEventListener("scroll",s,!0),r&&(o.__resizeTriggers__.__animationListener__=function(e){e.animationName===n&&a(o)},o.__resizeTriggers__.addEventListener(r,o.__resizeTriggers__.__animationListener__))}o.__resizeListeners__.push(c)}},removeResizeListener:function(e,t){if(l)e.detachEvent("onresize",t);else if(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),!e.__resizeListeners__.length){e.removeEventListener("scroll",s,!0),e.__resizeTriggers__.__animationListener__&&(e.__resizeTriggers__.removeEventListener(r,e.__resizeTriggers__.__animationListener__),e.__resizeTriggers__.__animationListener__=null);try{e.__resizeTriggers__=!e.removeChild(e.__resizeTriggers__)}catch(e){}}}}}(e),this._detectElementResize.addResizeListener(t,this._onResize)),this._onResize()}}componentWillUnmount(){this._parentNode&&(this._detectElementResize&&this._detectElementResize.removeResizeListener(this._parentNode,this._onResize),null!==this._timeoutId&&clearTimeout(this._timeoutId),this._resizeObserver&&this._resizeObserver.disconnect())}render(){const{children:e,defaultHeight:t,defaultWidth:n,disableHeight:r=!1,disableWidth:i=!1,doNotBailOutOnEmptyChildren:o=!1,nonce:a,onResize:s,style:l={},tagName:c="div",...u}=this.props,{height:d,width:f}=this.state,h={overflow:"visible"},p={};let g=!1;return r||(0===d&&(g=!0),h.height=0,p.height=d,p.scaledHeight=d),i||(0===f&&(g=!0),h.width=0,p.width=f,p.scaledWidth=f),o&&(g=!1),Pr(c,{ref:this._setRef,style:{...h,...l},...u},!g&&e(p))}}function NE(e,t){return e===t}function OE(e,t,n){var r=n&&n.equalityFn||NE,i=Mi(e),o=xi({})[1],a=function(e,t,n,r){var i=this,o=Mi(null),a=Mi(0),s=Mi(0),l=Mi(null),c=Mi([]),u=Mi(),d=Mi(),f=Mi(e),h=Mi(!0);f.current=e;var p="undefined"!=typeof window,g=!t&&0!==t&&p;if("function"!=typeof e)throw new TypeError("Expected a function");t=+t||0;var m=!!(n=n||{}).leading,v=!("trailing"in n)||!!n.trailing,b="maxWait"in n,y="debounceOnServer"in n&&!!n.debounceOnServer,_=b?Math.max(+n.maxWait||0,t):null;Ci((function(){return h.current=!0,function(){h.current=!1}}),[]);var w=Ai((function(){var e=function(e){var t=c.current,n=u.current;return c.current=u.current=null,a.current=e,s.current=s.current||e,d.current=f.current.apply(n,t)},n=function(e,t){g&&cancelAnimationFrame(l.current),l.current=g?requestAnimationFrame(e):setTimeout(e,t)},w=function(e){if(!h.current)return!1;var n=e-o.current;return!o.current||n>=t||n<0||b&&e-a.current>=_},x=function(t){return l.current=null,v&&c.current?e(t):(c.current=u.current=null,d.current)},k=function e(){var r=Date.now();if(m&&s.current===a.current&&C(),w(r))return x(r);if(h.current){var i=t-(r-o.current),l=b?Math.min(i,_-(r-a.current)):i;n(e,l)}},C=function(){r&&r({})},S=function(){if(p||y){var r=Date.now(),s=w(r);if(c.current=[].slice.call(arguments),u.current=i,o.current=r,s){if(!l.current&&h.current)return a.current=o.current,n(k,t),m?e(o.current):d.current;if(b)return n(k,t),e(o.current)}return l.current||n(k,t),d.current}};return S.cancel=function(){var e=l.current;e&&(g?cancelAnimationFrame(l.current):clearTimeout(l.current)),a.current=0,c.current=o.current=u.current=l.current=null,e&&r&&r({})},S.isPending=function(){return!!l.current},S.flush=function(){return l.current?x(Date.now()):d.current},S}),[m,b,t,_,v,g,p,y,r]);return w}(Ti((function(e){i.current=e,o({})}),[o]),t,n,o),s=Mi(e);return r(s.current,e)||(a(e),s.current=e),[i.current,a]}var RE,DE,PE,zE,IE,BE,jE,FE,HE,$E,qE,UE,WE,VE,GE,YE,XE,ZE,KE,JE,QE,eN,tN,nN;function rN(){if(BE)return IE;BE=1;var e=zM(),t=DE?RE:(DE=1,RE=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}),n=zE?PE:(zE=1,PE=function(e){return this.__data__.has(e)});function r(t){var n=-1,r=null==t?0:t.length;for(this.__data__=new e;++n<r;)this.add(t[n])}return r.prototype.add=r.prototype.push=t,r.prototype.has=n,IE=r}function iN(){if(YE)return GE;YE=1;var e=function(){if(VE)return WE;VE=1;var e=(FE||(FE=1,jE=function(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}),jE),t=$E?HE:($E=1,HE=function(e){return e!=e}),n=(UE||(UE=1,qE=function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}),qE);return WE=function(r,i,o){return i==i?n(r,i,o):e(r,t,o)},WE}();return GE=function(t,n){return!(null==t||!t.length)&&e(t,n,0)>-1},GE}function oN(){return ZE||(ZE=1,XE=function(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}),XE}function aN(){return JE?KE:(JE=1,KE=function(e,t){return e.has(t)})}var sN=function(){if(nN)return tN;nN=1;var e=function(){if(eN)return QE;eN=1;var e=rN(),t=iN(),n=oN(),r=RL(),i=XA(),o=aN();return QE=function(a,s,l,c){var u=-1,d=t,f=!0,h=a.length,p=[],g=s.length;if(!h)return p;l&&(s=r(s,i(l))),c?(d=n,f=!1):s.length>=200&&(d=o,f=!1,s=new e(s));e:for(;++u<h;){var m=a[u],v=null==l?m:l(m);if(m=c||0!==m?m:0,f&&v==v){for(var b=g;b--;)if(s[b]===v)continue e;p.push(m)}else d(s,v,c)||p.push(m)}return p},QE}(),t=rL(),n=zA(),r=t((function(t,r){return n(t)?e(t,r):[]}));return tN=r}(),lN=Em(sN);function cN(e){for(var t=e.length/6|0,n=new Array(t),r=0;r<t;)n[r]="#"+e.slice(6*r,6*++r);return n}var uN=cN("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),dN=cN("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"),fN=cN("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"),hN=cN("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"),pN=cN("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"),gN=cN("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"),mN=cN("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"),vN=cN("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"),bN=cN("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"),yN=cN("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab"),_N=e=>od(e[e.length-1]),wN=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(cN),xN=_N(wN),kN=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(cN),CN=_N(kN),SN=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(cN),MN=_N(SN),AN=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(cN),TN=_N(AN),LN=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(cN),EN=_N(LN),NN=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(cN),ON=_N(NN),RN=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(cN),DN=_N(RN),PN=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(cN),zN=_N(PN),IN=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(cN),BN=_N(IN),jN=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(cN),FN=_N(jN),HN=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(cN),$N=_N(HN),qN=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(cN),UN=_N(qN),WN=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(cN),VN=_N(WN),GN=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(cN),YN=_N(GN),XN=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(cN),ZN=_N(XN),KN=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(cN),JN=_N(KN),QN=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(cN),eO=_N(QN),tO=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(cN),nO=_N(tO),rO=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(cN),iO=_N(rO),oO=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(cN),aO=_N(oO),sO=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(cN),lO=_N(sO),cO=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(cN),uO=_N(cO),dO=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(cN),fO=_N(dO),hO=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(cN),pO=_N(hO),gO=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(cN),mO=_N(gO),vO=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(cN),bO=_N(vO),yO=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(cN),_O=_N(yO),wO=Cd(Ju(300,.5,0),Ju(-240,.5,1)),xO=Cd(Ju(-100,.75,.35),Ju(80,1.5,.8)),kO=Cd(Ju(260,.75,.35),Ju(80,1.5,.8)),CO=Ju(),SO=Lu(),MO=Math.PI/3,AO=2*Math.PI/3;function TO(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}var LO,EO,NO=TO(cN("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),OO=TO(cN("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),RO=TO(cN("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),DO=TO(cN("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921"));function PO(){return EO||(EO=1,LO=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}),LO}var zO=Em(PO());RA();var IO=Em(EM());function BO(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}var jO,FO=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function HO(e){if(!(t=FO.exec(e)))throw new Error("invalid format: "+e);var t;return new $O({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function $O(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function qO(e,t){var n=BO(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}HO.prototype=$O.prototype,$O.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var UO={"%":function(e,t){return(100*e).toFixed(t)},b:function(e){return Math.round(e).toString(2)},c:function(e){return e+""},d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},g:function(e,t){return e.toPrecision(t)},o:function(e){return Math.round(e).toString(8)},p:function(e,t){return qO(100*e,t)},r:qO,s:function(e,t){var n=BO(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(jO=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+BO(e,Math.max(0,t+o-1))[0]},X:function(e){return Math.round(e).toString(16).toUpperCase()},x:function(e){return Math.round(e).toString(16)}};function WO(e){return e}var VO,GO,YO=Array.prototype.map,XO=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];VO=function(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?WO:(t=YO.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=e.decimal+"",s=void 0===e.numerals?WO:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(YO.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=HO(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):UO[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=UO[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?XO[8+jO/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=HO(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(function(e){return(e=BO(Math.abs(e)))?e[1]:NaN}(t)/3))),i=Math.pow(10,-r),o=XO[8+r/3];return function(e){return n(i*e)+o}}}}({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"}),GO=VO.format,VO.formatPrefix;var ZO=new Date,KO=new Date;function JO(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=function(t){return e(t=new Date(+t)),t},i.ceil=function(n){return e(n=new Date(n-1)),t(n,1),e(n),n},i.round=function(e){var t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=function(e,n){return t(e=new Date(+e),null==n?1:Math.floor(n)),e},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return s;do{s.push(a=new Date(+n)),t(n,o),e(n)}while(a<n&&n<r);return s},i.filter=function(n){return JO((function(t){if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),(function(e,r){if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););}))},n&&(i.count=function(t,r){return ZO.setTime(+t),KO.setTime(+r),e(ZO),e(KO),Math.floor(n(ZO,KO))},i.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?function(t){return r(t)%e==0}:function(t){return i.count(0,t)%e==0}):i:null}),i}const QO=864e5,eR=6048e5;var tR=JO((e=>e.setHours(0,0,0,0)),((e,t)=>e.setDate(e.getDate()+t)),((e,t)=>(t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/QO),(e=>e.getDate()-1));function nR(e){return JO((function(t){t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),(function(e,t){e.setDate(e.getDate()+7*t)}),(function(e,t){return(t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/eR}))}tR.range;var rR=nR(0),iR=nR(1),oR=nR(2),aR=nR(3),sR=nR(4),lR=nR(5),cR=nR(6);rR.range,iR.range,oR.range,aR.range,sR.range,lR.range,cR.range;var uR=JO((function(e){e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,t){e.setFullYear(e.getFullYear()+t)}),(function(e,t){return t.getFullYear()-e.getFullYear()}),(function(e){return e.getFullYear()}));uR.every=function(e){return isFinite(e=Math.floor(e))&&e>0?JO((function(t){t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,n){t.setFullYear(t.getFullYear()+n*e)})):null},uR.range;var dR=JO((function(e){e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+t)}),(function(e,t){return(t-e)/QO}),(function(e){return e.getUTCDate()-1}));function fR(e){return JO((function(t){t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+7*t)}),(function(e,t){return(t-e)/eR}))}dR.range;var hR=fR(0),pR=fR(1),gR=fR(2),mR=fR(3),vR=fR(4),bR=fR(5),yR=fR(6);hR.range,pR.range,gR.range,mR.range,vR.range,bR.range,yR.range;var _R=JO((function(e){e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCFullYear(e.getUTCFullYear()+t)}),(function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()}),(function(e){return e.getUTCFullYear()}));function wR(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function xR(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function kR(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}_R.every=function(e){return isFinite(e=Math.floor(e))&&e>0?JO((function(t){t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null},_R.range;var CR,SR,MR,AR,TR={"-":"",_:" ",0:"0"},LR=/^\s*\d+/,ER=/^%/,NR=/[\\^$*+?|[\]().{}]/g;function OR(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(t)+i:i)}function RR(e){return e.replace(NR,"\\$&")}function DR(e){return new RegExp("^(?:"+e.map(RR).join("|")+")","i")}function PR(e){return new Map(e.map(((e,t)=>[e.toLowerCase(),t])))}function zR(e,t,n){var r=LR.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function IR(e,t,n){var r=LR.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function BR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function jR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function FR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function HR(e,t,n){var r=LR.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function $R(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function qR(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function UR(e,t,n){var r=LR.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function WR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function VR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function GR(e,t,n){var r=LR.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function YR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function XR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function ZR(e,t,n){var r=LR.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function KR(e,t,n){var r=LR.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function JR(e,t,n){var r=LR.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function QR(e,t,n){var r=ER.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function eD(e,t,n){var r=LR.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function tD(e,t,n){var r=LR.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function nD(e,t){return OR(e.getDate(),t,2)}function rD(e,t){return OR(e.getHours(),t,2)}function iD(e,t){return OR(e.getHours()%12||12,t,2)}function oD(e,t){return OR(1+tR.count(uR(e),e),t,3)}function aD(e,t){return OR(e.getMilliseconds(),t,3)}function sD(e,t){return aD(e,t)+"000"}function lD(e,t){return OR(e.getMonth()+1,t,2)}function cD(e,t){return OR(e.getMinutes(),t,2)}function uD(e,t){return OR(e.getSeconds(),t,2)}function dD(e){var t=e.getDay();return 0===t?7:t}function fD(e,t){return OR(rR.count(uR(e)-1,e),t,2)}function hD(e){var t=e.getDay();return t>=4||0===t?sR(e):sR.ceil(e)}function pD(e,t){return e=hD(e),OR(sR.count(uR(e),e)+(4===uR(e).getDay()),t,2)}function gD(e){return e.getDay()}function mD(e,t){return OR(iR.count(uR(e)-1,e),t,2)}function vD(e,t){return OR(e.getFullYear()%100,t,2)}function bD(e,t){return OR((e=hD(e)).getFullYear()%100,t,2)}function yD(e,t){return OR(e.getFullYear()%1e4,t,4)}function _D(e,t){var n=e.getDay();return OR((e=n>=4||0===n?sR(e):sR.ceil(e)).getFullYear()%1e4,t,4)}function wD(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+OR(t/60|0,"0",2)+OR(t%60,"0",2)}function xD(e,t){return OR(e.getUTCDate(),t,2)}function kD(e,t){return OR(e.getUTCHours(),t,2)}function CD(e,t){return OR(e.getUTCHours()%12||12,t,2)}function SD(e,t){return OR(1+dR.count(_R(e),e),t,3)}function MD(e,t){return OR(e.getUTCMilliseconds(),t,3)}function AD(e,t){return MD(e,t)+"000"}function TD(e,t){return OR(e.getUTCMonth()+1,t,2)}function LD(e,t){return OR(e.getUTCMinutes(),t,2)}function ED(e,t){return OR(e.getUTCSeconds(),t,2)}function ND(e){var t=e.getUTCDay();return 0===t?7:t}function OD(e,t){return OR(hR.count(_R(e)-1,e),t,2)}function RD(e){var t=e.getUTCDay();return t>=4||0===t?vR(e):vR.ceil(e)}function DD(e,t){return e=RD(e),OR(vR.count(_R(e),e)+(4===_R(e).getUTCDay()),t,2)}function PD(e){return e.getUTCDay()}function zD(e,t){return OR(pR.count(_R(e)-1,e),t,2)}function ID(e,t){return OR(e.getUTCFullYear()%100,t,2)}function BD(e,t){return OR((e=RD(e)).getUTCFullYear()%100,t,2)}function jD(e,t){return OR(e.getUTCFullYear()%1e4,t,4)}function FD(e,t){var n=e.getUTCDay();return OR((e=n>=4||0===n?vR(e):vR.ceil(e)).getUTCFullYear()%1e4,t,4)}function HD(){return"+0000"}function $D(){return"%"}function qD(e){return+e}function UD(e){return Math.floor(+e/1e3)}CR=function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,o=e.days,a=e.shortDays,s=e.months,l=e.shortMonths,c=DR(i),u=PR(i),d=DR(o),f=PR(o),h=DR(a),p=PR(a),g=DR(s),m=PR(s),v=DR(l),b=PR(l),y={a:function(e){return a[e.getDay()]},A:function(e){return o[e.getDay()]},b:function(e){return l[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:null,d:nD,e:nD,f:sD,g:bD,G:_D,H:rD,I:iD,j:oD,L:aD,m:lD,M:cD,p:function(e){return i[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:qD,s:UD,S:uD,u:dD,U:fD,V:pD,w:gD,W:mD,x:null,X:null,y:vD,Y:yD,Z:wD,"%":$D},_={a:function(e){return a[e.getUTCDay()]},A:function(e){return o[e.getUTCDay()]},b:function(e){return l[e.getUTCMonth()]},B:function(e){return s[e.getUTCMonth()]},c:null,d:xD,e:xD,f:AD,g:BD,G:FD,H:kD,I:CD,j:SD,L:MD,m:TD,M:LD,p:function(e){return i[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:qD,s:UD,S:ED,u:ND,U:OD,V:DD,w:PD,W:zD,x:null,X:null,y:ID,Y:jD,Z:HD,"%":$D},w={a:function(e,t,n){var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=d.exec(t.slice(n));return r?(e.w=f.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=v.exec(t.slice(n));return r?(e.m=b.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return C(e,t,n,r)},d:VR,e:VR,f:JR,g:$R,G:HR,H:YR,I:YR,j:GR,L:KR,m:WR,M:XR,p:function(e,t,n){var r=c.exec(t.slice(n));return r?(e.p=u.get(r[0].toLowerCase()),n+r[0].length):-1},q:UR,Q:eD,s:tD,S:ZR,u:IR,U:BR,V:jR,w:zR,W:FR,x:function(e,t,r){return C(e,n,t,r)},X:function(e,t,n){return C(e,r,t,n)},y:$R,Y:HR,Z:qR,"%":QR};function x(e,t){return function(n){var r,i,o,a=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s<c;)37===e.charCodeAt(s)&&(a.push(e.slice(l,s)),null!=(i=TR[r=e.charAt(++s)])?r=e.charAt(++s):i="e"===r?" ":"0",(o=t[r])&&(r=o(n,i)),a.push(r),l=s+1);return a.push(e.slice(l,s)),a.join("")}}function k(e,t){return function(n){var r,i,o=kR(1900,void 0,1);if(C(o,e,n+="",0)!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(t&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=xR(kR(o.y,0,1))).getUTCDay(),r=i>4||0===i?pR.ceil(r):pR(r),r=dR.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=wR(kR(o.y,0,1))).getDay(),r=i>4||0===i?iR.ceil(r):iR(r),r=tR.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?xR(kR(o.y,0,1)).getUTCDay():wR(kR(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,xR(o)):wR(o)}}function C(e,t,n,r){for(var i,o,a=0,s=t.length,l=n.length;a<s;){if(r>=l)return-1;if(37===(i=t.charCodeAt(a++))){if(i=t.charAt(a++),!(o=w[i in TR?t.charAt(a++):i])||(r=o(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return y.x=x(n,y),y.X=x(r,y),y.c=x(t,y),_.x=x(n,_),_.X=x(r,_),_.c=x(t,_),{format:function(e){var t=x(e+="",y);return t.toString=function(){return e},t},parse:function(e){var t=k(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=x(e+="",_);return t.toString=function(){return e},t},utcParse:function(e){var t=k(e+="",!0);return t.toString=function(){return e},t}}}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}),SR=CR.format,MR=CR.parse,CR.utcFormat,AR=CR.utcParse;var WD,VD,GD,YD,XD,ZD,KD,JD,QD,eP,tP,nP,rP,iP,oP,aP,sP,lP,cP,uP,dP,fP,hP=Em(YA());function pP(){if(JD)return KD;JD=1;var e=(YD||(YD=1,GD=function(e,t){return null!=e&&t in Object(e)}),GD),t=function(){if(ZD)return XD;ZD=1;var e=PL(),t=OA(),n=RA(),r=KT(),i=DA(),o=zL();return XD=function(a,s,l){for(var c=-1,u=(s=e(s,a)).length,d=!1;++c<u;){var f=o(s[c]);if(!(d=null!=a&&l(a,f)))break;a=a[f]}return d||++c!=u?d:!!(u=null==a?0:a.length)&&i(u)&&r(f,u)&&(n(a)||t(a))},XD}();return KD=function(n,r){return null!=n&&t(n,r,e)}}function gP(){return nP||(nP=1,tP=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}),tP}function mP(){if(aP)return oP;aP=1;var e=gP(),t=function(){if(iP)return rP;iP=1;var e=AM(),t=OA(),n=RA(),r=e?e.isConcatSpreadable:void 0;return rP=function(e){return n(e)||t(e)||!!(r&&e&&e[r])}}();return oP=function n(r,i,o,a,s){var l=-1,c=r.length;for(o||(o=t),s||(s=[]);++l<c;){var u=r[l];i>0&&o(u)?i>1?n(u,i-1,o,a,s):e(s,u):a||(s[s.length]=u)}return s},oP}function vP(){if(uP)return cP;uP=1;var e=function(){if(lP)return sP;lP=1;var e=mP();return sP=function(t){return null!=t&&t.length?e(t,1):[]},sP}(),t=tL(),n=nL();return cP=function(r){return n(t(r,void 0,e),r+"")}}var bP,yP,_P,wP,xP,kP,CP,SP,MP,AP,TP,LP,EP,NP,OP,RP,DP,PP,zP,IP,BP,jP,FP,HP,$P,qP,UP,WP,VP,GP,YP,XP,ZP,KP,JP,QP,ez,tz,nz,rz,iz,oz,az,sz,lz=function(){if(fP)return dP;fP=1;var e=function(){if(eP)return QD;eP=1;var e=function(){if(VD)return WD;VD=1;var e=IL(),t=UL(),n=PL();return WD=function(r,i,o){for(var a=-1,s=i.length,l={};++a<s;){var c=i[a],u=e(r,c);o(u,c)&&t(l,n(c,r),u)}return l},WD}(),t=pP();return QD=function(n,r){return e(n,r,(function(e,r){return t(n,r)}))}}(),t=vP()((function(t,n){return null==t?{}:e(t,n)}));return dP=t}(),cz=Em(lz);function uz(){if(wP)return _P;wP=1;var e=rN(),t=(yP||(yP=1,bP=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}),bP),n=aN();return _P=function(r,i,o,a,s,l){var c=1&o,u=r.length,d=i.length;if(u!=d&&!(c&&d>u))return!1;var f=l.get(r),h=l.get(i);if(f&&h)return f==i&&h==r;var p=-1,g=!0,m=2&o?new e:void 0;for(l.set(r,i),l.set(i,r);++p<u;){var v=r[p],b=i[p];if(a)var y=c?a(b,v,p,i,r,l):a(v,b,p,r,i,l);if(void 0!==y){if(y)continue;g=!1;break}if(m){if(!t(i,(function(e,t){if(!n(m,t)&&(v===e||s(v,e,o,a,l)))return m.push(t)}))){g=!1;break}}else if(v!==b&&!s(v,b,o,a,l)){g=!1;break}}return l.delete(r),l.delete(i),g},_P}function dz(){return SP||(SP=1,CP=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}),CP}function fz(){if(LP)return TP;LP=1;var e=gP(),t=RA();return TP=function(n,r,i){var o=r(n);return t(n)?o:e(o,i(n))},TP}function hz(){return NP||(NP=1,EP=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}),EP}function pz(){return RP?OP:(RP=1,OP=function(){return[]})}function gz(){if(PP)return DP;PP=1;var e=hz(),t=pz(),n=Object.prototype.propertyIsEnumerable,r=Object.getOwnPropertySymbols,i=r?function(t){return null==t?[]:(t=Object(t),e(r(t),(function(e){return n.call(t,e)})))}:t;return DP=i}function mz(){if(HP)return FP;HP=1;var e=JT(),t=function(){if(jP)return BP;jP=1;var e=LA(),t=function(){if(IP)return zP;IP=1;var e=AA()(Object.keys,Object);return zP=e}(),n=Object.prototype.hasOwnProperty;return BP=function(r){if(!e(r))return t(r);var i=[];for(var o in Object(r))n.call(r,o)&&"constructor"!=o&&i.push(o);return i},BP}(),n=PA();return FP=function(r){return n(r)?e(r):t(r)}}function vz(){if(qP)return $P;qP=1;var e=fz(),t=gz(),n=mz();return $P=function(r){return e(r,n,t)}}function bz(){if(KP)return ZP;KP=1;var e=OM()(MM(),"Set");return ZP=e}function yz(){if(tz)return ez;tz=1;var e=function(){if(GP)return VP;GP=1;var e=OM()(MM(),"DataView");return VP=e}(),t=RM(),n=function(){if(XP)return YP;XP=1;var e=OM()(MM(),"Promise");return YP=e}(),r=bz(),i=function(){if(QP)return JP;QP=1;var e=OM()(MM(),"WeakMap");return JP=e}(),o=TM(),a=NM(),s="[object Map]",l="[object Promise]",c="[object Set]",u="[object WeakMap]",d="[object DataView]",f=a(e),h=a(t),p=a(n),g=a(r),m=a(i),v=o;return(e&&v(new e(new ArrayBuffer(1)))!=d||t&&v(new t)!=s||n&&v(n.resolve())!=l||r&&v(new r)!=c||i&&v(new i)!=u)&&(v=function(e){var t=o(e),n="[object Object]"==t?e.constructor:void 0,r=n?a(n):"";if(r)switch(r){case f:return d;case h:return s;case p:return l;case g:return c;case m:return u}return t}),ez=v}function _z(){if(rz)return nz;rz=1;var e=IM(),t=uz(),n=function(){if(AP)return MP;AP=1;var e=AM(),t=kA(),n=xM(),r=uz(),i=(kP||(kP=1,xP=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}),xP),o=dz(),a=e?e.prototype:void 0,s=a?a.valueOf:void 0;return MP=function(e,a,l,c,u,d,f){switch(l){case"[object DataView]":if(e.byteLength!=a.byteLength||e.byteOffset!=a.byteOffset)return!1;e=e.buffer,a=a.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=a.byteLength||!d(new t(e),new t(a)));case"[object Boolean]":case"[object Date]":case"[object Number]":return n(+e,+a);case"[object Error]":return e.name==a.name&&e.message==a.message;case"[object RegExp]":case"[object String]":return e==a+"";case"[object Map]":var h=i;case"[object Set]":var p=1&c;if(h||(h=o),e.size!=a.size&&!p)return!1;var g=f.get(e);if(g)return g==a;c|=2,f.set(e,a);var m=r(h(e),h(a),c,u,d,f);return f.delete(e),m;case"[object Symbol]":if(s)return s.call(e)==s.call(a)}return!1},MP}(),r=function(){if(WP)return UP;WP=1;var e=vz(),t=Object.prototype.hasOwnProperty;return UP=function(n,r,i,o,a,s){var l=1&i,c=e(n),u=c.length;if(u!=e(r).length&&!l)return!1;for(var d=u;d--;){var f=c[d];if(!(l?f in r:t.call(r,f)))return!1}var h=s.get(n),p=s.get(r);if(h&&p)return h==r&&p==n;var g=!0;s.set(n,r),s.set(r,n);for(var m=l;++d<u;){var v=n[f=c[d]],b=r[f];if(o)var y=l?o(b,v,f,r,n,s):o(v,b,f,n,r,s);if(!(void 0===y?v===b||a(v,b,i,o,s):y)){g=!1;break}m||(m="constructor"==f)}if(g&&!m){var _=n.constructor,w=r.constructor;_==w||!("constructor"in n)||!("constructor"in r)||"function"==typeof _&&_ instanceof _&&"function"==typeof w&&w instanceof w||(g=!1)}return s.delete(n),s.delete(r),g},UP}(),i=yz(),o=RA(),a=GA(),s=GT(),l="[object Arguments]",c="[object Array]",u="[object Object]",d=Object.prototype.hasOwnProperty;return nz=function(f,h,p,g,m,v){var b=o(f),y=o(h),_=b?c:i(f),w=y?c:i(h),x=(_=_==l?u:_)==u,k=(w=w==l?u:w)==u,C=_==w;if(C&&a(f)){if(!a(h))return!1;b=!0,x=!1}if(C&&!x)return v||(v=new e),b||s(f)?t(f,h,p,g,m,v):n(f,h,_,p,g,m,v);if(!(1&p)){var S=x&&d.call(f,"__wrapped__"),M=k&&d.call(h,"__wrapped__");if(S||M){var A=S?f.value():f,T=M?h.value():h;return v||(v=new e),m(A,T,p,g,v)}}return!!C&&(v||(v=new e),r(f,h,p,g,m,v))},nz}function wz(){if(oz)return iz;oz=1;var e=_z(),t=NA();return iz=function n(r,i,o,a,s){return r===i||(null==r||null==i||!t(r)&&!t(i)?r!=r&&i!=i:e(r,i,o,a,n,s))},iz}var xz=Em(function(){if(sz)return az;sz=1;var e=wz();return az=function(t,n){return e(t,n)}}()),kz=si(),Cz=function(e){var t=e.children,n=e.animate,r=void 0===n||n,i=e.config,o=void 0===i?"default":i,a=Ai((function(){var e=xE(o)?yk[o]:o;return{animate:r,config:e}}),[r,o]);return Ps(kz.Provider,{value:a,children:t})},Sz=function(){return Li(kz)},Mz=function(e){var t=e.children,n=e.condition,r=e.wrapper;return n?go(r,{},t):t},Az={position:"relative"},Tz=function(e){var t=e.children,n=e.theme,r=e.renderWrapper,i=void 0===r||r,o=e.isInteractive,a=void 0===o||o,s=e.animate,l=e.motionConfig,c=Mi(null);return Ps(tE,{theme:n,children:Ps(Cz,{animate:s,config:l,children:Ps(wE,{container:c,children:Ps(Mz,{condition:i,wrapper:Ps("div",{style:Az,ref:c}),children:[t,a&&Ps(_E,{})]})})})})},Lz=function(e,t){return e.width===t.width&&e.height===t.height},Ez=function(e){var t=e.children,n=e.width,r=e.height,i=e.onResize,o=OE({width:n,height:r},e.debounceResize,{equalityFn:Lz})[0];return Ci((function(){null==i||i(o)}),[o,i]),Ps(Ir,{children:t(o)})},Nz=function(e){var t=e.children,n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=void 0===o?0:o;return Ps(EE,{defaultWidth:n,defaultHeight:r,children:function(e){var n=e.width,r=e.height;return Ps(Ez,{width:n,height:r,onResize:i,debounceResize:a,children:t})}})};function Oz(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Rz(){return Rz=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rz.apply(null,arguments)}function Dz(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var Pz=["id","colors"],zz={linearGradient:function(e){var t=e.id,n=e.colors;return Ps("linearGradient",Rz({id:t,x1:0,x2:0,y1:0,y2:1},Dz(e,Pz),{children:n.map((function(e){var t=e.offset,n=e.color,r=e.opacity;return Ps("stop",{offset:t+"%",stopColor:n,stopOpacity:void 0!==r?r:1},t)}))}))}},Iz=Hi((function(e){var t=e.id,n=e.background,r=void 0===n?"#ffffff":n,i=e.color,o=void 0===i?"#000000":i,a=e.size,s=void 0===a?4:a,l=e.padding,c=void 0===l?4:l,u=e.stagger,d=void 0!==u&&u,f=s+c,h=s/2,p=c/2;return!0===d&&(f=2*s+2*c),Ps("pattern",{id:t,width:f,height:f,patternUnits:"userSpaceOnUse",children:[Ps("rect",{width:f,height:f,fill:r}),Ps("circle",{cx:p+h,cy:p+h,r:h,fill:o}),d&&Ps("circle",{cx:1.5*c+s+h,cy:1.5*c+s+h,r:h,fill:o})]})})),Bz=function(e){return e*Math.PI/180},jz=function(e){return 180*e/Math.PI},Fz=function(e,t){return{x:Math.cos(e)*t,y:Math.sin(e)*t}},Hz={svg:{align:{left:"start",center:"middle",right:"end",start:"start",middle:"middle",end:"end"},baseline:{top:"text-before-edge",center:"central",bottom:"alphabetic"}},canvas:{align:{left:"left",center:"center",right:"right",start:"left",middle:"center",end:"right"},baseline:{top:"top",center:"middle",bottom:"bottom"}}},$z=Hi((function(e){var t=e.id,n=e.spacing,r=void 0===n?5:n,i=e.rotation,o=void 0===i?0:i,a=e.background,s=void 0===a?"#000000":a,l=e.color,c=void 0===l?"#ffffff":l,u=e.lineWidth,d=void 0===u?2:u,f=Math.round(o)%360,h=Math.abs(r);f>180?f-=360:f>90?f-=180:f<-180?f+=360:f<-90&&(f+=180);var p,g=h,m=h;return 0===f?p="\n M 0 0 L "+g+" 0\n M 0 "+m+" L "+g+" "+m+"\n ":90===f?p="\n M 0 0 L 0 "+m+"\n M "+g+" 0 L "+g+" "+m+"\n ":(g=Math.abs(h/Math.sin(Bz(f))),m=h/Math.sin(Bz(90-f)),p=f>0?"\n M 0 "+-m+" L "+2*g+" "+m+"\n M "+-g+" "+-m+" L "+g+" "+m+"\n M "+-g+" 0 L "+g+" "+2*m+"\n ":"\n M "+-g+" "+m+" L "+g+" "+-m+"\n M "+-g+" "+2*m+" L "+2*g+" "+-m+"\n M 0 "+2*m+" L "+2*g+" 0\n "),Ps("pattern",{id:t,width:g,height:m,patternUnits:"userSpaceOnUse",children:[Ps("rect",{width:g,height:m,fill:s,stroke:"rgba(255, 0, 0, 0.1)",strokeWidth:0}),Ps("path",{d:p,strokeWidth:d,stroke:c,strokeLinecap:"square"})]})})),qz=Hi((function(e){var t=e.id,n=e.color,r=void 0===n?"#000000":n,i=e.background,o=void 0===i?"#ffffff":i,a=e.size,s=void 0===a?4:a,l=e.padding,c=void 0===l?4:l,u=e.stagger,d=void 0!==u&&u,f=s+c,h=c/2;return!0===d&&(f=2*s+2*c),Ps("pattern",{id:t,width:f,height:f,patternUnits:"userSpaceOnUse",children:[Ps("rect",{width:f,height:f,fill:o}),Ps("rect",{x:h,y:h,width:s,height:s,fill:r}),d&&Ps("rect",{x:1.5*c+s,y:1.5*c+s,width:s,height:s,fill:r})]})})),Uz={patternDots:Iz,patternLines:$z,patternSquares:qz},Wz=["type"],Vz=Rz({},zz,Uz),Gz=Hi((function(e){var t=e.defs;return!t||t.length<1?null:Ps("defs",{"aria-hidden":!0,children:t.map((function(e){var t=e.type,n=Dz(e,Wz);return Vz[t]?Pr(Vz[t],Rz({key:n.id},n)):null}))})})),Yz=Ui((function(e,t){var n=e.width,r=e.height,i=e.margin,o=e.defs,a=e.children,s=e.role,l=e.ariaLabel,c=e.ariaLabelledBy,u=e.ariaDescribedBy,d=e.isFocusable,f=nE();return Ps("svg",{xmlns:"http://www.w3.org/2000/svg",width:n,height:r,role:s,"aria-label":l,"aria-labelledby":c,"aria-describedby":u,focusable:d,tabIndex:d?0:void 0,ref:t,children:[Ps(Gz,{defs:o}),Ps("rect",{width:n,height:r,fill:f.background}),Ps("g",{transform:"translate("+i.left+","+i.top+")",children:a})]})})),Xz=Hi((function(e){var t=e.size,n=e.color,r=e.borderWidth;return Ps("circle",{r:t/2,fill:n,stroke:e.borderColor,strokeWidth:r,style:{pointerEvents:"none"}})})),Zz=Hi((function(e){var t=e.x,n=e.y,r=e.symbol,i=void 0===r?Xz:r,o=e.size,a=e.datum,s=e.color,l=e.borderWidth,c=e.borderColor,u=e.label,d=e.labelTextAnchor,f=void 0===d?"middle":d,h=e.labelYOffset,p=void 0===h?-12:h,g=e.ariaLabel,m=e.ariaLabelledBy,v=e.ariaDescribedBy,b=e.ariaHidden,y=e.ariaDisabled,_=e.isFocusable,w=void 0!==_&&_,x=e.tabIndex,k=void 0===x?0:x,C=e.onFocus,S=e.onBlur,M=e.testId,A=nE(),T=Sz(),L=T.animate,E=uC({transform:"translate("+t+", "+n+")",config:T.config,immediate:!L}),N=Ti((function(e){null==C||C(a,e)}),[C,a]),O=Ti((function(e){null==S||S(a,e)}),[S,a]);return Ps(wM.g,{transform:E.transform,style:{pointerEvents:"none"},focusable:w,tabIndex:w?k:void 0,"aria-label":g,"aria-labelledby":m,"aria-describedby":v,"aria-disabled":y,"aria-hidden":b,onFocus:w&&C?N:void 0,onBlur:w&&S?O:void 0,"data-testid":M,children:[Pr(i,{size:o,color:s,datum:a,borderWidth:l,borderColor:c}),u&&Ps("text",{textAnchor:f,y:p,style:XL(A.dots.text),children:u})]})})),Kz=Hi((function(e){var t=e.width,n=e.height,r=e.axis,i=e.scale,o=e.value,a=e.lineStyle,s=e.textStyle,l=e.legend,c=e.legendNode,u=e.legendPosition,d=void 0===u?"top-right":u,f=e.legendOffsetX,h=void 0===f?14:f,p=e.legendOffsetY,g=void 0===p?14:p,m=e.legendOrientation,v=void 0===m?"horizontal":m,b=nE(),y=0,_=0,w=0,x=0;if("y"===r?(w=i(o),_=t):(y=i(o),x=n),l&&!c){var k=function(e){var t=e.width,n=e.height,r=e.position,i=e.offsetX,o=e.offsetY,a=e.orientation,s=0,l=0,c="vertical"===a?-90:0,u="start";if("x"===e.axis)switch(r){case"top-left":s=-i,l=o,u="end";break;case"top":l=-o,u="horizontal"===a?"middle":"start";break;case"top-right":s=i,l=o,u="horizontal"===a?"start":"end";break;case"right":s=i,l=n/2,u="horizontal"===a?"start":"middle";break;case"bottom-right":s=i,l=n-o,u="start";break;case"bottom":l=n+o,u="horizontal"===a?"middle":"end";break;case"bottom-left":l=n-o,s=-i,u="horizontal"===a?"end":"start";break;case"left":s=-i,l=n/2,u="horizontal"===a?"end":"middle"}else switch(r){case"top-left":s=i,l=-o,u="start";break;case"top":s=t/2,l=-o,u="horizontal"===a?"middle":"start";break;case"top-right":s=t-i,l=-o,u="horizontal"===a?"end":"start";break;case"right":s=t+i,u="horizontal"===a?"start":"middle";break;case"bottom-right":s=t-i,l=o,u="end";break;case"bottom":s=t/2,l=o,u="horizontal"===a?"middle":"end";break;case"bottom-left":s=i,l=o,u="horizontal"===a?"start":"end";break;case"left":s=-i,u="horizontal"===a?"end":"middle"}return{x:s,y:l,rotation:c,textAnchor:u}}({axis:r,width:t,height:n,position:d,offsetX:h,offsetY:g,orientation:v});c=Ps("text",{transform:"translate("+k.x+", "+k.y+") rotate("+k.rotation+")",textAnchor:k.textAnchor,dominantBaseline:"central",style:s,children:l})}return Ps("g",{transform:"translate("+y+", "+w+")",children:[Ps("line",{x1:0,x2:_,y1:0,y2:x,stroke:b.markers.lineColor,strokeWidth:b.markers.lineStrokeWidth,style:a}),c]})})),Jz=Hi((function(e){var t=e.markers,n=e.width,r=e.height,i=e.xScale,o=e.yScale;return t&&0!==t.length?t.map((function(e,t){return Ps(Kz,Rz({},e,{width:n,height:r,scale:"y"===e.axis?o:i}),t)})):null})),Qz=function(e){var t=Sz(),n=t.animate,r=t.config,i=function(e){var t=Mi();return Ci((function(){t.current=e}),[e]),t.current}(e),o=Ai((function(){return hd(i,e)}),[i,e]),a=uC({from:{value:0},to:{value:1},reset:!0,config:r,immediate:!n}).value;return vC(a,o)};si(void 0);var eI={basis:Gg,basisClosed:function(e){return new Yg(e)},basisOpen:function(e){return new Xg(e)},bundle:Kg,cardinal:em,cardinalClosed:nm,cardinalOpen:im,catmullRom:sm,catmullRomClosed:cm,catmullRomOpen:dm,linear:zg,linearClosed:function(e){return new fm(e)},monotoneX:function(e){return new vm(e)},monotoneY:function(e){return new bm(e)},natural:function(e){return new _m(e)},step:function(e){return new xm(e,.5)},stepAfter:function(e){return new xm(e,1)},stepBefore:function(e){return new xm(e,0)}},tI=Object.keys(eI);tI.filter((function(e){return e.endsWith("Closed")})),lN(tI,"bundle","basisClosed","basisOpen","cardinalClosed","cardinalOpen","catmullRomClosed","catmullRomOpen","linearClosed"),lN(tI,"bundle","basisClosed","basisOpen","cardinalClosed","cardinalOpen","catmullRomClosed","catmullRomOpen","linearClosed");var nI=function(e){if(!eI[e])throw new TypeError("'"+e+"', is not a valid curve interpolator identifier.");return eI[e]};zO(wN),zO(kN),zO(SN),zO(AN),zO(LN),zO(NN),zO(RN),zO(PN),zO(IN),zO(cO),zO(dO),zO(hO),zO(yO),zO(gO),zO(vO),zO(jN),zO(HN),zO(qN),zO(WN),zO(GN),zO(XN),zO(KN),zO(QN),zO(tO),zO(rO),zO(oO),zO(sO),zO(wN),zO(kN),zO(SN),zO(AN),zO(LN),zO(NN),zO(RN),zO(PN),zO(IN),zO(cO),zO(dO),zO(hO),zO(yO),zO(gO),zO(vO),zO(jN),zO(HN),zO(qN),zO(WN),zO(GN),zO(XN),zO(KN),zO(QN),zO(tO),zO(rO),zO(oO),zO(sO),Wd(bN);var rI={top:0,right:0,bottom:0,left:0},iI=function(e,t,n){return void 0===n&&(n={}),Ai((function(){var r=Rz({},rI,n);return{margin:r,innerWidth:e-r.left-r.right,innerHeight:t-r.top-r.bottom,outerWidth:e,outerHeight:t}}),[e,t,n])},oI=function(){var e=Mi(null),t=xi({left:0,top:0,width:0,height:0}),n=t[0],r=t[1],i=xi((function(){return"undefined"==typeof ResizeObserver?null:new ResizeObserver((function(e){var t=e[0];return r(t.contentRect)}))}))[0];return Ci((function(){return e.current&&null!==i&&i.observe(e.current),function(){null!==i&&i.disconnect()}}),[i]),[e,n]},aI=function(e){return"function"==typeof e?e:"string"==typeof e?0===e.indexOf("time:")?SR(e.slice("5")):GO(e):function(e){return""+e}},sI=function(e){return Ai((function(){return aI(e)}),[e])},lI=function(e){return IO(e)?e:function(t){return qL(t,e)}},cI=function(e){return Ai((function(){return lI(e)}),[e])},uI=function(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))},dI=function(e,t,n,r,i,o){return e<=i&&i<=e+n&&t<=o&&o<=t+r},fI=function(e,t){var n,r="touches"in t?t.touches[0]:t,i=r.clientX,o=r.clientY,a=e.getBoundingClientRect(),s=(n=void 0!==e.getBBox?e.getBBox():{width:e.offsetWidth||0,height:e.offsetHeight||0}).width===a.width?1:n.width/a.width;return[(i-a.left)*s,(o-a.top)*s]},hI=Object.keys(zz),pI=Object.keys(Uz),gI=function(e,t,n,r){var i=void 0===r?{}:r,o=i.dataKey,a=i.colorKey,s=void 0===a?"color":a,l=i.targetKey,c=void 0===l?"fill":l,u=[],d={};return e.length&&t.length&&(u=[].concat(e),t.forEach((function(t){for(var r,i=function(){var n=r.value,i=n.id;if(function(e,t,n){if("*"===e)return!0;if(IO(e))return e(t);if(hP(e)){var r=n?qL(t,n):t;return xz(cz(r,Object.keys(e)),e)}return!1}(n.match,t,o)){var a=e.find((function(e){return e.id===i}));if(a)if(pI.includes(a.type))if("inherit"===a.background||"inherit"===a.color){var l=qL(t,s),f=a.background,h=a.color,p=i;"inherit"===a.background&&(p=p+".bg."+l,f=l),"inherit"===a.color&&(p=p+".fg."+l,h=l),VL(t,c,"url(#"+p+")"),d[p]||(u.push(Rz({},a,{id:p,background:f,color:h})),d[p]=1)}else VL(t,c,"url(#"+i+")");else if(hI.includes(a.type))if(a.colors.map((function(e){return e.color})).includes("inherit")){var g=qL(t,s),m=i,v=Rz({},a,{colors:a.colors.map((function(e,t){return"inherit"!==e.color?e:(m=m+"."+t+"."+g,Rz({},e,{color:"inherit"===e.color?g:e.color}))}))});v.id=m,VL(t,c,"url(#"+m+")"),d[m]||(u.push(v),d[m]=1)}else VL(t,c,"url(#"+i+")");return 1}},a=function(e){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(t)return(t=t.call(e)).next.bind(t);if(Array.isArray(e)||(t=function(e,t){if(e){if("string"==typeof e)return Oz(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Oz(e,t):void 0}}(e))){t&&(e=t);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(n);!(r=a()).done&&!i(););}))),u};function mI(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){for(var n=0,r=t;n<r.length;n++){var i=r[n];"function"==typeof i?i(e):null!=i&&(i.current=e)}}}var vI=function(e,t){e.font=(t.fontWeight?t.fontWeight+" ":"")+t.fontSize+"px "+t.fontFamily},bI=function(e,t,n,r,i){void 0===r&&(r=0),void 0===i&&(i=0),t.outlineWidth>0&&(e.strokeStyle=t.outlineColor,e.lineWidth=2*t.outlineWidth,e.lineJoin="round",e.strokeText(n,r,i)),e.fillStyle=t.fill,e.fillText(n,r,i)};function yI(){return yI=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yI.apply(null,arguments)}function _I(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var wI,xI,kI,CI,SI,MI,AI,TI,LI=["style","children"],EI=["outlineWidth","outlineColor","outlineOpacity"],NI=function(e){var t=e.style,n=e.children,r=_I(e,LI),i=t.outlineWidth,o=t.outlineColor,a=t.outlineOpacity,s=_I(t,EI);return Ps(Ir,{children:[i>0&&Ps(wM.text,yI({},r,{style:yI({},s,{strokeWidth:2*i,stroke:o,strokeOpacity:a,strokeLinejoin:"round"}),children:n})),Ps(wM.text,yI({},r,{style:s,children:n}))]})};function OI(){if(MI)return SI;MI=1;var e=rN(),t=iN(),n=oN(),r=aN(),i=function(){if(CI)return kI;CI=1;var e=bz(),t=xI?wI:(xI=1,wI=function(){}),n=dz(),r=e&&1/n(new e([,-0]))[1]==1/0?function(t){return new e(t)}:t;return kI=r}(),o=dz();return SI=function(a,s,l){var c=-1,u=t,d=a.length,f=!0,h=[],p=h;if(l)f=!1,u=n;else if(d>=200){var g=s?null:i(a);if(g)return o(g);f=!1,u=r,p=new e}else p=s?[]:h;e:for(;++c<d;){var m=a[c],v=s?s(m):m;if(m=l||0!==m?m:0,f&&v==v){for(var b=p.length;b--;)if(p[b]===v)continue e;s&&p.push(v),h.push(m)}else u(p,v,l)||(p!==h&&p.push(v),h.push(m))}return h},SI}var RI,DI,PI,zI,II,BI,jI,FI,HI,$I,qI,UI,WI,VI,GI,YI,XI,ZI,KI,JI,QI,eB,tB=function(){if(TI)return AI;TI=1;var e=OI();return AI=function(t){return t&&t.length?e(t):[]},AI}(),nB=Em(tB);function rB(){if(zI)return PI;zI=1;var e=LM();return PI=function(t){return t==t&&!e(t)}}function iB(){return FI||(FI=1,jI=function(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}),jI}function oB(){if(JI)return KI;JI=1;var e=function(){if($I)return HI;$I=1;var e=function(){if(DI)return RI;DI=1;var e=IM(),t=wz();return RI=function(n,r,i,o){var a=i.length,s=a,l=!o;if(null==n)return!s;for(n=Object(n);a--;){var c=i[a];if(l&&c[2]?c[1]!==n[c[0]]:!(c[0]in n))return!1}for(;++a<s;){var u=(c=i[a])[0],d=n[u],f=c[1];if(l&&c[2]){if(void 0===d&&!(u in n))return!1}else{var h=new e;if(o)var p=o(d,f,u,n,r,h);if(!(void 0===p?t(f,d,3,o,h):p))return!1}}return!0},RI}(),t=function(){if(BI)return II;BI=1;var e=rB(),t=mz();return II=function(n){for(var r=t(n),i=r.length;i--;){var o=r[i],a=n[o];r[i]=[o,a,e(a)]}return r},II}(),n=iB();return HI=function(r){var i=t(r);return 1==i.length&&i[0][2]?n(i[0][0],i[0][1]):function(t){return t===r||e(t,r,i)}},HI}(),t=function(){if(UI)return qI;UI=1;var e=wz(),t=BL(),n=pP(),r=OL(),i=rB(),o=iB(),a=zL();return qI=function(s,l){return r(s)&&i(l)?o(a(s),l):function(r){var i=t(r,s);return void 0===i&&i===l?n(r,s):e(l,i,3)}},qI}(),n=eL(),r=RA(),i=function(){if(ZI)return XI;ZI=1;var e=(VI||(VI=1,WI=function(e){return function(t){return null==t?void 0:t[e]}}),WI),t=function(){if(YI)return GI;YI=1;var e=IL();return GI=function(t){return function(n){return e(n,t)}},GI}(),n=OL(),r=zL();return XI=function(i){return n(i)?e(r(i)):t(i)}}();return KI=function(o){return"function"==typeof o?o:null==o?n:"object"==typeof o?r(o)?t(o[0],o[1]):e(o):i(o)}}var aB,sB,lB,cB,uB,dB,fB,hB,pB,gB,mB,vB,bB,yB,_B,wB,xB,kB,CB=function(){if(eB)return QI;eB=1;var e=oB(),t=OI();return QI=function(n,r){return n&&n.length?t(n,e(r,2)):[]}}(),SB=Em(CB);function MB(){if(dB)return uB;dB=1;var e=function(){if(sB)return aB;sB=1;var e=HM(),t=mz();return aB=function(n,r){return n&&e(n,r,t)},aB}(),t=function(){if(cB)return lB;cB=1;var e=PA();return lB=function(t,n){return function(r,i){if(null==r)return r;if(!e(r))return t(r,i);for(var o=r.length,a=n?o:-1,s=Object(r);(n?a--:++a<o)&&!1!==i(s[a],a,s););return r}},lB}(),n=t(e);return uB=n}function AB(){if(wB)return _B;wB=1;var e=RL(),t=IL(),n=oB(),r=function(){if(hB)return fB;hB=1;var e=MB(),t=PA();return fB=function(n,r){var i=-1,o=t(n)?Array(n.length):[];return e(n,(function(e,t,n){o[++i]=r(e,t,n)})),o},fB}(),i=(gB||(gB=1,pB=function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}),pB),o=XA(),a=function(){if(yB)return bB;yB=1;var e=function(){if(vB)return mB;vB=1;var e=NL();return mB=function(t,n){if(t!==n){var r=void 0!==t,i=null===t,o=t==t,a=e(t),s=void 0!==n,l=null===n,c=n==n,u=e(n);if(!l&&!u&&!a&&t>n||a&&s&&c&&!l&&!u||i&&s&&c||!r&&c||!o)return 1;if(!i&&!a&&!u&&t<n||u&&r&&o&&!i&&!a||l&&r&&o||!s&&o||!c)return-1}return 0}}();return bB=function(t,n,r){for(var i=-1,o=t.criteria,a=n.criteria,s=o.length,l=r.length;++i<s;){var c=e(o[i],a[i]);if(c)return i>=l?c:c*("desc"==r[i]?-1:1)}return t.index-n.index},bB}(),s=eL(),l=RA();return _B=function(c,u,d){u=u.length?e(u,(function(e){return l(e)?function(n){return t(n,1===e.length?e[0]:e)}:e})):[s];var f=-1;u=e(u,o(n));var h=r(c,(function(t,n,r){return{criteria:e(u,(function(e){return e(t)})),index:++f,value:t}}));return i(h,(function(e,t){return a(e,t,d)}))},_B}var TB,LB,EB,NB,OB=Em(function(){if(kB)return xB;kB=1;var e=mP(),t=AB(),n=rL(),r=iL(),i=n((function(n,i){if(null==n)return[];var o=i.length;return o>1&&r(n,i[0],i[1])?i=[]:o>2&&r(i[0],i[1],i[2])&&(i=[i[0]]),t(n,e(i,1),[])}));return xB=i}()),RB=Em(function(){if(NB)return EB;NB=1;var e=function(){if(LB)return TB;LB=1;var e=TM(),t=NA();return TB=function(n){return t(n)&&"[object Date]"==e(n)}}(),t=XA(),n=VT(),r=n&&n.isDate,i=r?t(r):e;return EB=i}()),DB=new Date,PB=new Date;function zB(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=function(t){return e(t=new Date(+t)),t},i.ceil=function(n){return e(n=new Date(n-1)),t(n,1),e(n),n},i.round=function(e){var t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=function(e,n){return t(e=new Date(+e),null==n?1:Math.floor(n)),e},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return s;do{s.push(a=new Date(+n)),t(n,o),e(n)}while(a<n&&n<r);return s},i.filter=function(n){return zB((function(t){if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),(function(e,r){if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););}))},n&&(i.count=function(t,r){return DB.setTime(+t),PB.setTime(+r),e(DB),e(PB),Math.floor(n(DB,PB))},i.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?function(t){return r(t)%e==0}:function(t){return i.count(0,t)%e==0}):i:null}),i}var IB=zB((function(){}),(function(e,t){e.setTime(+e+t)}),(function(e,t){return t-e}));IB.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?zB((function(t){t.setTime(Math.floor(t/e)*e)}),(function(t,n){t.setTime(+t+n*e)}),(function(t,n){return(n-t)/e})):IB:null},IB.range;var BB=1e3,jB=6e4,FB=36e5,HB=6048e5,$B=zB((function(e){e.setTime(e-e.getMilliseconds())}),(function(e,t){e.setTime(+e+t*BB)}),(function(e,t){return(t-e)/BB}),(function(e){return e.getUTCSeconds()}));$B.range;var qB=zB((function(e){e.setTime(e-e.getMilliseconds()-e.getSeconds()*BB)}),(function(e,t){e.setTime(+e+t*jB)}),(function(e,t){return(t-e)/jB}),(function(e){return e.getMinutes()}));qB.range;var UB=zB((function(e){e.setTime(e-e.getMilliseconds()-e.getSeconds()*BB-e.getMinutes()*jB)}),(function(e,t){e.setTime(+e+t*FB)}),(function(e,t){return(t-e)/FB}),(function(e){return e.getHours()}));function WB(e){return zB((function(t){t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),(function(e,t){e.setDate(e.getDate()+7*t)}),(function(e,t){return(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*jB)/HB}))}UB.range;var VB=WB(0),GB=WB(1),YB=WB(2),XB=WB(3),ZB=WB(4),KB=WB(5),JB=WB(6);VB.range,GB.range,YB.range,XB.range,ZB.range,KB.range,JB.range;var QB=zB((function(e){e.setDate(1),e.setHours(0,0,0,0)}),(function(e,t){e.setMonth(e.getMonth()+t)}),(function(e,t){return t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear())}),(function(e){return e.getMonth()}));QB.range;var ej=zB((function(e){e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,t){e.setFullYear(e.getFullYear()+t)}),(function(e,t){return t.getFullYear()-e.getFullYear()}),(function(e){return e.getFullYear()}));ej.every=function(e){return isFinite(e=Math.floor(e))&&e>0?zB((function(t){t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,n){t.setFullYear(t.getFullYear()+n*e)})):null},ej.range;var tj=zB((function(e){e.setUTCSeconds(0,0)}),(function(e,t){e.setTime(+e+t*jB)}),(function(e,t){return(t-e)/jB}),(function(e){return e.getUTCMinutes()}));tj.range;var nj=zB((function(e){e.setUTCMinutes(0,0,0)}),(function(e,t){e.setTime(+e+t*FB)}),(function(e,t){return(t-e)/FB}),(function(e){return e.getUTCHours()}));function rj(e){return zB((function(t){t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+7*t)}),(function(e,t){return(t-e)/HB}))}nj.range;var ij=rj(0),oj=rj(1),aj=rj(2),sj=rj(3),lj=rj(4),cj=rj(5),uj=rj(6);ij.range,oj.range,aj.range,sj.range,lj.range,cj.range,uj.range;var dj=zB((function(e){e.setUTCDate(1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCMonth(e.getUTCMonth()+t)}),(function(e,t){return t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear())}),(function(e){return e.getUTCMonth()}));dj.range;var fj=zB((function(e){e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCFullYear(e.getUTCFullYear()+t)}),(function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()}),(function(e){return e.getUTCFullYear()}));function hj(){return hj=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},hj.apply(null,arguments)}fj.every=function(e){return isFinite(e=Math.floor(e))&&e>0?zB((function(t){t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null},fj.range;var pj=[function(e){return e.setMilliseconds(0)},function(e){return e.setSeconds(0)},function(e){return e.setMinutes(0)},function(e){return e.setHours(0)},function(e){return e.setDate(1)},function(e){return e.setMonth(0)}],gj={millisecond:[],second:pj.slice(0,1),minute:pj.slice(0,2),hour:pj.slice(0,3),day:pj.slice(0,4),month:pj.slice(0,5),year:pj.slice(0,6)},mj=function(e){var t=e.format,n=void 0===t?"native":t,r=e.precision,i=void 0===r?"millisecond":r,o=e.useUTC,a=void 0===o||o,s=function(e){return function(t){return gj[e].forEach((function(e){e(t)})),t}}(i);return function(e){if(void 0===e)return e;if("native"===n||e instanceof Date)return s(e);var t=a?AR(n):MR(n);return s(t(e))}},vj=function(e){var t=e;return t.type="band",t},bj=function(e,t){return e===t},yj=function(e,t){return e.getTime()===t.getTime()};function _j(e,t,n,r){switch(e.type){case"linear":return function(e,t,n,r){var i,o,a,s,l=e.min,c=void 0===l?0:l,u=e.max,d=void 0===u?"auto":u,f=e.stacked,h=void 0!==f&&f,p=e.reverse,g=void 0!==p&&p,m=e.clamp,v=void 0!==m&&m,b=e.nice,y=void 0===b||b,_=e.round,w=void 0!==_&&_;i="auto"===c?!0===h?null!=(o=t.minStacked)?o:0:t.min:c,a="auto"===d?!0===h?null!=(s=t.maxStacked)?s:0:t.max:d;var x=_f().range("x"===r?[0,n]:[n,0]).interpolate(w?gd:cd).domain(g?[a,i]:[i,a]).clamp(v);return!0===y?x.nice():"number"==typeof y&&x.nice(y),function(e,t){void 0===t&&(t=!1);var n=e;return n.type="linear",n.stacked=t,n}(x,h)}(e,t,n,r);case"point":return function(e,t,n){var r=Yd().range([0,n]).domain(t.all);return r.type="point",r}(0,t,n);case"band":return function(e,t,n,r){var i=e.round,o=void 0!==i&&i,a=Vd().range("x"===r?[0,n]:[n,0]).domain(t.all).round(o);return vj(a)}(e,t,n,r);case"time":return function(e,t,n){var r,i,o=e.format,a=void 0===o?"native":o,s=e.precision,l=void 0===s?"millisecond":s,c=e.min,u=void 0===c?"auto":c,d=e.max,f=void 0===d?"auto":d,h=e.useUTC,p=void 0===h||h,g=e.nice,m=void 0!==g&&g,v=mj({format:a,precision:l,useUTC:p});r="auto"===u?v(t.min):"native"!==a?v(u):u,i="auto"===f?v(t.max):"native"!==a?v(f):f;var b=p?Yp():function(){return $d.apply(Gp(_h,wh,gh,hh,Jf,Yf,Vf,Uf,qf,Mh).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}();b.range([0,n]),r&&i&&b.domain([r,i]),!0===m?b.nice():"object"!=typeof m&&"number"!=typeof m||b.nice(m);var y=b;return y.type="time",y.useUTC=p,y}(e,t,n);case"log":return function(e,t,n,r){var i,o=e.base,a=void 0===o?10:o,s=e.min,l=void 0===s?"auto":s,c=e.max,u=void 0===c?"auto":c,d=e.round,f=void 0!==d&&d,h=e.reverse,p=void 0!==h&&h,g=e.nice,m=void 0===g||g;if(t.all.some((function(e){return 0===e})))throw new Error("a log scale domain must not include or cross zero");var v,b,y=!1;if(t.all.filter((function(e){return null!=e})).forEach((function(e){y||(void 0===i?i=Math.sign(e):Math.sign(e)!==i&&(y=!0))})),y)throw new Error("a log scale domain must be strictly-positive or strictly-negative");v="auto"===l?t.min:l,b="auto"===u?t.max:u;var _=Tf().base(a),w="x"===r?[0,n]:[n,0];!0===f?_.rangeRound(w):_.range(w),!0===p?_.domain([b,v]):_.domain([v,b]),!0===m?_.nice():"number"==typeof m&&_.nice(m);var x=_;return x.type="log",x}(e,t,n,r);case"symlog":return function(e,t,n,r){var i,o,a=e.constant,s=void 0===a?1:a,l=e.min,c=void 0===l?"auto":l,u=e.max,d=void 0===u?"auto":u,f=e.round,h=void 0!==f&&f,p=e.reverse,g=void 0!==p&&p,m=e.nice,v=void 0===m||m;i="auto"===c?t.min:c,o="auto"===d?t.max:d;var b=Nf().constant(s),y="x"===r?[0,n]:[n,0];!0===h?b.rangeRound(y):b.range(y),!0===g?b.domain([o,i]):b.domain([i,o]),!0===v?b.nice():"number"==typeof v&&b.nice(v);var _=b;return _.type="symlog",_}(e,t,n,r);default:throw new Error("invalid scale spec")}}var wj=function(e,t,n){var r;if("stacked"in n&&n.stacked){var i=e.data["x"===t?"xStacked":"yStacked"];return null==i?null:n(i)}return null!=(r=n(e.data[t]))?r:null},xj=function(e,t,n,r,i){var o=e.map((function(e){return function(e){return hj({},e,{data:e.data.map((function(e){return{data:hj({},e)}}))})}(e)})),a=kj(o,t,n);"stacked"in t&&!0===t.stacked&&Mj(a,o),"stacked"in n&&!0===n.stacked&&Aj(a,o);var s=_j(t,a.x,r,"x"),l=_j(n,a.y,i,"y"),c=o.map((function(e){return hj({},e,{data:e.data.map((function(e){return hj({},e,{position:{x:wj(e,"x",s),y:wj(e,"y",l)}})}))})}));return hj({},a,{series:c,xScale:s,yScale:l})},kj=function(e,t,n){return{x:Cj(e,"x",t),y:Cj(e,"y",n)}},Cj=function(e,t,n,r){var i={},o=i.getValue,a=void 0===o?function(e){return e.data[t]}:o,s=i.setValue,l=void 0===s?function(e,n){e.data[t]=n}:s;if("linear"===n.type)e.forEach((function(e){e.data.forEach((function(e){var t=a(e);t&&l(e,parseFloat(String(t)))}))}));else if("time"===n.type&&"native"!==n.format){var c=mj(n);e.forEach((function(e){e.data.forEach((function(e){var t=a(e);t&&l(e,c(t))}))}))}var u=[];switch(e.forEach((function(e){e.data.forEach((function(e){u.push(a(e))}))})),n.type){case"linear":var d=OB(nB(u).filter((function(e){return null!==e})),(function(e){return e}));return{all:d,min:Math.min.apply(Math,d),max:Math.max.apply(Math,d)};case"time":var f=SB(u,(function(e){return e.getTime()})).slice(0).sort((function(e,t){return t.getTime()-e.getTime()})).reverse();return{all:f,min:f[0],max:zO(f)};default:var h=nB(u);return{all:h,min:h[0],max:zO(h)}}},Sj=function(e,t,n){var r=function(e){return"x"===e?"y":"x"}(e),i=[];t[r].all.forEach((function(t){var o=RB(t)?yj:bj,a=[];n.forEach((function(n){var s=n.data.find((function(e){return o(e.data[r],t)})),l=null,c=null;if(void 0!==s){if(null!==(l=s.data[e])){var u=zO(a);void 0===u?c=l:null!==u&&(c=u+l)}s.data["x"===e?"xStacked":"yStacked"]=c}a.push(c),null!==c&&i.push(c)}))})),t[e].minStacked=Math.min.apply(Math,i),t[e].maxStacked=Math.max.apply(Math,i)},Mj=function(e,t){return Sj("x",e,t)},Aj=function(e,t){return Sj("y",e,t)},Tj=function(e){var t=e.bandwidth();if(0===t)return e;var n=t/2;return e.round()&&(n=Math.round(n)),function(t){var r;return(null!=(r=e(t))?r:0)+n}},Lj={millisecond:[IB,IB],second:[$B,$B],minute:[qB,tj],hour:[UB,nj],day:[zB((function(e){return e.setHours(0,0,0,0)}),(function(e,t){return e.setDate(e.getDate()+t)}),(function(e,t){return(t.getTime()-e.getTime())/864e5}),(function(e){return Math.floor(e.getTime()/864e5)})),zB((function(e){return e.setUTCHours(0,0,0,0)}),(function(e,t){return e.setUTCDate(e.getUTCDate()+t)}),(function(e,t){return(t.getTime()-e.getTime())/864e5}),(function(e){return Math.floor(e.getTime()/864e5)}))],week:[VB,ij],sunday:[VB,ij],monday:[GB,oj],tuesday:[YB,aj],wednesday:[XB,sj],thursday:[ZB,lj],friday:[KB,cj],saturday:[JB,uj],month:[QB,dj],year:[ej,fj]},Ej=Object.keys(Lj),Nj=new RegExp("^every\\s*(\\d+)?\\s*("+Ej.join("|")+")s?$","i"),Oj=function(e,t){if(Array.isArray(t))return t;if("string"==typeof t&&"useUTC"in e){var n=t.match(Nj);if(n){var r=n[1],i=n[2],o=Lj[i][e.useUTC?1:0];if("day"===i){var a,s,l=e.domain(),c=l[0],u=l[1],d=new Date(u);return d.setDate(d.getDate()+1),null!=(a=null==(s=o.every(Number(null!=r?r:1)))?void 0:s.range(c,d))?a:[]}if(void 0===r)return e.ticks(o);var f=o.every(Number(r));if(f)return e.ticks(f)}throw new Error("Invalid tickValues: "+t)}if("ticks"in e){if(void 0===t)return e.ticks();if("number"==typeof(h=t)&&isFinite(h)&&Math.floor(h)===h)return e.ticks(t)}var h;return e.domain()};function Rj(){return Rj=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rj.apply(null,arguments)}var Dj=function(e){var t,n=e.axis,r=e.scale,i=e.ticksPosition,o=e.tickValues,a=e.tickSize,s=e.tickPadding,l=e.tickRotation,c=e.truncateTickAt,u=e.engine,d=void 0===u?"svg":u,f=Oj(r,o),h=Hz[d],p="bandwidth"in r?Tj(r):r,g={lineX:0,lineY:0},m={textX:0,textY:0},v="object"==typeof document&&"rtl"===document.dir,b=h.align.center,y=h.baseline.center;return"x"===n?(t=function(e){var t;return{x:null!=(t=p(e))?t:0,y:0}},g.lineY=a*("after"===i?1:-1),m.textY=(a+s)*("after"===i?1:-1),y="after"===i?h.baseline.top:h.baseline.bottom,0===l?b=h.align.center:"after"===i&&l<0||"before"===i&&l>0?(b=h.align[v?"left":"right"],y=h.baseline.center):("after"===i&&l>0||"before"===i&&l<0)&&(b=h.align[v?"right":"left"],y=h.baseline.center)):(t=function(e){var t;return{x:0,y:null!=(t=p(e))?t:0}},g.lineX=a*("after"===i?1:-1),m.textX=(a+s)*("after"===i?1:-1),b="after"===i?h.align.left:h.align.right),{ticks:f.map((function(e){var n="string"==typeof e?function(e){var t=String(e).length;return c&&c>0&&t>c?""+String(e).slice(0,c).concat("..."):""+e}(e):e;return Rj({key:e instanceof Date?""+e.valueOf():""+e,value:n},t(e),g,m)})),textAlign:b,textBaseline:y}},Pj=function(e,t){if(void 0===e||"function"==typeof e)return e;if("time"===t.type){var n=SR(e);return function(e){return n(e instanceof Date?e:new Date(e))}}return GO(e)},zj=function(e){var t,n=e.width,r=e.height,i=e.scale,o=e.axis,a=e.values,s=(t=a,(Array.isArray(t)?a:void 0)||Oj(i,a)),l="bandwidth"in i?Tj(i):i,c="x"===o?s.map((function(e){var t,n;return{key:e instanceof Date?""+e.valueOf():""+e,x1:null!=(t=l(e))?t:0,x2:null!=(n=l(e))?n:0,y1:0,y2:r}})):s.map((function(e){var t,r;return{key:e instanceof Date?""+e.valueOf():""+e,x1:0,x2:n,y1:null!=(t=l(e))?t:0,y2:null!=(r=l(e))?r:0}}));return c},Ij=Hi((function(e){var t,n=e.value,r=e.format,i=e.lineX,o=e.lineY,a=e.onClick,s=e.textBaseline,l=e.textAnchor,c=e.theme,u=e.animatedProps,d=null!=(t=null==r?void 0:r(n))?t:n,f=Ai((function(){var e={opacity:u.opacity};return a?{style:Rj({},e,{cursor:"pointer"}),onClick:function(e){return a(e,d)}}:{style:e}}),[u.opacity,a,d]);return Ps(wM.g,Rj({transform:u.transform},f,{children:[Ps("line",{x1:0,x2:i,y1:0,y2:o,style:c.line}),Ps(NI,{dominantBaseline:s,textAnchor:l,transform:u.textTransform,style:c.text,children:""+d})]}))})),Bj={tickSize:5,tickPadding:5,tickRotation:0,legendPosition:"middle",legendOffset:0},jj=Hi((function(e){var t=e.axis,n=e.scale,r=e.x,i=void 0===r?0:r,o=e.y,a=void 0===o?0:o,s=e.length,l=e.ticksPosition,c=e.tickValues,u=e.tickSize,d=void 0===u?Bj.tickSize:u,f=e.tickPadding,h=void 0===f?Bj.tickPadding:f,p=e.tickRotation,g=void 0===p?Bj.tickRotation:p,m=e.format,v=e.renderTick,b=void 0===v?Ij:v,y=e.truncateTickAt,_=e.legend,w=e.legendPosition,x=void 0===w?Bj.legendPosition:w,k=e.legendOffset,C=void 0===k?Bj.legendOffset:k,S=e.style,M=e.onClick,A=e.ariaHidden,T=function(e,t){return Ai((function(){return KL(e,t)}),[e,t])}(nE().axis,S),L=Ai((function(){return Pj(m,n)}),[m,n]),E=Dj({axis:t,scale:n,ticksPosition:l,tickValues:c,tickSize:d,tickPadding:h,tickRotation:g,truncateTickAt:y}),N=E.ticks,O=E.textAlign,R=E.textBaseline,D=null;if(void 0!==_){var P,z=0,I=0,B=0;"y"===t?(B=-90,z=C,"start"===x?(P="start",I=s):"middle"===x?(P="middle",I=s/2):"end"===x&&(P="end")):(I=C,"start"===x?P="start":"middle"===x?(P="middle",z=s/2):"end"===x&&(P="end",z=s)),D=Ps(Ir,{children:Ps(NI,{transform:"translate("+z+", "+I+") rotate("+B+")",textAnchor:P,style:Rj({},T.legend.text,{dominantBaseline:"central"}),children:_})})}var j=Sz(),F=j.animate,H=j.config,$=uC({transform:"translate("+i+","+a+")",lineX2:"x"===t?s:0,lineY2:"x"===t?0:s,config:H,immediate:!F}),q=Ti((function(e){return{opacity:1,transform:"translate("+e.x+","+e.y+")",textTransform:"translate("+e.textX+","+e.textY+") rotate("+g+")"}}),[g]),U=Ti((function(e){return{opacity:0,transform:"translate("+e.x+","+e.y+")",textTransform:"translate("+e.textX+","+e.textY+") rotate("+g+")"}}),[g]),W=dC(N,{keys:function(e){return e.key},initial:q,from:U,enter:q,update:q,leave:{opacity:0},config:H,immediate:!F});return Ps(wM.g,{transform:$.transform,"aria-hidden":A,children:[W((function(e,t,n,r){return Pr(b,Rj({tickIndex:r,format:L,rotate:g,textBaseline:R,textAnchor:O,truncateTickAt:y,animatedProps:e,theme:T.ticks},t,M?{onClick:M}:{}))})),Ps(wM.line,{style:T.domain.line,x1:0,x2:$.lineX2,y1:0,y2:$.lineY2}),D]})})),Fj=["top","right","bottom","left"],Hj=Hi((function(e){var t=e.xScale,n=e.yScale,r=e.width,i=e.height,o={top:e.top,right:e.right,bottom:e.bottom,left:e.left};return Ps(Ir,{children:Fj.map((function(e){var a=o[e];if(!a)return null;var s="top"===e||"bottom"===e;return Ps(jj,Rj({},a,{axis:s?"x":"y",x:"right"===e?r:0,y:"bottom"===e?i:0,scale:s?t:n,length:s?r:i,ticksPosition:"top"===e||"left"===e?"before":"after",truncateTickAt:a.truncateTickAt}),e)}))})})),$j=Hi((function(e){var t=e.animatedProps,n=nE();return Ps(wM.line,Rj({},t,n.grid.line))})),qj=Hi((function(e){var t=e.lines,n=Sz(),r=n.animate,i=dC(t,{keys:function(e){return e.key},initial:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},from:function(e){return{opacity:0,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},enter:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},update:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},leave:{opacity:0},config:n.config,immediate:!r});return Ps("g",{children:i((function(e,t){return Pr($j,Rj({},t,{key:t.key,animatedProps:e}))}))})})),Uj=Hi((function(e){var t=e.width,n=e.height,r=e.xScale,i=e.yScale,o=e.xValues,a=e.yValues,s=Ai((function(){return!!r&&zj({width:t,height:n,scale:r,axis:"x",values:o})}),[r,o,t,n]),l=Ai((function(){return!!i&&zj({width:t,height:n,scale:i,axis:"y",values:a})}),[n,t,i,a]);return Ps(Ir,{children:[s&&Ps(qj,{lines:s}),l&&Ps(qj,{lines:l})]})})),Wj=function(e,t){var n=t.xScale,r=t.yScale,i=t.width,o=t.height,a=t.top,s=t.right,l=t.bottom,c=t.left,u=t.theme,d={top:a,right:s,bottom:l,left:c};Fj.forEach((function(t){var a=d[t];if(!a)return null;var s="top"===t||"bottom"===t,l="top"===t||"left"===t?"before":"after",c=s?n:r,f=Pj(a.format,c);!function(e,t){var n,r,i=t.axis,o=t.scale,a=t.x,s=void 0===a?0:a,l=t.y,c=void 0===l?0:l,u=t.length,d=t.ticksPosition,f=t.tickValues,h=t.tickSize,p=void 0===h?Bj.tickSize:h,g=t.tickPadding,m=void 0===g?Bj.tickPadding:g,v=t.tickRotation,b=void 0===v?Bj.tickRotation:v,y=t.format,_=t.legend,w=t.legendPosition,x=void 0===w?Bj.legendPosition:w,k=t.legendOffset,C=void 0===k?Bj.legendOffset:k,S=t.theme,M=t.style,A=Dj({axis:i,scale:o,ticksPosition:d,tickValues:f,tickSize:p,tickPadding:m,tickRotation:b,engine:"canvas"}),T=A.ticks,L=A.textAlign,E=A.textBaseline;e.save(),e.translate(s,c);var N=KL(S.axis,M);e.textAlign=L,e.textBaseline=E,vI(e,N.ticks.text);var O=null!=(n=N.domain.line.strokeWidth)?n:0;"string"!=typeof O&&O>0&&(e.lineWidth=O,e.lineCap="square",N.domain.line.stroke&&(e.strokeStyle=N.domain.line.stroke),e.beginPath(),e.moveTo(0,0),e.lineTo("x"===i?u:0,"x"===i?0:u),e.stroke());var R="function"==typeof y?y:function(e){return""+e},D=null!=(r=N.ticks.line.strokeWidth)?r:0,P="string"!=typeof D&&D>0;if(T.forEach((function(t){P&&(e.lineWidth=D,e.lineCap="square",N.ticks.line.stroke&&(e.strokeStyle=N.ticks.line.stroke),e.beginPath(),e.moveTo(t.x,t.y),e.lineTo(t.x+t.lineX,t.y+t.lineY),e.stroke());var n=R(t.value);e.save(),e.translate(t.x+t.textX,t.y+t.textY),e.rotate(Bz(b)),bI(e,N.ticks.text,""+n),e.fillText(""+n,0,0),e.restore()})),void 0!==_){var z=0,I=0,B=0,j="center";"y"===i?(B=-90,z=C,"start"===x?(j="start",I=u):"middle"===x?(j="center",I=u/2):"end"===x&&(j="end")):(I=C,"start"===x?j="start":"middle"===x?(j="center",z=u/2):"end"===x&&(j="end",z=u)),e.translate(z,I),e.rotate(Bz(B)),vI(e,N.legend.text),N.legend.text.fill&&(e.fillStyle=N.legend.text.fill),e.textAlign=j,e.textBaseline="middle",bI(e,N.legend.text,_)}e.restore()}(e,Rj({},a,{axis:s?"x":"y",x:"right"===t?i:0,y:"bottom"===t?o:0,scale:c,format:f,length:s?i:o,ticksPosition:l,theme:u}))}))},Vj=function(e,t){var n=t.width,r=t.height,i=t.scale,o=t.axis,a=t.values;zj({width:n,height:r,scale:i,axis:o,values:a}).forEach((function(t){e.beginPath(),e.moveTo(t.x1,t.y1),e.lineTo(t.x2,t.y2),e.stroke()}))};function Gj(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Yj(){return Yj=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Yj.apply(null,arguments)}var Xj={nivo:["#e8c1a0","#f47560","#f1e15b","#e8a838","#61cdbb","#97e3d5"],category10:uN,accent:dN,dark2:fN,paired:hN,pastel1:pN,pastel2:gN,set1:mN,set2:vN,set3:bN,tableau10:yN},Zj=Object.keys(Xj),Kj={brown_blueGreen:wN,purpleRed_green:kN,pink_yellowGreen:SN,purple_orange:AN,red_blue:LN,red_grey:NN,red_yellow_blue:RN,red_yellow_green:PN,spectral:IN},Jj=Object.keys(Kj),Qj={brown_blueGreen:xN,purpleRed_green:CN,pink_yellowGreen:MN,purple_orange:TN,red_blue:EN,red_grey:ON,red_yellow_blue:DN,red_yellow_green:zN,spectral:BN},eF={blues:cO,greens:dO,greys:hO,oranges:yO,purples:gO,reds:vO,blue_green:jN,blue_purple:HN,green_blue:qN,orange_red:WN,purple_blue_green:GN,purple_blue:XN,purple_red:KN,red_purple:QN,yellow_green_blue:tO,yellow_green:rO,yellow_orange_brown:oO,yellow_orange_red:sO},tF=Object.keys(eF),nF={blues:uO,greens:fO,greys:pO,oranges:_O,purples:mO,reds:bO,turbo:function(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+e*(1172.33-e*(10793.56-e*(33300.12-e*(38394.49-14825.05*e)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+e*(557.33+e*(1225.33-e*(3574.96-e*(1073.77+707.56*e)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+e*(3211.1-e*(15327.97-e*(27814-e*(22569.18-6838.66*e)))))))+")"},viridis:NO,inferno:RO,magma:OO,plasma:DO,cividis:function(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(-4.54-e*(35.34-e*(2381.73-e*(6402.7-e*(7024.72-2710.57*e)))))))+", "+Math.max(0,Math.min(255,Math.round(32.49+e*(170.73+e*(52.82-e*(131.46-e*(176.58-67.37*e)))))))+", "+Math.max(0,Math.min(255,Math.round(81.24+e*(442.36-e*(2482.43-e*(6167.24-e*(6614.94-2475.67*e)))))))+")"},warm:xO,cool:kO,cubehelixDefault:wO,blue_green:FN,blue_purple:$N,green_blue:UN,orange_red:VN,purple_blue_green:YN,purple_blue:ZN,purple_red:JN,red_purple:eO,yellow_green_blue:nO,yellow_green:iO,yellow_orange_brown:aO,yellow_orange_red:lO},rF=Yj({},Xj,Kj,eF),iF={rainbow:function(e){(e<0||e>1)&&(e-=Math.floor(e));var t=Math.abs(e-.5);return CO.h=360*e-100,CO.s=1.5-1.5*t,CO.l=.8-.9*t,CO+""},sinebow:function(e){var t;return e=(.5-e)*Math.PI,SO.r=255*(t=Math.sin(e))*t,SO.g=255*(t=Math.sin(e+MO))*t,SO.b=255*(t=Math.sin(e+AO))*t,SO+""}},oF=Yj({},Qj,nF,iF),aF=function(e,t){return Ai((function(){return function(e,t){if("function"==typeof e)return e;if(hP(e)){if(function(e){return void 0!==e.theme}(e)){if(void 0===t)throw new Error("Unable to use color from theme as no theme was provided");var n=qL(t,e.theme);if(void 0===n)throw new Error("Color from theme is undefined at path: '"+e.theme+"'");return function(){return n}}if(function(e){return void 0!==e.from}(e)){var r=function(t){return qL(t,e.from)};if(Array.isArray(e.modifiers)){for(var i,o=[],a=function(){var e=i.value,t=e[0],n=e[1];if("brighter"===t)o.push((function(e){return e.brighter(n)}));else if("darker"===t)o.push((function(e){return e.darker(n)}));else{if("opacity"!==t)throw new Error("Invalid color modifier: '"+t+"', must be one of: 'brighter', 'darker', 'opacity'");o.push((function(e){return e.opacity=n,e}))}},s=function(e){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(t)return(t=t.call(e)).next.bind(t);if(Array.isArray(e)||(t=function(e,t){if(e){if("string"==typeof e)return Gj(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Gj(e,t):void 0}}(e))){t&&(e=t);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(e.modifiers);!(i=s()).done;)a();return 0===o.length?r:function(e){return o.reduce((function(e,t){return t(e)}),Lu(r(e))).toString()}}return r}throw new Error("Invalid color spec, you should either specify 'theme' or 'from' when using a config object")}return function(){return e}}(e,t)}),[e,t])},sF=function(e,t){var n=Of().domain(e.domain||[t.min,t.max]).nice();if("colors"in e)n.range(e.colors);else{var r=e.scheme||"turbo",i=void 0===e.steps?7:e.steps,o=oF[r],a=Array.from({length:i}).map((function(e,t){return o(t*(1/(i-1)))}));n.range(a)}return n},lF=function(e,t){if(function(e){return"sequential"===e.type}(e))return function(e,t){var n=e.minValue,r=e.maxValue,i=void 0!==n?n:t.min,o=void 0!==r?r:t.max,a=Zp().domain([i,o]).clamp(!0);if("colors"in e)a.range(e.colors);else if("interpolator"in e)a.interpolator(e.interpolator);else{var s,l=null!=(s=e.scheme)?s:"turbo";a.interpolator(oF[l])}return a}(e,t);if(function(e){return"diverging"===e.type}(e))return function(e,t){var n,r=e.minValue,i=e.maxValue,o=void 0!==r?r:t.min,a=void 0!==i?i:t.max,s=[o,o+(a-o)/2,a],l=.5-(null!=(n=e.divergeAt)?n:.5),c=Kp().domain(s).clamp(!0),u=function(e){return String(e)};if("colors"in e)u=Kp().domain(s.map((function(e){return e-l*(a-o)}))).range(e.colors).interpolator();else if("interpolator"in e)u=e.interpolator;else{var d,f=null!=(d=e.scheme)?d:"red_yellow_blue";u=oF[f]}return c.interpolator((function(e){return u(e+l)}))}(e,t);if(function(e){return"quantize"===e.type}(e))return sF(e,t);throw new Error("Invalid continuous color scale config")},cF=function(e,t){return Ai((function(){return function(e,t){if("function"==typeof e)return e;var n="function"==typeof t?t:function(e){return qL(e,t)};if(Array.isArray(e)){var r=Wd(e),i=function(e){return r(n(e))};return i.scale=r,i}if(hP(e)){if(function(e){return void 0!==e.datum}(e))return function(t){return qL(t,e.datum)};if(function(e){return void 0!==e.scheme}(e)){if(function(e){return Zj.includes(e)}(e.scheme)){var o=Wd(rF[e.scheme]),a=function(e){return o(n(e))};return a.scale=o,a}if(function(e){return Jj.includes(e)}(e.scheme)){if(void 0!==e.size&&(e.size<3||e.size>11))throw new Error("Invalid size '"+e.size+"' for diverging color scheme '"+e.scheme+"', must be between 3~11");var s=Wd(rF[e.scheme][e.size||11]),l=function(e){return s(n(e))};return l.scale=s,l}if(function(e){return tF.includes(e)}(e.scheme)){if(void 0!==e.size&&(e.size<3||e.size>9))throw new Error("Invalid size '"+e.size+"' for sequential color scheme '"+e.scheme+"', must be between 3~9");var c=Wd(rF[e.scheme][e.size||9]),u=function(e){return c(n(e))};return u.scale=c,u}}throw new Error("Invalid colors, when using an object, you should either pass a 'datum' or a 'scheme' property")}return function(){return e}}(e,t)}),[e,t])};function uF(){return uF=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},uF.apply(null,arguments)}var dF,fF,hF="left-to-right",pF={length:200,thickness:16,direction:"row",tickPosition:"after",tickSize:4,tickSpacing:3,tickOverlap:!1,tickFormat:function(e){return""+e},titleAlign:"start",titleOffset:4},gF={top:0,right:0,bottom:0,left:0},mF=function(e){var t,n=e.direction,r=e.itemsSpacing,i=e.padding,o=e.itemCount,a=e.itemWidth,s=e.itemHeight;if("number"!=typeof i&&("object"!=typeof(t=i)||Array.isArray(t)||null===t))throw new Error("Invalid property padding, must be one of: number, object");var l="number"==typeof i?{top:i,right:i,bottom:i,left:i}:uF({},gF,i),c=l.left+l.right,u=l.top+l.bottom,d=a+c,f=s+u,h=(o-1)*r;return"row"===n?d=a*o+h+c:"column"===n&&(f=s*o+h+u),{width:d,height:f,padding:l}},vF=function(e){var t=e.anchor,n=e.translateX,r=e.translateY,i=e.containerWidth,o=e.containerHeight,a=e.width,s=e.height,l=n,c=r;switch(t){case"top":l+=(i-a)/2;break;case"top-right":l+=i-a;break;case"right":l+=i-a,c+=(o-s)/2;break;case"bottom-right":l+=i-a,c+=o-s;break;case"bottom":l+=(i-a)/2,c+=o-s;break;case"bottom-left":c+=o-s;break;case"left":c+=(o-s)/2;break;case"center":l+=(i-a)/2,c+=(o-s)/2}return{x:l,y:c}},bF=function(e){var t,n,r,i,o,a,s=e.direction,l=e.justify,c=e.symbolSize,u=e.symbolSpacing,d=e.width,f=e.height;switch(s){case"left-to-right":t=0,n=(f-c)/2,i=f/2,a="central",l?(r=d,o="end"):(r=c+u,o="start");break;case"right-to-left":t=d-c,n=(f-c)/2,i=f/2,a="central",l?(r=0,o="start"):(r=d-c-u,o="end");break;case"top-to-bottom":t=(d-c)/2,n=0,r=d/2,o="middle",l?(i=f,a="alphabetic"):(i=c+u,a="text-before-edge");break;case"bottom-to-top":t=(d-c)/2,n=f-c,r=d/2,o="middle",l?(i=0,a="text-before-edge"):(i=f-c-u,a="alphabetic")}return{symbolX:t,symbolY:n,labelX:r,labelY:i,labelAnchor:o,labelAlignment:a}},yF=function(e){var t,n=e.scale,r=e.ticks,i=e.length,o=void 0===i?pF.length:i,a=e.thickness,s=void 0===a?pF.thickness:a,l=e.direction,c=void 0===l?pF.direction:l,u=e.tickPosition,d=void 0===u?pF.tickPosition:u,f=e.tickSize,h=void 0===f?pF.tickSize:f,p=e.tickSpacing,g=void 0===p?pF.tickSpacing:p,m=e.tickOverlap,v=void 0===m?pF.tickOverlap:m,b=e.tickFormat,y=void 0===b?pF.tickFormat:b,_=e.title,w=e.titleAlign,x=void 0===w?pF.titleAlign:w,k=e.titleOffset,C=void 0===k?pF.titleOffset:k,S="column"===c?[].concat(n.domain()).reverse():n.domain(),M=_f().domain(S);2===S.length?M.range([0,o]):3===S.length&&M.range([0,o/2,o]),t="thresholds"in n?[S[0]].concat(n.thresholds(),[S[1]]):Array.isArray(r)?r:n.ticks(r);var A,T,L,E,N,O,R,D,P,z,I,B,j,F,H=function(e){var t=e.domain();if("thresholds"in e){var n=[],r=_f().domain(t).range([0,1]);return e.range().forEach((function(t,i){var o=e.invertExtent(t),a=o[0],s=o[1];n.push({key:i+".0",offset:r(a),stopColor:t}),n.push({key:i+".1",offset:r(s),stopColor:t})})),n}var i=e.copy();return 2===t.length?i.domain([0,1]):3===t.length&&i.domain([0,.5,1]),i.ticks(32).map((function(e){return{key:""+e,offset:e,stopColor:""+i(e)}}))}(n),$=aI(y),q=[],U=0,W=0;return"row"===c?(A=o,T=s,W=1,N=0,L="start"===x?0:"middle"===x?o/2:o,"before"===d?(R=-h,D=v?s:0,P=-h-g,z="alphabetic",E=s+C,O="hanging"):(R=v?0:s,P=(D=s+h)+g,z="hanging",E=-C,O="alphabetic"),t.forEach((function(e){var t=M(e);q.push({x1:t,y1:R,x2:t,y2:D,text:$(e),textX:t,textY:P,textHorizontalAlign:"middle",textVerticalAlign:z})}))):(A=s,T=o,U=1,N=-90,E="start"===x?o:"middle"===x?o/2:0,"before"===d?(B=v?s:0,j=(I=-h)-g,F="end",L=s+C,O="hanging"):(I=v?0:s,j=(B=s+h)+g,F="start",L=-C,O="alphabetic"),t.forEach((function(e){var t=M(e);q.push({x1:I,y1:t,x2:B,y2:t,text:$(e),textX:j,textY:t,textHorizontalAlign:F,textVerticalAlign:"central"})}))),{width:A,height:T,gradientX1:0,gradientY1:U,gradientX2:W,gradientY2:0,colorStops:H,ticks:q,titleText:_,titleX:L,titleY:E,titleRotation:N,titleHorizontalAlign:x,titleVerticalAlign:O}},_F=function(e){var t=e.scale,n=e.ticks,r=e.length,i=void 0===r?pF.length:r,o=e.thickness,a=void 0===o?pF.thickness:o,s=e.direction,l=void 0===s?pF.direction:s,c=e.tickPosition,u=void 0===c?pF.tickPosition:c,d=e.tickSize,f=void 0===d?pF.tickSize:d,h=e.tickSpacing,p=void 0===h?pF.tickSpacing:h,g=e.tickOverlap,m=void 0===g?pF.tickOverlap:g,v=e.tickFormat,b=void 0===v?pF.tickFormat:v,y=e.title,_=e.titleAlign,w=void 0===_?pF.titleAlign:_,x=e.titleOffset,k=yF({scale:t,ticks:n,length:i,thickness:a,direction:l,tickPosition:u,tickSize:f,tickSpacing:p,tickOverlap:m,tickFormat:b,title:y,titleAlign:w,titleOffset:void 0===x?pF.titleOffset:x}),C=k.width,S=k.height,M=k.gradientX1,A=k.gradientY1,T=k.gradientX2,L=k.gradientY2,E=k.ticks,N=k.colorStops,O=k.titleText,R=k.titleX,D=k.titleY,P=k.titleRotation,z=k.titleVerticalAlign,I=k.titleHorizontalAlign,B=nE(),j="ContinuousColorsLegendSvgGradient."+l+"."+N.map((function(e){return e.stopColor.replace(/[(),\s]/g,"")+"."+e.offset})).join("_");return Ps("g",{children:[Ps("defs",{children:Ps("linearGradient",{id:j,x1:M,y1:A,x2:T,y2:L,children:N.map((function(e){return Ps("stop",{offset:e.offset,stopColor:e.stopColor},e.key)}))})}),O&&Ps("text",{transform:"translate("+R+", "+D+") rotate("+P+")",textAnchor:I,dominantBaseline:z,style:B.legends.title.text,children:O}),Ps("rect",{width:C,height:S,fill:"url(#"+j}),E.map((function(e,t){return Ps(Ir,{children:[Ps("line",{x1:e.x1,y1:e.y1,x2:e.x2,y2:e.y2,style:B.legends.ticks.line}),Ps(NI,{x:e.textX,y:e.textY,textAnchor:e.textHorizontalAlign,dominantBaseline:e.textVerticalAlign,style:B.legends.ticks.text,children:e.text})]},t)}))]})},wF=["containerWidth","containerHeight","anchor","translateX","translateY","length","thickness","direction"],xF=function(e){var t,n,r=e.containerWidth,i=e.containerHeight,o=e.anchor,a=e.translateX,s=void 0===a?0:a,l=e.translateY,c=void 0===l?0:l,u=e.length,d=void 0===u?pF.length:u,f=e.thickness,h=void 0===f?pF.thickness:f,p=e.direction,g=void 0===p?pF.direction:p,m=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,wF);"row"===g?(t=d,n=h):(t=h,n=d);var v=vF({anchor:o,translateX:s,translateY:c,containerWidth:r,containerHeight:i,width:t,height:n});return Ps("g",{transform:"translate("+v.x+", "+v.y+")",children:Ps(_F,uF({length:d,thickness:h,direction:g},m))})},kF={circle:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Ps("circle",{r:r/2,cx:t+r/2,cy:n+r/2,fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})},diamond:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Ps("g",{transform:"translate("+t+","+n+")",children:Ps("path",{d:"\n M"+r/2+" 0\n L"+.8*r+" "+r/2+"\n L"+r/2+" "+r+"\n L"+.2*r+" "+r/2+"\n L"+r/2+" 0\n ",fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})})},square:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Ps("rect",{x:t,y:n,fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,width:r,height:r,style:{pointerEvents:"none"}})},triangle:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return Ps("g",{transform:"translate("+t+","+n+")",children:Ps("path",{d:"\n M"+r/2+" 0\n L"+r+" "+r+"\n L0 "+r+"\n L"+r/2+" 0\n ",fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})})}},CF=function(e){var t,n,r,i,o,a,s,l,c,u,d,f=e.x,h=e.y,p=e.width,g=e.height,m=e.data,v=e.direction,b=void 0===v?hF:v,y=e.justify,_=void 0!==y&&y,w=e.textColor,x=e.background,k=void 0===x?"transparent":x,C=e.opacity,S=void 0===C?1:C,M=e.symbolShape,A=void 0===M?"square":M,T=e.symbolSize,L=void 0===T?16:T,E=e.symbolSpacing,N=void 0===E?8:E,O=e.symbolBorderWidth,R=void 0===O?0:O,D=e.symbolBorderColor,P=void 0===D?"transparent":D,z=e.onClick,I=e.onMouseEnter,B=e.onMouseLeave,j=e.toggleSerie,F=e.effects,H=xi({}),$=H[0],q=H[1],U=nE(),W=Ti((function(e){if(F){var t=F.filter((function(e){return"hover"===e.on})).reduce((function(e,t){return uF({},e,t.style)}),{});q(t)}null==I||I(m,e)}),[I,m,F]),V=Ti((function(e){if(F){var t=F.filter((function(e){return"hover"!==e.on})).reduce((function(e,t){return uF({},e,t.style)}),{});q(t)}null==B||B(m,e)}),[B,m,F]),G=bF({direction:b,justify:_,symbolSize:null!=(t=$.symbolSize)?t:L,symbolSpacing:N,width:p,height:g}),Y=G.symbolX,X=G.symbolY,Z=G.labelX,K=G.labelY,J=G.labelAnchor,Q=G.labelAlignment,ee=[z,I,B,j].some((function(e){return void 0!==e})),te="function"==typeof A?A:kF[A];return Ps("g",{transform:"translate("+f+","+h+")",style:{opacity:null!=(n=$.itemOpacity)?n:S},children:[Ps("rect",{width:p,height:g,fill:null!=(r=$.itemBackground)?r:k,style:{cursor:ee?"pointer":"auto"},onClick:function(e){null==z||z(m,e),null==j||j(m.id)},onMouseEnter:W,onMouseLeave:V}),Pr(te,uF({id:m.id,x:Y,y:X,size:null!=(i=$.symbolSize)?i:L,fill:null!=(o=null!=(a=m.fill)?a:m.color)?o:"black",borderWidth:null!=(s=$.symbolBorderWidth)?s:R,borderColor:null!=(l=$.symbolBorderColor)?l:P},m.hidden?U.legends.hidden.symbol:void 0)),Ps(NI,{textAnchor:J,style:uF({},U.legends.text,{fill:null!=(c=null!=(u=null!=(d=$.itemTextColor)?d:w)?u:U.legends.text.fill)?c:"black",dominantBaseline:Q,pointerEvents:"none",userSelect:"none"},m.hidden?U.legends.hidden.text:void 0),x:Z,y:K,children:m.label})]})},SF=function(e){var t=e.data,n=e.x,r=e.y,i=e.direction,o=e.padding,a=void 0===o?0:o,s=e.justify,l=e.effects,c=e.itemWidth,u=e.itemHeight,d=e.itemDirection,f=void 0===d?hF:d,h=e.itemsSpacing,p=void 0===h?0:h,g=e.itemTextColor,m=e.itemBackground,v=void 0===m?"transparent":m,b=e.itemOpacity,y=void 0===b?1:b,_=e.symbolShape,w=e.symbolSize,x=e.symbolSpacing,k=e.symbolBorderWidth,C=e.symbolBorderColor,S=e.onClick,M=e.onMouseEnter,A=e.onMouseLeave,T=e.toggleSerie,L=mF({itemCount:t.length,itemWidth:c,itemHeight:u,itemsSpacing:p,direction:i,padding:a}).padding,E="row"===i?c+p:0,N="column"===i?u+p:0;return Ps("g",{transform:"translate("+n+","+r+")",children:t.map((function(e,t){return Ps(CF,{data:e,x:t*E+L.left,y:t*N+L.top,width:c,height:u,direction:f,justify:s,effects:l,textColor:g,background:v,opacity:y,symbolShape:_,symbolSize:w,symbolSpacing:x,symbolBorderWidth:k,symbolBorderColor:C,onClick:S,onMouseEnter:M,onMouseLeave:A,toggleSerie:T},t)}))})},MF=function(e){var t=e.data,n=e.containerWidth,r=e.containerHeight,i=e.translateX,o=void 0===i?0:i,a=e.translateY,s=void 0===a?0:a,l=e.anchor,c=e.direction,u=e.padding,d=void 0===u?0:u,f=e.justify,h=e.itemsSpacing,p=void 0===h?0:h,g=e.itemWidth,m=e.itemHeight,v=e.itemDirection,b=e.itemTextColor,y=e.itemBackground,_=e.itemOpacity,w=e.symbolShape,x=e.symbolSize,k=e.symbolSpacing,C=e.symbolBorderWidth,S=e.symbolBorderColor,M=e.onClick,A=e.onMouseEnter,T=e.onMouseLeave,L=e.toggleSerie,E=e.effects,N=mF({itemCount:t.length,itemsSpacing:p,itemWidth:g,itemHeight:m,direction:c,padding:d}),O=N.width,R=N.height,D=vF({anchor:l,translateX:o,translateY:s,containerWidth:n,containerHeight:r,width:O,height:R}),P=D.x,z=D.y;return Ps(SF,{data:t,x:P,y:z,direction:c,padding:d,justify:f,effects:E,itemsSpacing:p,itemWidth:g,itemHeight:m,itemDirection:v,itemTextColor:b,itemBackground:y,itemOpacity:_,symbolShape:w,symbolSize:x,symbolSpacing:k,symbolBorderWidth:C,symbolBorderColor:S,onClick:M,onMouseEnter:A,onMouseLeave:T,toggleSerie:"boolean"==typeof L?void 0:L})},AF={start:"left",middle:"center",end:"right"},TF=function(e,t){var n=t.data,r=t.containerWidth,i=t.containerHeight,o=t.translateX,a=void 0===o?0:o,s=t.translateY,l=void 0===s?0:s,c=t.anchor,u=t.direction,d=t.padding,f=void 0===d?0:d,h=t.justify,p=void 0!==h&&h,g=t.itemsSpacing,m=void 0===g?0:g,v=t.itemWidth,b=t.itemHeight,y=t.itemDirection,_=void 0===y?"left-to-right":y,w=t.itemTextColor,x=t.symbolSize,k=void 0===x?16:x,C=t.symbolSpacing,S=void 0===C?8:C,M=t.theme,A=mF({itemCount:n.length,itemWidth:v,itemHeight:b,itemsSpacing:m,direction:u,padding:f}),T=A.width,L=A.height,E=A.padding,N=vF({anchor:c,translateX:a,translateY:l,containerWidth:r,containerHeight:i,width:T,height:L}),O=N.x,R=N.y,D="row"===u?v+m:0,P="column"===u?b+m:0;e.save(),e.translate(O,R),vI(e,M.legends.text),n.forEach((function(t,n){var r,i=n*D+E.left,o=n*P+E.top,a=bF({direction:_,justify:p,symbolSize:k,symbolSpacing:S,width:v,height:b}),s=a.symbolX,l=a.symbolY,c=a.labelX,u=a.labelY,d=a.labelAnchor,f=a.labelAlignment;e.fillStyle=null!=(r=t.color)?r:"black",e.fillRect(i+s,o+l,k,k),e.textAlign=AF[d],"central"===f&&(e.textBaseline="middle"),bI(e,uF({},M.legends.text,{fill:null!=w?w:M.legends.text.fill}),String(t.label),i+c,o+u)})),e.restore()},LF=function(){if(fF)return dF;fF=1;var e=DL(),t=0;return dF=function(n){var r=++t;return e(n)+r}}(),EF=Em(LF);const NF=134217729;function OF(e,t,n,r,i){let o,a,s,l,c=t[0],u=r[0],d=0,f=0;u>c==u>-c?(o=c,c=t[++d]):(o=u,u=r[++f]);let h=0;if(d<e&&f<n)for(u>c==u>-c?(a=c+o,s=o-(a-c),c=t[++d]):(a=u+o,s=o-(a-u),u=r[++f]),o=a,0!==s&&(i[h++]=s);d<e&&f<n;)u>c==u>-c?(a=o+c,l=a-o,s=o-(a-l)+(c-l),c=t[++d]):(a=o+u,l=a-o,s=o-(a-l)+(u-l),u=r[++f]),o=a,0!==s&&(i[h++]=s);for(;d<e;)a=o+c,l=a-o,s=o-(a-l)+(c-l),c=t[++d],o=a,0!==s&&(i[h++]=s);for(;f<n;)a=o+u,l=a-o,s=o-(a-l)+(u-l),u=r[++f],o=a,0!==s&&(i[h++]=s);return 0===o&&0!==h||(i[h++]=o),h}function RF(e){return new Float64Array(e)}const DF=RF(4),PF=RF(8),zF=RF(12),IF=RF(16),BF=RF(4);function jF(e,t,n,r,i,o){const a=(t-o)*(n-i),s=(e-i)*(r-o),l=a-s,c=Math.abs(a+s);return Math.abs(l)>=33306690738754716e-32*c?l:-function(e,t,n,r,i,o,a){let s,l,c,u,d,f,h,p,g,m,v,b,y,_,w,x,k,C;const S=e-i,M=n-i,A=t-o,T=r-o;_=S*T,f=NF*S,h=f-(f-S),p=S-h,f=NF*T,g=f-(f-T),m=T-g,w=p*m-(_-h*g-p*g-h*m),x=A*M,f=NF*A,h=f-(f-A),p=A-h,f=NF*M,g=f-(f-M),m=M-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,DF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,DF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,DF[2]=b-(C-d)+(v-d),DF[3]=C;let L=function(e,t){let n=t[0];for(let e=1;e<4;e++)n+=t[e];return n}(0,DF),E=22204460492503146e-32*a;if(L>=E||-L>=E)return L;if(d=e-S,s=e-(S+d)+(d-i),d=n-M,c=n-(M+d)+(d-i),d=t-A,l=t-(A+d)+(d-o),d=r-T,u=r-(T+d)+(d-o),0===s&&0===l&&0===c&&0===u)return L;if(E=11093356479670487e-47*a+33306690738754706e-32*Math.abs(L),L+=S*u+T*s-(A*c+M*l),L>=E||-L>=E)return L;_=s*T,f=NF*s,h=f-(f-s),p=s-h,f=NF*T,g=f-(f-T),m=T-g,w=p*m-(_-h*g-p*g-h*m),x=l*M,f=NF*l,h=f-(f-l),p=l-h,f=NF*M,g=f-(f-M),m=M-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,BF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,BF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,BF[2]=b-(C-d)+(v-d),BF[3]=C;const N=OF(4,DF,4,BF,PF);_=S*u,f=NF*S,h=f-(f-S),p=S-h,f=NF*u,g=f-(f-u),m=u-g,w=p*m-(_-h*g-p*g-h*m),x=A*c,f=NF*A,h=f-(f-A),p=A-h,f=NF*c,g=f-(f-c),m=c-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,BF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,BF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,BF[2]=b-(C-d)+(v-d),BF[3]=C;const O=OF(N,PF,4,BF,zF);_=s*u,f=NF*s,h=f-(f-s),p=s-h,f=NF*u,g=f-(f-u),m=u-g,w=p*m-(_-h*g-p*g-h*m),x=l*c,f=NF*l,h=f-(f-l),p=l-h,f=NF*c,g=f-(f-c),m=c-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,BF[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,BF[1]=y-(v+d)+(d-x),C=b+v,d=C-b,BF[2]=b-(C-d)+(v-d),BF[3]=C;const R=OF(O,zF,4,BF,IF);return IF[R-1]}(e,t,n,r,i,o,c)}const FF=Math.pow(2,-52),HF=new Uint32Array(512);class $F{static from(e,t=YF,n=XF){const r=e.length,i=new Float64Array(2*r);for(let o=0;o<r;o++){const r=e[o];i[2*o]=t(r),i[2*o+1]=n(r)}return new $F(i)}constructor(e){const t=e.length>>1;if(t>0&&"number"!=typeof e[0])throw new Error("Expected coords to contain numbers.");this.coords=e;const n=Math.max(2*t-5,0);this._triangles=new Uint32Array(3*n),this._halfedges=new Int32Array(3*n),this._hashSize=Math.ceil(Math.sqrt(t)),this._hullPrev=new Uint32Array(t),this._hullNext=new Uint32Array(t),this._hullTri=new Uint32Array(t),this._hullHash=new Int32Array(this._hashSize),this._ids=new Uint32Array(t),this._dists=new Float64Array(t),this.update()}update(){const{coords:e,_hullPrev:t,_hullNext:n,_hullTri:r,_hullHash:i}=this,o=e.length>>1;let a=1/0,s=1/0,l=-1/0,c=-1/0;for(let t=0;t<o;t++){const n=e[2*t],r=e[2*t+1];n<a&&(a=n),r<s&&(s=r),n>l&&(l=n),r>c&&(c=r),this._ids[t]=t}const u=(a+l)/2,d=(s+c)/2;let f,h,p;for(let t=0,n=1/0;t<o;t++){const r=qF(u,d,e[2*t],e[2*t+1]);r<n&&(f=t,n=r)}const g=e[2*f],m=e[2*f+1];for(let t=0,n=1/0;t<o;t++){if(t===f)continue;const r=qF(g,m,e[2*t],e[2*t+1]);r<n&&r>0&&(h=t,n=r)}let v=e[2*h],b=e[2*h+1],y=1/0;for(let t=0;t<o;t++){if(t===f||t===h)continue;const n=WF(g,m,v,b,e[2*t],e[2*t+1]);n<y&&(p=t,y=n)}let _=e[2*p],w=e[2*p+1];if(y===1/0){for(let t=0;t<o;t++)this._dists[t]=e[2*t]-e[0]||e[2*t+1]-e[1];VF(this._ids,this._dists,0,o-1);const t=new Uint32Array(o);let n=0;for(let e=0,r=-1/0;e<o;e++){const i=this._ids[e],o=this._dists[i];o>r&&(t[n++]=i,r=o)}return this.hull=t.subarray(0,n),this.triangles=new Uint32Array(0),void(this.halfedges=new Uint32Array(0))}if(jF(g,m,v,b,_,w)<0){const e=h,t=v,n=b;h=p,v=_,b=w,p=e,_=t,w=n}const x=function(e,t,n,r,i,o){const a=n-e,s=r-t,l=i-e,c=o-t,u=a*a+s*s,d=l*l+c*c,f=.5/(a*c-s*l);return{x:e+(c*u-s*d)*f,y:t+(a*d-l*u)*f}}(g,m,v,b,_,w);this._cx=x.x,this._cy=x.y;for(let t=0;t<o;t++)this._dists[t]=qF(e[2*t],e[2*t+1],x.x,x.y);VF(this._ids,this._dists,0,o-1),this._hullStart=f;let k=3;n[f]=t[p]=h,n[h]=t[f]=p,n[p]=t[h]=f,r[f]=0,r[h]=1,r[p]=2,i.fill(-1),i[this._hashKey(g,m)]=f,i[this._hashKey(v,b)]=h,i[this._hashKey(_,w)]=p,this.trianglesLen=0,this._addTriangle(f,h,p,-1,-1,-1);for(let o,a,s=0;s<this._ids.length;s++){const l=this._ids[s],c=e[2*l],u=e[2*l+1];if(s>0&&Math.abs(c-o)<=FF&&Math.abs(u-a)<=FF)continue;if(o=c,a=u,l===f||l===h||l===p)continue;let d=0;for(let e=0,t=this._hashKey(c,u);e<this._hashSize&&(d=i[(t+e)%this._hashSize],-1===d||d===n[d]);e++);d=t[d];let g,m=d;for(;g=n[m],jF(c,u,e[2*m],e[2*m+1],e[2*g],e[2*g+1])>=0;)if(m=g,m===d){m=-1;break}if(-1===m)continue;let v=this._addTriangle(m,l,n[m],-1,-1,r[m]);r[l]=this._legalize(v+2),r[m]=v,k++;let b=n[m];for(;g=n[b],jF(c,u,e[2*b],e[2*b+1],e[2*g],e[2*g+1])<0;)v=this._addTriangle(b,l,g,r[l],-1,r[b]),r[l]=this._legalize(v+2),n[b]=b,k--,b=g;if(m===d)for(;g=t[m],jF(c,u,e[2*g],e[2*g+1],e[2*m],e[2*m+1])<0;)v=this._addTriangle(g,l,m,-1,r[m],r[g]),this._legalize(v+2),r[g]=v,n[m]=m,k--,m=g;this._hullStart=t[l]=m,n[m]=t[b]=l,n[l]=b,i[this._hashKey(c,u)]=l,i[this._hashKey(e[2*m],e[2*m+1])]=m}this.hull=new Uint32Array(k);for(let e=0,t=this._hullStart;e<k;e++)this.hull[e]=t,t=n[t];this.triangles=this._triangles.subarray(0,this.trianglesLen),this.halfedges=this._halfedges.subarray(0,this.trianglesLen)}_hashKey(e,t){return Math.floor(function(e,t){const n=e/(Math.abs(e)+Math.abs(t));return(t>0?3-n:1+n)/4}(e-this._cx,t-this._cy)*this._hashSize)%this._hashSize}_legalize(e){const{_triangles:t,_halfedges:n,coords:r}=this;let i=0,o=0;for(;;){const a=n[e],s=e-e%3;if(o=s+(e+2)%3,-1===a){if(0===i)break;e=HF[--i];continue}const l=a-a%3,c=s+(e+1)%3,u=l+(a+2)%3,d=t[o],f=t[e],h=t[c],p=t[u];if(UF(r[2*d],r[2*d+1],r[2*f],r[2*f+1],r[2*h],r[2*h+1],r[2*p],r[2*p+1])){t[e]=p,t[a]=d;const r=n[u];if(-1===r){let t=this._hullStart;do{if(this._hullTri[t]===u){this._hullTri[t]=e;break}t=this._hullPrev[t]}while(t!==this._hullStart)}this._link(e,r),this._link(a,n[o]),this._link(o,u);const s=l+(a+1)%3;i<HF.length&&(HF[i++]=s)}else{if(0===i)break;e=HF[--i]}}return o}_link(e,t){this._halfedges[e]=t,-1!==t&&(this._halfedges[t]=e)}_addTriangle(e,t,n,r,i,o){const a=this.trianglesLen;return this._triangles[a]=e,this._triangles[a+1]=t,this._triangles[a+2]=n,this._link(a,r),this._link(a+1,i),this._link(a+2,o),this.trianglesLen+=3,a}}function qF(e,t,n,r){const i=e-n,o=t-r;return i*i+o*o}function UF(e,t,n,r,i,o,a,s){const l=e-a,c=t-s,u=n-a,d=r-s,f=i-a,h=o-s,p=u*u+d*d,g=f*f+h*h;return l*(d*g-p*h)-c*(u*g-p*f)+(l*l+c*c)*(u*h-d*f)<0}function WF(e,t,n,r,i,o){const a=n-e,s=r-t,l=i-e,c=o-t,u=a*a+s*s,d=l*l+c*c,f=.5/(a*c-s*l),h=(c*u-s*d)*f,p=(a*d-l*u)*f;return h*h+p*p}function VF(e,t,n,r){if(r-n<=20)for(let i=n+1;i<=r;i++){const r=e[i],o=t[r];let a=i-1;for(;a>=n&&t[e[a]]>o;)e[a+1]=e[a--];e[a+1]=r}else{let i=n+1,o=r;GF(e,n+r>>1,i),t[e[n]]>t[e[r]]&&GF(e,n,r),t[e[i]]>t[e[r]]&&GF(e,i,r),t[e[n]]>t[e[i]]&&GF(e,n,i);const a=e[i],s=t[a];for(;;){do{i++}while(t[e[i]]<s);do{o--}while(t[e[o]]>s);if(o<i)break;GF(e,i,o)}e[n+1]=e[o],e[o]=a,r-i+1>=o-n?(VF(e,t,i,r),VF(e,t,n,o-1)):(VF(e,t,n,o-1),VF(e,t,i,r))}}function GF(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function YF(e){return e[0]}function XF(e){return e[1]}const ZF=1e-6;class KF{constructor(){this._x0=this._y0=this._x1=this._y1=null,this._=""}moveTo(e,t){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")}lineTo(e,t){this._+=`L${this._x1=+e},${this._y1=+t}`}arc(e,t,n){const r=(e=+e)+(n=+n),i=t=+t;if(n<0)throw new Error("negative radius");null===this._x1?this._+=`M${r},${i}`:(Math.abs(this._x1-r)>ZF||Math.abs(this._y1-i)>ZF)&&(this._+="L"+r+","+i),n&&(this._+=`A${n},${n},0,1,1,${e-n},${t}A${n},${n},0,1,1,${this._x1=r},${this._y1=i}`)}rect(e,t,n,r){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${+n}v${+r}h${-n}Z`}value(){return this._||null}}class JF{constructor(){this._=[]}moveTo(e,t){this._.push([e,t])}closePath(){this._.push(this._[0].slice())}lineTo(e,t){this._.push([e,t])}value(){return this._.length?this._:null}}class QF{constructor(e,[t,n,r,i]=[0,0,960,500]){if(!((r=+r)>=(t=+t)&&(i=+i)>=(n=+n)))throw new Error("invalid bounds");this.delaunay=e,this._circumcenters=new Float64Array(2*e.points.length),this.vectors=new Float64Array(2*e.points.length),this.xmax=r,this.xmin=t,this.ymax=i,this.ymin=n,this._init()}update(){return this.delaunay.update(),this._init(),this}_init(){const{delaunay:{points:e,hull:t,triangles:n},vectors:r}=this;let i,o;const a=this.circumcenters=this._circumcenters.subarray(0,n.length/3*2);for(let r,s,l=0,c=0,u=n.length;l<u;l+=3,c+=2){const u=2*n[l],d=2*n[l+1],f=2*n[l+2],h=e[u],p=e[u+1],g=e[d],m=e[d+1],v=e[f],b=e[f+1],y=g-h,_=m-p,w=v-h,x=b-p,k=2*(y*x-_*w);if(Math.abs(k)<1e-9){if(void 0===i){i=o=0;for(const n of t)i+=e[2*n],o+=e[2*n+1];i/=t.length,o/=t.length}const n=1e9*Math.sign((i-h)*x-(o-p)*w);r=(h+v)/2-n*x,s=(p+b)/2+n*w}else{const e=1/k,t=y*y+_*_,n=w*w+x*x;r=h+(x*t-_*n)*e,s=p+(y*n-w*t)*e}a[c]=r,a[c+1]=s}let s,l,c,u=t[t.length-1],d=4*u,f=e[2*u],h=e[2*u+1];r.fill(0);for(let n=0;n<t.length;++n)u=t[n],s=d,l=f,c=h,d=4*u,f=e[2*u],h=e[2*u+1],r[s+2]=r[d]=c-h,r[s+3]=r[d+1]=f-l}render(e){const t=null==e?e=new KF:void 0,{delaunay:{halfedges:n,inedges:r,hull:i},circumcenters:o,vectors:a}=this;if(i.length<=1)return null;for(let t=0,r=n.length;t<r;++t){const r=n[t];if(r<t)continue;const i=2*Math.floor(t/3),a=2*Math.floor(r/3),s=o[i],l=o[i+1],c=o[a],u=o[a+1];this._renderSegment(s,l,c,u,e)}let s,l=i[i.length-1];for(let t=0;t<i.length;++t){s=l,l=i[t];const n=2*Math.floor(r[l]/3),c=o[n],u=o[n+1],d=4*s,f=this._project(c,u,a[d+2],a[d+3]);f&&this._renderSegment(c,u,f[0],f[1],e)}return t&&t.value()}renderBounds(e){const t=null==e?e=new KF:void 0;return e.rect(this.xmin,this.ymin,this.xmax-this.xmin,this.ymax-this.ymin),t&&t.value()}renderCell(e,t){const n=null==t?t=new KF:void 0,r=this._clip(e);if(null===r||!r.length)return;t.moveTo(r[0],r[1]);let i=r.length;for(;r[0]===r[i-2]&&r[1]===r[i-1]&&i>1;)i-=2;for(let e=2;e<i;e+=2)r[e]===r[e-2]&&r[e+1]===r[e-1]||t.lineTo(r[e],r[e+1]);return t.closePath(),n&&n.value()}*cellPolygons(){const{delaunay:{points:e}}=this;for(let t=0,n=e.length/2;t<n;++t){const e=this.cellPolygon(t);e&&(e.index=t,yield e)}}cellPolygon(e){const t=new JF;return this.renderCell(e,t),t.value()}_renderSegment(e,t,n,r,i){let o;const a=this._regioncode(e,t),s=this._regioncode(n,r);0===a&&0===s?(i.moveTo(e,t),i.lineTo(n,r)):(o=this._clipSegment(e,t,n,r,a,s))&&(i.moveTo(o[0],o[1]),i.lineTo(o[2],o[3]))}contains(e,t,n){return(t=+t)==t&&(n=+n)==n&&this.delaunay._step(e,t,n)===e}*neighbors(e){const t=this._clip(e);if(t)for(const n of this.delaunay.neighbors(e)){const e=this._clip(n);if(e)e:for(let r=0,i=t.length;r<i;r+=2)for(let o=0,a=e.length;o<a;o+=2)if(t[r]===e[o]&&t[r+1]===e[o+1]&&t[(r+2)%i]===e[(o+a-2)%a]&&t[(r+3)%i]===e[(o+a-1)%a]){yield n;break e}}}_cell(e){const{circumcenters:t,delaunay:{inedges:n,halfedges:r,triangles:i}}=this,o=n[e];if(-1===o)return null;const a=[];let s=o;do{const n=Math.floor(s/3);if(a.push(t[2*n],t[2*n+1]),s=s%3==2?s-2:s+1,i[s]!==e)break;s=r[s]}while(s!==o&&-1!==s);return a}_clip(e){if(0===e&&1===this.delaunay.hull.length)return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];const t=this._cell(e);if(null===t)return null;const{vectors:n}=this,r=4*e;return this._simplify(n[r]||n[r+1]?this._clipInfinite(e,t,n[r],n[r+1],n[r+2],n[r+3]):this._clipFinite(e,t))}_clipFinite(e,t){const n=t.length;let r,i,o,a,s=null,l=t[n-2],c=t[n-1],u=this._regioncode(l,c),d=0;for(let f=0;f<n;f+=2)if(r=l,i=c,l=t[f],c=t[f+1],o=u,u=this._regioncode(l,c),0===o&&0===u)a=d,d=0,s?s.push(l,c):s=[l,c];else{let t,n,f,h,p;if(0===o){if(null===(t=this._clipSegment(r,i,l,c,o,u)))continue;[n,f,h,p]=t}else{if(null===(t=this._clipSegment(l,c,r,i,u,o)))continue;[h,p,n,f]=t,a=d,d=this._edgecode(n,f),a&&d&&this._edge(e,a,d,s,s.length),s?s.push(n,f):s=[n,f]}a=d,d=this._edgecode(h,p),a&&d&&this._edge(e,a,d,s,s.length),s?s.push(h,p):s=[h,p]}if(s)a=d,d=this._edgecode(s[0],s[1]),a&&d&&this._edge(e,a,d,s,s.length);else if(this.contains(e,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2))return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];return s}_clipSegment(e,t,n,r,i,o){const a=i<o;for(a&&([e,t,n,r,i,o]=[n,r,e,t,o,i]);;){if(0===i&&0===o)return a?[n,r,e,t]:[e,t,n,r];if(i&o)return null;let s,l,c=i||o;8&c?(s=e+(n-e)*(this.ymax-t)/(r-t),l=this.ymax):4&c?(s=e+(n-e)*(this.ymin-t)/(r-t),l=this.ymin):2&c?(l=t+(r-t)*(this.xmax-e)/(n-e),s=this.xmax):(l=t+(r-t)*(this.xmin-e)/(n-e),s=this.xmin),i?(e=s,t=l,i=this._regioncode(e,t)):(n=s,r=l,o=this._regioncode(n,r))}}_clipInfinite(e,t,n,r,i,o){let a,s=Array.from(t);if((a=this._project(s[0],s[1],n,r))&&s.unshift(a[0],a[1]),(a=this._project(s[s.length-2],s[s.length-1],i,o))&&s.push(a[0],a[1]),s=this._clipFinite(e,s))for(let t,n=0,r=s.length,i=this._edgecode(s[r-2],s[r-1]);n<r;n+=2)t=i,i=this._edgecode(s[n],s[n+1]),t&&i&&(n=this._edge(e,t,i,s,n),r=s.length);else this.contains(e,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2)&&(s=[this.xmin,this.ymin,this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax]);return s}_edge(e,t,n,r,i){for(;t!==n;){let n,o;switch(t){case 5:t=4;continue;case 4:t=6,n=this.xmax,o=this.ymin;break;case 6:t=2;continue;case 2:t=10,n=this.xmax,o=this.ymax;break;case 10:t=8;continue;case 8:t=9,n=this.xmin,o=this.ymax;break;case 9:t=1;continue;case 1:t=5,n=this.xmin,o=this.ymin}r[i]===n&&r[i+1]===o||!this.contains(e,n,o)||(r.splice(i,0,n,o),i+=2)}return i}_project(e,t,n,r){let i,o,a,s=1/0;if(r<0){if(t<=this.ymin)return null;(i=(this.ymin-t)/r)<s&&(a=this.ymin,o=e+(s=i)*n)}else if(r>0){if(t>=this.ymax)return null;(i=(this.ymax-t)/r)<s&&(a=this.ymax,o=e+(s=i)*n)}if(n>0){if(e>=this.xmax)return null;(i=(this.xmax-e)/n)<s&&(o=this.xmax,a=t+(s=i)*r)}else if(n<0){if(e<=this.xmin)return null;(i=(this.xmin-e)/n)<s&&(o=this.xmin,a=t+(s=i)*r)}return[o,a]}_edgecode(e,t){return(e===this.xmin?1:e===this.xmax?2:0)|(t===this.ymin?4:t===this.ymax?8:0)}_regioncode(e,t){return(e<this.xmin?1:e>this.xmax?2:0)|(t<this.ymin?4:t>this.ymax?8:0)}_simplify(e){if(e&&e.length>4){for(let t=0;t<e.length;t+=2){const n=(t+2)%e.length,r=(t+4)%e.length;(e[t]===e[n]&&e[n]===e[r]||e[t+1]===e[n+1]&&e[n+1]===e[r+1])&&(e.splice(n,2),t-=2)}e.length||(e=null)}return e}}const eH=2*Math.PI,tH=Math.pow;function nH(e){return e[0]}function rH(e){return e[1]}function iH(e,t,n){return[e+Math.sin(e+t)*n,t+Math.cos(e-t)*n]}class oH{static from(e,t=nH,n=rH,r){return new oH("length"in e?function(e,t,n,r){const i=e.length,o=new Float64Array(2*i);for(let a=0;a<i;++a){const i=e[a];o[2*a]=t.call(r,i,a,e),o[2*a+1]=n.call(r,i,a,e)}return o}(e,t,n,r):Float64Array.from(function*(e,t,n,r){let i=0;for(const o of e)yield t.call(r,o,i,e),yield n.call(r,o,i,e),++i}(e,t,n,r)))}constructor(e){this._delaunator=new $F(e),this.inedges=new Int32Array(e.length/2),this._hullIndex=new Int32Array(e.length/2),this.points=this._delaunator.coords,this._init()}update(){return this._delaunator.update(),this._init(),this}_init(){const e=this._delaunator,t=this.points;if(e.hull&&e.hull.length>2&&function(e){const{triangles:t,coords:n}=e;for(let e=0;e<t.length;e+=3){const r=2*t[e],i=2*t[e+1],o=2*t[e+2];if((n[o]-n[r])*(n[i+1]-n[r+1])-(n[i]-n[r])*(n[o+1]-n[r+1])>1e-10)return!1}return!0}(e)){this.collinear=Int32Array.from({length:t.length/2},((e,t)=>t)).sort(((e,n)=>t[2*e]-t[2*n]||t[2*e+1]-t[2*n+1]));const e=this.collinear[0],n=this.collinear[this.collinear.length-1],r=[t[2*e],t[2*e+1],t[2*n],t[2*n+1]],i=1e-8*Math.hypot(r[3]-r[1],r[2]-r[0]);for(let e=0,n=t.length/2;e<n;++e){const n=iH(t[2*e],t[2*e+1],i);t[2*e]=n[0],t[2*e+1]=n[1]}this._delaunator=new $F(t)}else delete this.collinear;const n=this.halfedges=this._delaunator.halfedges,r=this.hull=this._delaunator.hull,i=this.triangles=this._delaunator.triangles,o=this.inedges.fill(-1),a=this._hullIndex.fill(-1);for(let e=0,t=n.length;e<t;++e){const t=i[e%3==2?e-2:e+1];-1!==n[e]&&-1!==o[t]||(o[t]=e)}for(let e=0,t=r.length;e<t;++e)a[r[e]]=e;r.length<=2&&r.length>0&&(this.triangles=new Int32Array(3).fill(-1),this.halfedges=new Int32Array(3).fill(-1),this.triangles[0]=r[0],o[r[0]]=1,2===r.length&&(o[r[1]]=0,this.triangles[1]=r[1],this.triangles[2]=r[1]))}voronoi(e){return new QF(this,e)}*neighbors(e){const{inedges:t,hull:n,_hullIndex:r,halfedges:i,triangles:o,collinear:a}=this;if(a){const t=a.indexOf(e);return t>0&&(yield a[t-1]),void(t<a.length-1&&(yield a[t+1]))}const s=t[e];if(-1===s)return;let l=s,c=-1;do{if(yield c=o[l],l=l%3==2?l-2:l+1,o[l]!==e)return;if(l=i[l],-1===l){const t=n[(r[e]+1)%n.length];return void(t!==c&&(yield t))}}while(l!==s)}find(e,t,n=0){if((e=+e)!=e||(t=+t)!=t)return-1;const r=n;let i;for(;(i=this._step(n,e,t))>=0&&i!==n&&i!==r;)n=i;return i}_step(e,t,n){const{inedges:r,hull:i,_hullIndex:o,halfedges:a,triangles:s,points:l}=this;if(-1===r[e]||!l.length)return(e+1)%(l.length>>1);let c=e,u=tH(t-l[2*e],2)+tH(n-l[2*e+1],2);const d=r[e];let f=d;do{let r=s[f];const d=tH(t-l[2*r],2)+tH(n-l[2*r+1],2);if(d<u&&(u=d,c=r),f=f%3==2?f-2:f+1,s[f]!==e)break;if(f=a[f],-1===f){if(f=i[(o[e]+1)%i.length],f!==r&&tH(t-l[2*f],2)+tH(n-l[2*f+1],2)<u)return f;break}}while(f!==d);return c}render(e){const t=null==e?e=new KF:void 0,{points:n,halfedges:r,triangles:i}=this;for(let t=0,o=r.length;t<o;++t){const o=r[t];if(o<t)continue;const a=2*i[t],s=2*i[o];e.moveTo(n[a],n[a+1]),e.lineTo(n[s],n[s+1])}return this.renderHull(e),t&&t.value()}renderPoints(e,t){void 0!==t||e&&"function"==typeof e.moveTo||(t=e,e=null),t=null==t?2:+t;const n=null==e?e=new KF:void 0,{points:r}=this;for(let n=0,i=r.length;n<i;n+=2){const i=r[n],o=r[n+1];e.moveTo(i+t,o),e.arc(i,o,t,0,eH)}return n&&n.value()}renderHull(e){const t=null==e?e=new KF:void 0,{hull:n,points:r}=this,i=2*n[0],o=n.length;e.moveTo(r[i],r[i+1]);for(let t=1;t<o;++t){const i=2*n[t];e.lineTo(r[i],r[i+1])}return e.closePath(),t&&t.value()}hullPolygon(){const e=new JF;return this.renderHull(e),e.value()}renderTriangle(e,t){const n=null==t?t=new KF:void 0,{points:r,triangles:i}=this,o=2*i[e*=3],a=2*i[e+1],s=2*i[e+2];return t.moveTo(r[o],r[o+1]),t.lineTo(r[a],r[a+1]),t.lineTo(r[s],r[s+1]),t.closePath(),n&&n.value()}*trianglePolygons(){const{triangles:e}=this;for(let t=0,n=e.length/3;t<n;++t)yield this.trianglePolygon(t)}trianglePolygon(e){const t=new JF;return this.renderTriangle(e,t),t.value()}}function aH(){return aH=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},aH.apply(null,arguments)}function sH(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var lH={xDomain:[0,1],yDomain:[0,1],layers:["links","cells","points","bounds"],enableLinks:!1,linkLineWidth:1,linkLineColor:"#bbbbbb",enableCells:!0,cellLineWidth:2,cellLineColor:"#000000",pointSize:4,pointColor:"#666666",role:"img"},cH=function(e){return[e.x,e.y]},uH=rI,dH="cursor",fH=function(e){var t=e.points,n=e.getNodePosition,r=void 0===n?cH:n,i=e.margin,o=void 0===i?uH:i;return t.map((function(e){var t=r(e),n=t[0],i=t[1];return[n+o.left,i+o.top]}))},hH=function(e){var t=e.points,n=e.getNodePosition,r=void 0===n?cH:n,i=e.width,o=e.height,a=e.margin,s=void 0===a?uH:a,l=e.debug;return Ai((function(){return function(e){var t=e.points,n=e.width,r=e.height,i=e.margin,o=void 0===i?uH:i,a=e.debug,s=oH.from(t),l=a?s.voronoi([0,0,o.left+n+o.right,o.top+r+o.bottom]):void 0;return{points:t,delaunay:s,voronoi:l}}({points:fH({points:t,margin:s,getNodePosition:r}),width:i,height:o,margin:s,debug:l})}),[r,t,i,o,s,l])},pH=["theme"],gH=function(e){var t=e.data,n=e.width,r=e.height,i=e.margin,o=e.layers,a=void 0===o?lH.layers:o,s=e.xDomain,l=void 0===s?lH.xDomain:s,c=e.yDomain,u=void 0===c?lH.yDomain:c,d=e.enableLinks,f=void 0===d?lH.enableLinks:d,h=e.linkLineWidth,p=void 0===h?lH.linkLineWidth:h,g=e.linkLineColor,m=void 0===g?lH.linkLineColor:g,v=e.enableCells,b=void 0===v?lH.enableCells:v,y=e.cellLineWidth,_=void 0===y?lH.cellLineWidth:y,w=e.cellLineColor,x=void 0===w?lH.cellLineColor:w,k=e.enablePoints,C=void 0===k?lH.enableCells:k,S=e.pointSize,M=void 0===S?lH.pointSize:S,A=e.pointColor,T=void 0===A?lH.pointColor:A,L=e.role,E=void 0===L?lH.role:L,N=e.forwardedRef,O=iI(n,r,i),R=O.outerWidth,D=O.outerHeight,P=O.margin,z=function(e){var t=e.data,n=e.width,r=e.height,i=e.xDomain,o=e.yDomain,a=Ai((function(){return _f().domain(i).range([0,n])}),[i,n]),s=Ai((function(){return _f().domain(o).range([0,r])}),[o,r]),l=Ai((function(){return t.map((function(e){return{x:a(e.x),y:s(e.y),data:e}}))}),[t,a,s]);return Ai((function(){var e=oH.from(l.map((function(e){return[e.x,e.y]}))),t=e.voronoi([0,0,n,r]);return{points:l,delaunay:e,voronoi:t}}),[l,n,r])}({data:t,width:O.innerWidth,height:O.innerHeight,xDomain:l,yDomain:u}),I=z.points,B=z.delaunay,j=z.voronoi,F={links:null,cells:null,points:null,bounds:null};f&&a.includes("links")&&(F.links=Ps("path",{stroke:m,strokeWidth:p,fill:"none",d:B.render()},"links")),b&&a.includes("cells")&&(F.cells=Ps("path",{d:j.render(),fill:"none",stroke:x,strokeWidth:_},"cells")),C&&a.includes("points")&&(F.points=Ps("path",{stroke:"none",fill:T,d:B.renderPoints(void 0,M/2)},"points")),a.includes("bounds")&&(F.bounds=Ps("path",{fill:"none",stroke:x,strokeWidth:_,d:j.renderBounds()},"bounds"));var H=function(e){var t=e.points,n=e.delaunay,r=e.voronoi;return Ai((function(){return{points:t,delaunay:n,voronoi:r}}),[t,n,r])}({points:I,delaunay:B,voronoi:j});return Ps(Yz,{width:R,height:D,margin:P,role:E,ref:N,children:a.map((function(e,t){return void 0!==F[e]?F[e]:"function"==typeof e?Ps(Ir,{children:Pr(e,H)},t):null}))})},mH=Ui((function(e,t){var n=e.theme,r=sH(e,pH);return Ps(Tz,{isInteractive:!1,animate:!1,theme:n,children:Ps(gH,aH({},r,{forwardedRef:t}))})})),vH=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=sH(e,vH);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(mH,aH({},a,{width:n,height:r,ref:t}))}})}));var bH=function(e){var t=e.nodes,n=e.width,r=e.height,i=e.margin,o=void 0===i?uH:i,a=e.getNodePosition,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onMouseDown,f=e.onMouseUp,h=e.onClick,p=e.onDoubleClick,g=e.onTouchStart,m=e.onTouchMove,v=e.onTouchEnd,b=e.enableTouchCrosshair,y=void 0!==b&&b,_=e.detectionRadius,w=void 0===_?1/0:_,x=e.tooltip,k=e.tooltipPosition,C=void 0===k?dH:k,S=e.tooltipAnchor,M=void 0===S?"top":S,A=e.debug,T=Mi(null),L=hH({points:t,getNodePosition:a,width:n,height:r,margin:o,debug:A}),E=L.delaunay,N=L.voronoi,O=function(e){var t=e.elementRef,n=e.nodes,r=e.getNodePosition,i=void 0===r?cH:r,o=e.delaunay,a=e.setCurrent,s=e.margin,l=void 0===s?uH:s,c=e.detectionRadius,u=void 0===c?1/0:c,d=e.isInteractive,f=void 0===d||d,h=e.onMouseEnter,p=e.onMouseMove,g=e.onMouseLeave,m=e.onMouseDown,v=e.onMouseUp,b=e.onClick,y=e.onDoubleClick,_=e.onTouchStart,w=e.onTouchMove,x=e.onTouchEnd,k=e.enableTouchCrosshair,C=void 0!==k&&k,S=e.tooltip,M=e.tooltipPosition,A=void 0===M?dH:M,T=e.tooltipAnchor,L=void 0===T?"top":T,E=xi(null),N=E[0],O=E[1],R=Mi(null);Ci((function(){R.current=N}),[R,N]);var D=Ti((function(e){if(!t.current||0===n.length)return null;var r=fI(t.current,e),a=r[0],s=r[1],c=o.find(a,s),d=void 0!==c?n[c]:null;if(d&&u!==1/0){var f=i(d),h=f[0],p=f[1];uI(a,s,h+l.left,p+l.top)>u&&(c=null,d=null)}return null===c||null===d?null:[c,d]}),[t,o,n,i,l,u]),P=yE(),z=P.showTooltipAt,I=P.showTooltipFromEvent,B=P.hideTooltip,j=Ai((function(){if(S)return"cursor"===A?function(e,t){I(S(e),t,L)}:function(e){var t=i(e),n=t[0],r=t[1];z(S(e),[n+l.left,r+l.top],L)}}),[z,I,S,A,L,i,l]),F=Ti((function(e){var t=D(e);if(O(t),null==a||a(t?t[1]:null),t){var n=t[1];null==j||j(n,e),null==h||h(t[1],e)}}),[D,O,a,j,h]),H=Ti((function(e){var t=D(e);if(O(t),t){var n=t[0],r=t[1];if(null==a||a(r),null==j||j(r,e),R.current){var i=R.current,o=i[0],s=i[1];n!==o?null==g||g(s,e):null==p||p(r,e)}else null==h||h(r,e)}else null==a||a(null),null==B||B(),R.current&&(null==g||g(R.current[1],e))}),[D,O,a,R,h,p,g,j,B]),$=Ti((function(e){O(null),null==a||a(null),B(),g&&R.current&&g(R.current[1],e)}),[O,a,R,B,g]),q=Ti((function(e){var t=D(e);O(t),t&&(null==m||m(t[1],e))}),[D,O,m]),U=Ti((function(e){var t=D(e);O(t),t&&(null==v||v(t[1],e))}),[D,O,v]),W=Ti((function(e){var t=D(e);O(t),t&&(null==b||b(t[1],e))}),[D,O,b]),V=Ti((function(e){var t=D(e);O(t),t&&(null==y||y(t[1],e))}),[D,O,y]),G=Ti((function(e){var t=D(e);C&&(O(t),null==a||a(t?t[1]:null)),t&&(null==_||_(t[1],e))}),[D,O,a,C,_]),Y=Ti((function(e){var t=D(e);C&&(O(t),null==a||a(t?t[1]:null)),t&&(null==w||w(t[1],e))}),[D,O,a,C,w]),X=Ti((function(e){C&&(O(null),null==a||a(null)),x&&R.current&&x(R.current[1],e)}),[C,O,a,x,R]);return{current:N,handleMouseEnter:f?F:void 0,handleMouseMove:f?H:void 0,handleMouseLeave:f?$:void 0,handleMouseDown:f?q:void 0,handleMouseUp:f?U:void 0,handleClick:f?W:void 0,handleDoubleClick:f?V:void 0,handleTouchStart:f?G:void 0,handleTouchMove:f?Y:void 0,handleTouchEnd:f?X:void 0}}({elementRef:T,nodes:t,delaunay:E,margin:o,detectionRadius:w,setCurrent:s,onMouseEnter:l,onMouseMove:c,onMouseLeave:u,onMouseDown:d,onMouseUp:f,onClick:h,onDoubleClick:p,onTouchStart:g,onTouchMove:m,onTouchEnd:v,enableTouchCrosshair:y,tooltip:x,tooltipPosition:C,tooltipAnchor:M}),R=O.current,D=O.handleMouseEnter,P=O.handleMouseMove,z=O.handleMouseLeave,I=O.handleMouseDown,B=O.handleMouseUp,j=O.handleClick,F=O.handleDoubleClick,H=O.handleTouchStart,$=O.handleTouchMove,q=O.handleTouchEnd,U=Ai((function(){if(A&&N)return N.render()}),[A,N]);return Ps("g",{ref:T,transform:"translate("+-o.left+","+-o.top+")",children:[A&&N&&Ps(Ir,{children:[Ps("path",{d:U,stroke:"red",strokeWidth:1,opacity:.75}),w<1/0&&Ps("path",{stroke:"red",strokeWidth:.35,fill:"none",d:E.renderPoints(void 0,w)}),R&&Ps("path",{fill:"pink",opacity:.35,d:N.renderCell(R[0])})]}),Ps("rect",{"data-ref":"mesh-interceptor",width:o.left+n+o.right,height:o.top+r+o.bottom,fill:"red",opacity:0,style:{cursor:"auto"},onMouseEnter:D,onMouseMove:P,onMouseLeave:z,onMouseDown:I,onMouseUp:B,onTouchStart:H,onTouchMove:$,onTouchEnd:q,onClick:j,onDoubleClick:F})]})};function yH(){return yH=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yH.apply(null,arguments)}function _H(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var wH,xH={xScale:{type:"point"},yScale:{type:"linear",min:0,max:"auto"},curve:"linear",colors:{scheme:"nivo"},lineWidth:2,layers:["grid","markers","axes","areas","crosshair","lines","points","slices","mesh","legends"],enablePoints:!0,pointSize:6,pointColor:{from:"series.color"},pointBorderWidth:0,pointBorderColor:{theme:"background"},enableArea:!1,areaBaselineValue:0,areaOpacity:.2,enableGridX:!0,enableGridY:!0,legends:[],isInteractive:!0,tooltip:Hi((function(e){var t=e.point;return Ps(cE,{id:Ps("span",{children:["x: ",Ps("strong",{children:t.data.xFormatted}),", y:"," ",Ps("strong",{children:t.data.yFormatted})]}),enableChip:!0,color:t.seriesColor})})),sliceTooltip:Hi((function(e){var t=e.slice,n=e.axis,r=nE(),i="x"===n?"y":"x";return Ps(dE,{rows:t.points.map((function(e){return[Ps(lE,{color:e.seriesColor,style:r.tooltip.chip},"chip"),e.seriesId,Ps("span",{style:r.tooltip.tableCellValue,children:e.data[i+"Formatted"]},"value")]}))})})),debugMesh:!1,renderWrapper:!0},kH=yH({},xH,{defs:[],fill:[],enablePointLabel:!1,pointLabel:"data.yFormatted",areaBlendMode:"normal",axisTop:null,axisRight:null,axisBottom:Bj,axisLeft:Bj,useMesh:!1,enableSlices:!1,debugSlices:!1,enableCrosshair:!0,crosshairType:"bottom-left",enableTouchCrosshair:!1,initialHiddenIds:[],animate:!0,motionConfig:"gentle",role:"img",isFocusable:!1}),CH=yH({},xH,{pixelRatio:"undefined"!=typeof window&&null!=(wH=window.devicePixelRatio)?wH:1,axisTop:null,axisRight:null,axisBottom:Bj,axisLeft:Bj});function SH(e){return Ai((function(){return jg().defined((function(e){return null!==e.x&&null!==e.y})).x((function(e){return e.x})).y((function(e){return e.y})).curve(nI(e))}),[e])}function MH(e){var t=e.curve,n=e.yScale,r=e.areaBaselineValue;return Ai((function(){return Fg().defined((function(e){return null!==e.x&&null!==e.y})).x((function(e){return e.x})).y1((function(e){return e.y})).curve(nI(t)).y0(n(r))}),[t,n,r])}var AH=function(e){var t=e.data,n=e.xScale,r=void 0===n?xH.xScale:n,i=e.xFormat,o=e.yScale,a=void 0===o?xH.yScale:o,s=e.yFormat,l=e.width,c=e.height,u=e.colors,d=void 0===u?xH.colors:u,f=e.curve,h=void 0===f?xH.curve:f,p=e.areaBaselineValue,g=void 0===p?xH.areaBaselineValue:p,m=e.pointColor,v=void 0===m?xH.pointColor:m,b=e.pointBorderColor,y=void 0===b?xH.pointBorderColor:b,_=e.enableSlices,w=void 0===_?kH.enableSlices:_,x=e.initialHiddenIds,k=void 0===x?kH.initialHiddenIds:x,C=xi(EF("line"))[0],S=sI(i),M=sI(s),A=cF(d,"id"),T=nE(),L=aF(v,T),E=aF(y,T),N=xi(null!=k?k:[]),O=N[0],R=N[1],D=Ai((function(){return xj(t.filter((function(e){return-1===O.indexOf(e.id)})),r,a,l,c)}),[t,O,r,a,l,c]),P=D.xScale,z=D.yScale,I=D.series,B=Ai((function(){var e=t.map((function(e){return{id:e.id,label:""+e.id,color:A(e)}})),n=e.map((function(e){return yH({},I.find((function(t){return t.id===e.id})),{color:e.color})})).filter((function(e){return Boolean(e.id)}));return{legendData:e.map((function(e){return yH({},e,{hidden:!n.find((function(t){return t.id===e.id}))})})).reverse(),series:n}}),[t,I,A]),j=B.legendData,F=B.series,H=Ti((function(e){R((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]),$=function(e){var t=e.series,n=e.getPointColor,r=e.getPointBorderColor,i=e.formatX,o=e.formatY;return Ai((function(){return t.reduce((function(e,t,a){return[].concat(e,t.data.filter((function(e){return null!==e.position.x&&null!==e.position.y})).map((function(s,l){var c={id:t.id+"."+l,indexInSeries:l,absIndex:e.length+l,seriesIndex:a,seriesId:t.id,seriesColor:t.color,x:s.position.x,y:s.position.y,data:yH({},s.data,{xFormatted:i(s.data.x),yFormatted:o(s.data.y)})};return c.color=n({series:t,point:c}),c.borderColor=r(c),c})))}),[])}),[t,n,r,i,o])}({series:F,getPointColor:L,getPointBorderColor:E,formatX:S,formatY:M}),q=function(e){var t=e.componentId,n=e.enableSlices,r=e.points,i=e.width,o=e.height;return Ai((function(){if("x"===n){var e=new Map;return r.forEach((function(t){null!==t.data.x&&null!==t.data.y&&(e.has(t.x)?e.get(t.x).push(t):e.set(t.x,[t]))})),Array.from(e.entries()).sort((function(e,t){return e[0]-t[0]})).map((function(e,n,r){var a,s,l=e[0],c=e[1],u=r[n-1],d=r[n+1];return a=u?l-(l-u[0])/2:l,s=d?l-a+(d[0]-l)/2:i-a,{id:"slice:"+t+":"+l,x0:a,x:l,y0:0,y:0,width:s,height:o,points:c.reverse()}}))}if("y"===n){var a=new Map;return r.forEach((function(e){null!==e.data.x&&null!==e.data.y&&(a.has(e.y)?a.get(e.y).push(e):a.set(e.y,[e]))})),Array.from(a.entries()).sort((function(e,t){return e[0]-t[0]})).map((function(e,t,n){var r,a,s=e[0],l=e[1],c=n[t-1],u=n[t+1];return r=c?s-(s-c[0])/2:s,a=u?s-r+(u[0]-s)/2:o-r,{id:s,x0:0,x:0,y0:r,y:s,width:i,height:a,points:l.reverse()}}))}return[]}),[t,n,o,r,i])}({componentId:C,enableSlices:w,points:$,width:l,height:c});return{legendData:j,toggleSeries:H,lineGenerator:SH(h),areaGenerator:MH({curve:h,yScale:z,areaBaselineValue:g}),getColor:A,series:F,xScale:P,yScale:z,slices:q,points:$}},TH=function(e){var t=e.areaBlendMode,n=e.areaOpacity,r=e.color,i=e.fill,o=e.path,a=Sz(),s=a.animate,l=a.config,c=Qz(o),u=uC({color:r,config:l,immediate:!s});return Ps(wM.path,{d:c,fill:i||u.color,fillOpacity:n,strokeWidth:0,style:{mixBlendMode:t}})},LH=Hi((function(e){var t=e.areaGenerator,n=e.areaOpacity,r=e.areaBlendMode;return Ps("g",{children:e.series.slice(0).reverse().map((function(e){return Ps(TH,yH({path:t(e.data.map((function(e){return e.position})))},yH({areaOpacity:n,areaBlendMode:r},e)),""+e.id)}))})})),EH=Hi((function(e){var t=e.lineGenerator,n=e.points,r=e.color,i=e.thickness,o=Ai((function(){return t(n)}),[t,n]),a=Qz(o);return Ps(wM.path,{d:a,fill:"none",strokeWidth:i,stroke:r})})),NH=Hi((function(e){var t=e.series,n=e.lineGenerator,r=e.lineWidth;return Ps(Ir,{children:t.slice(0).reverse().map((function(e){var t=e.id,i=e.data,o=e.color;return Ps(EH,{points:i.map((function(e){return e.position})),lineGenerator:n,color:o,thickness:r},t)}))})})),OH=Hi((function(e){var t=e.slice,n=e.slices,r=e.axis,i=e.debug,o=e.tooltip,a=e.isCurrent,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onMouseDown,f=e.onMouseUp,h=e.onClick,p=e.onDoubleClick,g=e.onTouchStart,m=e.onTouchMove,v=e.onTouchEnd,b=yE(),y=b.showTooltipFromEvent,_=b.hideTooltip,w=Ti((function(e){y(Pr(o,{slice:t,axis:r}),e,"right"),s(t),null==l||l(t,e)}),[y,o,t,r,s,l]),x=Ti((function(e){y(Pr(o,{slice:t,axis:r}),e,"right"),null==c||c(t,e)}),[y,o,t,r,c]),k=Ti((function(e){_(),s(null),null==u||u(t,e)}),[_,s,u,t]),C=Ti((function(e){null==d||d(t,e)}),[t,d]),S=Ti((function(e){null==f||f(t,e)}),[t,f]),M=Ti((function(e){null==h||h(t,e)}),[t,h]),A=Ti((function(e){null==p||p(t,e)}),[t,p]),T=Ti((function(e){y(Pr(o,{slice:t,axis:r}),e,"right"),s(t),null==g||g(t,e)}),[r,g,s,y,t,o]),L=Ti((function(e){var i=e.touches[0],a=document.elementFromPoint(i.clientX,i.clientY),l=null==a?void 0:a.getAttribute("data-ref");if(l){var c=n.find((function(e){return e.id===l}));c&&(y(Pr(o,{slice:c,axis:r}),e,"right"),s(c))}null==m||m(t,e)}),[r,m,s,y,t,n,o]),E=Ti((function(e){_(),s(null),null==v||v(t,e)}),[_,s,v,t]);return Ps("rect",{x:t.x0,y:t.y0,width:t.width,height:t.height,stroke:"red",strokeWidth:i?1:0,strokeOpacity:.75,fill:"red",fillOpacity:a&&i?.35:0,onMouseEnter:w,onMouseMove:x,onMouseLeave:k,onMouseDown:C,onMouseUp:S,onClick:M,onDoubleClick:A,onTouchStart:T,onTouchMove:L,onTouchEnd:E,"data-ref":t.id})})),RH=Hi((function(e){var t=e.slices,n=e.axis,r=e.debug,i=e.tooltip,o=e.current,a=e.setCurrent,s=e.onMouseEnter,l=e.onMouseMove,c=e.onMouseLeave,u=e.onMouseDown,d=e.onMouseUp,f=e.onClick,h=e.onDoubleClick,p=e.onTouchStart,g=e.onTouchMove,m=e.onTouchEnd;return Ps(Ir,{children:t.map((function(e){return Ps(OH,{slice:e,slices:t,axis:n,debug:r,tooltip:i,setCurrent:a,isCurrent:null!==o&&o.id===e.id,onMouseEnter:s,onMouseMove:l,onMouseLeave:c,onMouseDown:u,onMouseUp:d,onClick:f,onDoubleClick:h,onTouchStart:p,onTouchMove:g,onTouchEnd:m},e.id)}))})})),DH=Hi((function(e){var t=e.points,n=e.symbol,r=e.size,i=e.borderWidth,o=e.enableLabel,a=e.label,s=e.labelYOffset,l=e.isFocusable,c=e.setCurrentPoint,u=e.tooltip,d=e.margin,f=e.ariaLabel,h=e.ariaLabelledBy,p=e.ariaDescribedBy,g=e.ariaHidden,m=e.ariaDisabled,v=function(e){return IO(e)?e:function(t){return qL(t,e)}}(a),b=yE(),y=b.showTooltipAt,_=b.hideTooltip,w=t.slice(0).sort((function(e,t){return e.indexInSeries-t.indexInSeries})).sort((function(e,t){return t.seriesIndex-e.seriesIndex})).map((function(e){return{id:e.id,x:e.x,y:e.y,datum:e.data,fill:e.color,stroke:e.borderColor,label:o?v(e):null,ariaLabel:f?f(e):void 0,ariaLabelledBy:h?h(e):void 0,ariaDescribedBy:p?p(e):void 0,ariaHidden:g?g(e):void 0,ariaDisabled:m?m(e):void 0,onFocus:l?function(){c(e),y(Pr(u,{point:e}),[d.left+e.x,d.top+e.y],"top")}:void 0,onBlur:l?function(){c(null),_()}:void 0}}));return Ps("g",{children:w.map((function(e){return Ps(Zz,{x:e.x,y:e.y,datum:e.datum,symbol:n,size:r,color:e.fill,borderWidth:i,borderColor:e.stroke,label:e.label,labelYOffset:s,ariaLabel:e.ariaLabel,ariaLabelledBy:e.ariaLabelledBy,ariaDescribedBy:e.ariaDescribedBy,ariaHidden:e.ariaHidden,ariaDisabled:e.ariaDisabled,isFocusable:l,onFocus:e.onFocus,onBlur:e.onBlur,testId:"line.point."+e.id},e.id)}))})})),PH=Hi((function(e){var t=e.points,n=e.width,r=e.height,i=e.margin,o=e.setCurrent,a=e.onMouseEnter,s=e.onMouseMove,l=e.onMouseLeave,c=e.onMouseDown,u=e.onMouseUp,d=e.onClick,f=e.onDoubleClick,h=e.onTouchStart,p=e.onTouchMove,g=e.onTouchEnd,m=e.tooltip,v=e.debug,b=e.enableTouchCrosshair,y=yE(),_=y.showTooltipAt,w=y.hideTooltip,x=Ti((function(e,t){_(Pr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==a||a(e,t)}),[_,m,a,i]),k=Ti((function(e,t){_(Pr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==s||s(e,t)}),[_,m,i.left,i.top,s]),C=Ti((function(e,t){w(),null==l||l(e,t)}),[w,l]),S=Ti((function(e,t){null==c||c(e,t)}),[c]),M=Ti((function(e,t){null==u||u(e,t)}),[u]),A=Ti((function(e,t){null==d||d(e,t)}),[d]),T=Ti((function(e,t){null==f||f(e,t)}),[f]),L=Ti((function(e,t){_(Pr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==h||h(e,t)}),[i.left,i.top,h,_,m]),E=Ti((function(e,t){_(Pr(m,{point:e}),[e.x+i.left,e.y+i.top],"top"),null==p||p(e,t)}),[i.left,i.top,p,_,m]),N=Ti((function(e,t){w(),null==g||g(e,t)}),[g,w]);return Ps(bH,{nodes:t,width:n,height:r,setCurrent:o,onMouseEnter:x,onMouseMove:k,onMouseLeave:C,onMouseDown:S,onMouseUp:M,onClick:A,onDoubleClick:T,onTouchStart:L,onTouchMove:E,onTouchEnd:N,enableTouchCrosshair:b,debug:v})})),zH=["isInteractive","animate","motionConfig","theme","renderWrapper"];function IH(e){var t=e.data,n=e.xScale,r=void 0===n?kH.xScale:n,i=e.xFormat,o=e.yScale,a=void 0===o?kH.yScale:o,s=e.yFormat,l=e.curve,c=void 0===l?kH.curve:l,u=e.margin,d=e.width,f=e.height,h=e.colors,p=void 0===h?kH.colors:h,g=e.lineWidth,m=void 0===g?kH.lineWidth:g,v=e.layers,b=void 0===v?kH.layers:v,y=e.enableArea,_=void 0===y?kH.enableArea:y,w=e.areaBaselineValue,x=void 0===w?kH.areaBaselineValue:w,k=e.areaOpacity,C=void 0===k?kH.areaOpacity:k,S=e.areaBlendMode,M=void 0===S?kH.areaBlendMode:S,A=e.enablePoints,T=void 0===A?kH.enablePoints:A,L=e.pointSymbol,E=e.pointSize,N=void 0===E?kH.pointSize:E,O=e.pointColor,R=void 0===O?kH.pointColor:O,D=e.pointBorderWidth,P=void 0===D?kH.pointBorderWidth:D,z=e.pointBorderColor,I=void 0===z?kH.pointBorderColor:z,B=e.enablePointLabel,j=void 0===B?kH.enablePointLabel:B,F=e.pointLabel,H=void 0===F?kH.pointLabel:F,$=e.pointLabelYOffset,q=e.enableGridX,U=void 0===q?kH.enableGridX:q,W=e.gridXValues,V=e.enableGridY,G=void 0===V?kH.enableGridY:V,Y=e.gridYValues,X=e.axisTop,Z=e.axisRight,K=e.axisBottom,J=void 0===K?kH.axisBottom:K,Q=e.axisLeft,ee=void 0===Q?kH.axisLeft:Q,te=e.defs,ne=void 0===te?kH.defs:te,re=e.fill,ie=void 0===re?kH.fill:re,oe=e.markers,ae=e.legends,se=void 0===ae?kH.legends:ae,le=e.isInteractive,ce=void 0===le?kH.isInteractive:le,ue=e.useMesh,de=void 0===ue?kH.useMesh:ue,fe=e.debugMesh,he=void 0===fe?kH.debugMesh:fe,pe=e.onMouseEnter,ge=e.onMouseMove,me=e.onMouseLeave,ve=e.onMouseDown,be=e.onMouseUp,ye=e.onClick,_e=e.onDoubleClick,we=e.onTouchStart,xe=e.onTouchMove,ke=e.onTouchEnd,Ce=e.tooltip,Se=void 0===Ce?kH.tooltip:Ce,Me=e.enableSlices,Ae=void 0===Me?kH.enableSlices:Me,Te=e.debugSlices,Le=void 0===Te?kH.debugSlices:Te,Ee=e.sliceTooltip,Ne=void 0===Ee?kH.sliceTooltip:Ee,Oe=e.enableCrosshair,Re=void 0===Oe?kH.enableCrosshair:Oe,De=e.crosshairType,Pe=void 0===De?kH.crosshairType:De,ze=e.enableTouchCrosshair,Ie=void 0===ze?kH.enableTouchCrosshair:ze,Be=e.role,je=void 0===Be?kH.role:Be,Fe=e.ariaLabel,He=e.ariaLabelledBy,$e=e.ariaDescribedBy,qe=e.isFocusable,Ue=void 0===qe?kH.isFocusable:qe,We=e.pointAriaLabel,Ve=e.pointAriaLabelledBy,Ge=e.pointAriaDescribedBy,Ye=e.pointAriaHidden,Xe=e.pointAriaDisabled,Ze=e.initialHiddenIds,Ke=void 0===Ze?kH.initialHiddenIds:Ze,Je=e.forwardedRef,Qe=iI(d,f,u),et=Qe.margin,tt=Qe.innerWidth,nt=Qe.innerHeight,rt=Qe.outerWidth,it=Qe.outerHeight,ot=AH({data:t,xScale:r,xFormat:i,yScale:a,yFormat:s,width:tt,height:nt,colors:p,curve:c,areaBaselineValue:x,pointColor:R,pointBorderColor:I,enableSlices:Ae,initialHiddenIds:Ke}),at=ot.legendData,st=ot.toggleSeries,lt=ot.lineGenerator,ct=ot.areaGenerator,ut=ot.series,dt=ot.xScale,ft=ot.yScale,ht=ot.slices,pt=ot.points,gt=xi(null),mt=gt[0],vt=gt[1],bt=xi(null),yt=bt[0],_t=bt[1],wt={grid:null,markers:null,axes:null,areas:null,crosshair:null,lines:null,points:null,slices:null,mesh:null,legends:null};b.includes("grid")&&(U||G)&&(wt.grid=Ps(Uj,{width:tt,height:nt,xScale:U?dt:null,yScale:G?ft:null,xValues:W,yValues:Y},"grid")),b.includes("markers")&&Array.isArray(oe)&&oe.length>0&&(wt.markers=Ps(Jz,{markers:oe,width:tt,height:nt,xScale:dt,yScale:ft},"markers")),b.includes("axes")&&(wt.axes=Ps(Hj,{xScale:dt,yScale:ft,width:tt,height:nt,top:X,right:Z,bottom:J,left:ee},"axes")),b.includes("lines")&&(wt.lines=Ps(NH,{series:ut,lineGenerator:lt,lineWidth:m},"lines")),b.includes("legends")&&se.length>0&&(wt.legends=Ps(Ir,{children:se.map((function(e,t){return Ps(MF,yH({},e,{containerWidth:tt,containerHeight:nt,data:e.data||at,toggleSerie:e.toggleSerie?st:void 0}),t)}))},"legends"));var xt=gI(ne,ut,ie);_&&(wt.areas=Ps(LH,{areaGenerator:ct,areaOpacity:C,areaBlendMode:M,series:ut},"areas")),ce&&!1!==Ae&&(wt.slices=Ps(RH,{slices:ht,axis:Ae,debug:Le,tooltip:Ne,current:yt,setCurrent:_t,onMouseEnter:pe,onMouseMove:ge,onMouseLeave:me,onMouseDown:ve,onMouseUp:be,onClick:ye,onDoubleClick:_e,onTouchStart:we,onTouchMove:xe,onTouchEnd:ke},"slices")),T&&(wt.points=Ps(DH,{points:pt,symbol:L,size:N,borderWidth:P,enableLabel:j,label:H,labelYOffset:$,isFocusable:Ue,setCurrentPoint:vt,tooltip:Se,margin:et,ariaLabel:We,ariaLabelledBy:Ve,ariaDescribedBy:Ge,ariaHidden:Ye,ariaDisabled:Xe},"points")),ce&&Re&&(null!==mt&&(wt.crosshair=Ps(hE,{width:tt,height:nt,x:mt.x,y:mt.y,type:Pe},"crosshair")),null!==yt&&Ae&&(wt.crosshair=Ps(hE,{width:tt,height:nt,x:yt.x,y:yt.y,type:Ae},"crosshair"))),ce&&de&&!1===Ae&&(wt.mesh=Ps(PH,{points:pt,width:tt,height:nt,margin:et,setCurrent:vt,onMouseEnter:pe,onMouseMove:ge,onMouseLeave:me,onMouseDown:ve,onMouseUp:be,onClick:ye,onDoubleClick:_e,onTouchStart:we,onTouchMove:xe,onTouchEnd:ke,tooltip:Se,enableTouchCrosshair:Ie,debug:he},"mesh"));var kt=yH({},e,{innerWidth:tt,innerHeight:nt,series:ut,slices:ht,points:pt,xScale:dt,yScale:ft,lineGenerator:lt,areaGenerator:ct,currentPoint:mt,setCurrentPoint:vt,currentSlice:yt,setCurrentSlice:_t});return Ps(Yz,{defs:xt,width:rt,height:it,margin:et,role:je,ariaLabel:Fe,ariaLabelledBy:He,ariaDescribedBy:$e,isFocusable:Ue,ref:Je,children:b.map((function(e,t){return"function"==typeof e?Ps(Ir,{children:e(kt)},t):wt[e]}))})}var BH=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?kH.isInteractive:n,i=e.animate,o=void 0===i?kH.animate:i,a=e.motionConfig,s=void 0===a?kH.motionConfig:a,l=e.theme,c=e.renderWrapper,u=_H(e,zH);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(IH,yH({isInteractive:r},u,{forwardedRef:t}))})})),jH=["defaultWidth","defaultHeight","onResize","debounceResize"],FH=(Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=_H(e,jH);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(BH,yH({width:n,height:r},a,{ref:t}))}})})),["isInteractive","renderWrapper","theme"]),HH=function(e){var t=e.width,n=e.height,r=e.margin,i=e.pixelRatio,o=void 0===i?CH.pixelRatio:i,a=e.data,s=e.xScale,l=void 0===s?CH.xScale:s,c=e.xFormat,u=e.yScale,d=void 0===u?CH.yScale:u,f=e.yFormat,h=e.curve,p=void 0===h?CH.curve:h,g=e.layers,m=void 0===g?CH.layers:g,v=e.colors,b=void 0===v?CH.colors:v,y=e.lineWidth,_=void 0===y?CH.lineWidth:y,w=e.enableArea,x=void 0===w?CH.enableArea:w,k=e.areaBaselineValue,C=void 0===k?CH.areaBaselineValue:k,S=e.areaOpacity,M=void 0===S?CH.areaOpacity:S,A=e.enablePoints,T=void 0===A?CH.enablePoints:A,L=e.pointSize,E=void 0===L?CH.pointSize:L,N=e.pointColor,O=void 0===N?CH.pointColor:N,R=e.pointBorderWidth,D=void 0===R?CH.pointBorderWidth:R,P=e.pointBorderColor,z=void 0===P?CH.pointBorderColor:P,I=e.enableGridX,B=void 0===I?CH.enableGridX:I,j=e.gridXValues,F=e.enableGridY,H=void 0===F?CH.enableGridY:F,$=e.gridYValues,q=e.axisTop,U=e.axisRight,W=e.axisBottom,V=void 0===W?CH.axisBottom:W,G=e.axisLeft,Y=void 0===G?CH.axisLeft:G,X=e.legends,Z=void 0===X?CH.legends:X,K=e.isInteractive,J=void 0===K?CH.isInteractive:K,Q=e.debugMesh,ee=void 0===Q?CH.debugMesh:Q,te=e.onMouseLeave,ne=e.onMouseDown,re=e.onMouseUp,ie=e.onClick,oe=e.onDoubleClick,ae=e.tooltip,se=void 0===ae?CH.tooltip:ae,le=e.role,ce=e.forwardedRef,ue=Mi(null),de=iI(t,n,r),fe=de.margin,he=de.innerWidth,pe=de.innerHeight,ge=de.outerWidth,me=de.outerHeight,ve=nE(),be=xi(null),ye=be[0],_e=be[1],we=AH({data:a,xScale:l,xFormat:c,yScale:d,yFormat:f,width:he,height:pe,colors:b,curve:p,areaBaselineValue:C,pointColor:O,pointBorderColor:z}),xe=we.lineGenerator,ke=we.areaGenerator,Ce=we.series,Se=we.xScale,Me=we.yScale,Ae=we.points,Te=Ai((function(){return{innerWidth:he,innerHeight:pe,series:Ce,points:Ae,xScale:Se,yScale:Me,lineWidth:_,lineGenerator:xe,areaGenerator:ke,currentPoint:ye,setCurrentPoint:_e}}),[he,pe,Ce,Ae,Se,Me,_,xe,ke,ye,_e]),Le=hH({points:Ae,width:he,height:pe,debug:ee}),Ee=Le.delaunay,Ne=Le.voronoi;Ci((function(){if(null!==ue.current){ue.current.width=ge*o,ue.current.height=me*o;var e=ue.current.getContext("2d");e.scale(o,o),e.fillStyle=ve.background,e.fillRect(0,0,ge,me),e.translate(fe.left,fe.top),m.forEach((function(t){var n;"function"==typeof t&&t(e,Te);var r=null!=(n=ve.grid.line.strokeWidth)?n:0;if("grid"===t&&"string"!=typeof r&&r>0&&(e.lineWidth=r,e.strokeStyle=ve.grid.line.stroke,B&&Vj(e,{width:he,height:pe,scale:Se,axis:"x",values:j}),H&&Vj(e,{width:he,height:pe,scale:Me,axis:"y",values:$})),"axes"===t&&Wj(e,{xScale:Se,yScale:Me,width:he,height:pe,top:q,right:U,bottom:V,left:Y,theme:ve}),"areas"===t&&!0===x){e.save(),e.globalAlpha=M,ke.context(e);for(var i=Ce.length-1;i>=0;i--)e.fillStyle=Ce[i].color,e.beginPath(),ke(Ce[i].data.map((function(e){return e.position}))),e.fill();e.restore()}if("lines"===t&&(xe.context(e),Ce.forEach((function(t){e.strokeStyle=t.color,e.lineWidth=_,e.beginPath(),xe(t.data.map((function(e){return e.position}))),e.stroke()}))),"points"===t&&!0===T&&E>0&&Ae.forEach((function(t){e.fillStyle=t.color,e.beginPath(),e.arc(t.x,t.y,E/2,0,2*Math.PI),e.fill(),D>0&&(e.strokeStyle=t.borderColor,e.lineWidth=D,e.stroke())})),"mesh"===t&&!0===ee&&void 0!==Ne&&(function(e,t){e.save(),e.globalAlpha=.75,e.beginPath(),t.render(e),e.strokeStyle="red",e.lineWidth=1,e.stroke(),e.restore()}(e,Ne),ye&&function(e,t,n){e.save(),e.globalAlpha=.35,e.beginPath(),t.renderCell(n,e),e.fillStyle="pink",e.fill(),e.restore()}(e,Ne,ye.absIndex)),"legends"===t){var o=Ce.map((function(e){return{id:e.id,label:e.id,color:e.color}})).reverse();Z.forEach((function(t){TF(e,yH({},t,{data:t.data||o,containerWidth:he,containerHeight:pe,theme:ve}))}))}}))}}),[ue,he,ge,pe,me,fe.left,fe.top,o,m,ve,xe,Ce,Se,Me,B,j,H,$,q,U,V,Y,Z,Ae,T,E,D,ye,Te,ee,x,ke,M,_,Ne]);var Oe=Ti((function(e){if(!ue.current)return null;var t=fI(ue.current,e),n=t[0],r=t[1];if(!dI(fe.left,fe.top,he,pe,n,r))return null;var i=Ee.find(n-fe.left,r-fe.top);return Ae[i]}),[ue,fe,he,pe,Ee,Ae]),Re=yE(),De=Re.showTooltipFromEvent,Pe=Re.hideTooltip,ze=Ti((function(e){var t=Oe(e);_e(t),t?De(Pr(se,{point:t}),e):Pe()}),[Oe,_e,De,Pe,se]),Ie=Ti((function(e){Pe(),_e(null),ye&&(null==te||te(ye,e))}),[Pe,_e,te,ye]),Be=Ti((function(e){if(ne){var t=Oe(e);t&&ne(t,e)}}),[Oe,ne]),je=Ti((function(e){if(re){var t=Oe(e);t&&re(t,e)}}),[Oe,re]),Fe=Ti((function(e){if(ie){var t=Oe(e);t&&ie(t,e)}}),[Oe,ie]),He=Ti((function(e){if(oe){var t=Oe(e);t&&oe(t,e)}}),[Oe,oe]);return Ps("canvas",{ref:mI(ue,ce),width:ge*o,height:me*o,style:{width:ge,height:me,cursor:J?"auto":"normal"},onMouseEnter:J?ze:void 0,onMouseMove:J?ze:void 0,onMouseLeave:J?Ie:void 0,onMouseDown:J?Be:void 0,onMouseUp:J?je:void 0,onClick:J?Fe:void 0,onDoubleClick:J?He:void 0,role:le})},$H=Ui((function(e,t){var n=e.isInteractive,r=e.renderWrapper,i=e.theme,o=_H(e,FH);return Ps(Tz,{isInteractive:n,renderWrapper:r,theme:i,animate:!1,children:Ps(HH,yH({},o,{forwardedRef:t}))})})),qH=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth;e.defaultHeight;var r=e.onResize,i=e.debounceResize,o=_H(e,qH);return Ps(Nz,{defaultWidth:n,defaultHeight:n,onResize:r,debounceResize:i,children:function(e){var n=e.width,r=e.height;return Ps($H,yH({width:n,height:r},o,{ref:t}))}})}));const UH=({label:e,width:t,height:n,ariaLabel:r=e})=>Ps("div",{role:"img","aria-label":r,className:"styles_empty-data-stub__DuGJ2",style:{width:t,height:n},children:e});!function(e){e.Mesh="Mesh",e.SlicesX="SlicesX",e.SlicesY="SlicesY"}({});const WH=e=>{switch(e){case"passed":return"var(--bg-support-castor)";case"failed":return"var(--bg-support-capella)";case"broken":return"var(--bg-support-atlas)";case"unknown":default:return"var(--bg-support-skat)";case"skipped":return"var(--bg-support-rau)"}},VH=e=>{const{positiveValue:t,negativeValue:n,absTotal:r,noValuePercentage:i=-1}=e;if(0===Math.abs(t)+Math.abs(n))return i;const o=Math.abs(t)-Math.abs(n),a=(s=Math.abs(o),l=r,Math.floor(s/l*1e4)/100);var s,l;return o>0?50+a:o<0?50-a:50},GH=(e,t)=>{const[n,r]=e,i=t.map(((e,i)=>n+(r-n)*(i/(t.length-1))));return _f().domain(i).range(t.map((e=>((e,t=document.documentElement)=>{if(e.startsWith("var(")){const n=e.match(/var\((--[^),\s]+)/);if(n){const r=n[1];return getComputedStyle(t).getPropertyValue(r).trim()||e}}return e})(e)))).interpolate(id).clamp(!0)};const YH=e=>"number"==typeof e&&e>=0&&e<=100,XH=({slices:e,percentage:t,className:n})=>Ps("article",{"aria-label":"Success rate",role:"presentation",className:_o("styles_chart__mUNSO",n),children:[Ps("svg",{"aria-hidden":!0,viewBox:"0 0 100 100",children:Ps("g",{transform:"translate(50, 50)",children:e.map((e=>!!e.d&&Ps("path",{d:e.d,fill:"__empty__"===e.status?"var(--bg-control-secondary)":WH(e.status)},e.status)))})}),YH(t)&&Ps(Hs,{className:"styles_legend__JMBvn",size:"s",tag:"b",children:0===t?"0":`${t}%`})]});var ZH,KH,JH,QH,e$,t$,n$,r$,i$,o$,a$,s$,l$,c$,u$,d$,f$,h$,p$,g$,m$,v$,b$,y$,_$,w$,x$,k$,C$,S$,M$,A$,T$,L$,E$,N$,O$,R$,D$,P$,z$,I$,B$,j$;function F$(){if(o$)return i$;o$=1;var e=gP(),t=TA(),n=gz(),r=pz(),i=Object.getOwnPropertySymbols?function(r){for(var i=[];r;)e(i,n(r)),r=t(r);return i}:r;return i$=i}function H$(){if(c$)return l$;c$=1;var e=fz(),t=F$(),n=QT();return l$=function(r){return e(r,n,t)}}function $$(){if(L$)return T$;L$=1;var e=IM(),t=(KH||(KH=1,ZH=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}),ZH),n=XT(),r=function(){if(QH)return JH;QH=1;var e=ZT(),t=mz();return JH=function(n,r){return n&&e(r,t(r),n)},JH}(),i=function(){if(t$)return e$;t$=1;var e=ZT(),t=QT();return e$=function(n,r){return n&&e(r,t(r),n)},e$}(),o=xA(),a=MA(),s=function(){if(r$)return n$;r$=1;var e=ZT(),t=gz();return n$=function(n,r){return e(n,t(n),r)},n$}(),l=function(){if(s$)return a$;s$=1;var e=ZT(),t=F$();return a$=function(n,r){return e(n,t(n),r)},a$}(),c=vz(),u=H$(),d=yz(),f=function(){if(d$)return u$;d$=1;var e=Object.prototype.hasOwnProperty;return u$=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r},u$}(),h=function(){if(y$)return b$;y$=1;var e=CA(),t=function(){if(h$)return f$;h$=1;var e=CA();return f$=function(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}}(),n=function(){if(g$)return p$;g$=1;var e=/\w*$/;return p$=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}}(),r=function(){if(v$)return m$;v$=1;var e=AM(),t=e?e.prototype:void 0,n=t?t.valueOf:void 0;return m$=function(e){return n?Object(n.call(e)):{}},m$}(),i=SA();return b$=function(o,a,s){var l=o.constructor;switch(a){case"[object ArrayBuffer]":return e(o);case"[object Boolean]":case"[object Date]":return new l(+o);case"[object DataView]":return t(o,s);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return i(o,s);case"[object Map]":case"[object Set]":return new l;case"[object Number]":case"[object String]":return new l(o);case"[object RegExp]":return n(o);case"[object Symbol]":return r(o)}},b$}(),p=EA(),g=RA(),m=GA(),v=function(){if(k$)return x$;k$=1;var e=function(){if(w$)return _$;w$=1;var e=yz(),t=NA();return _$=function(n){return t(n)&&"[object Map]"==e(n)}}(),t=XA(),n=VT(),r=n&&n.isMap,i=r?t(r):e;return x$=i}(),b=LM(),y=function(){if(A$)return M$;A$=1;var e=function(){if(S$)return C$;S$=1;var e=yz(),t=NA();return C$=function(n){return t(n)&&"[object Set]"==e(n)}}(),t=XA(),n=VT(),r=n&&n.isSet,i=r?t(r):e;return M$=i}(),_=mz(),w=QT(),x="[object Arguments]",k="[object Function]",C="[object Object]",S={};return S[x]=S["[object Array]"]=S["[object ArrayBuffer]"]=S["[object DataView]"]=S["[object Boolean]"]=S["[object Date]"]=S["[object Float32Array]"]=S["[object Float64Array]"]=S["[object Int8Array]"]=S["[object Int16Array]"]=S["[object Int32Array]"]=S["[object Map]"]=S["[object Number]"]=S[C]=S["[object RegExp]"]=S["[object Set]"]=S["[object String]"]=S["[object Symbol]"]=S["[object Uint8Array]"]=S["[object Uint8ClampedArray]"]=S["[object Uint16Array]"]=S["[object Uint32Array]"]=!0,S["[object Error]"]=S[k]=S["[object WeakMap]"]=!1,T$=function M(A,T,L,E,N,O){var R,D=1&T,P=2&T,z=4&T;if(L&&(R=N?L(A,E,N,O):L(A)),void 0!==R)return R;if(!b(A))return A;var I=g(A);if(I){if(R=f(A),!D)return a(A,R)}else{var B=d(A),j=B==k||"[object GeneratorFunction]"==B;if(m(A))return o(A,D);if(B==C||B==x||j&&!N){if(R=P||j?{}:p(A),!D)return P?l(A,i(R,A)):s(A,r(R,A))}else{if(!S[B])return N?A:{};R=h(A,B,D)}}O||(O=new e);var F=O.get(A);if(F)return F;O.set(A,R),y(A)?A.forEach((function(e){R.add(M(e,T,L,e,A,O))})):v(A)&&A.forEach((function(e,t){R.set(t,M(e,T,L,t,A,O))}));var H=I?void 0:(z?P?u:c:P?w:_)(A);return t(H||A,(function(e,t){H&&(e=A[t=e]),n(R,t,M(e,T,L,t,A,O))})),R},T$}function q$(){return N$||(N$=1,E$=function(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(i);++r<i;)o[r]=e[r+t];return o}),E$}var U$,W$,V$,G$,Y$,X$,Z$,K$,J$,Q$,eq,tq,nq,rq,iq,oq,aq,sq,lq,cq,uq,dq,fq,hq,pq,gq,mq,vq,bq,yq,_q,wq,xq,kq,Cq,Sq,Mq=function(){if(j$)return B$;j$=1;var e=RL(),t=$$(),n=function(){if(P$)return D$;P$=1;var e=PL(),t=PO(),n=function(){if(R$)return O$;R$=1;var e=IL(),t=q$();return O$=function(n,r){return r.length<2?n:e(n,t(r,0,-1))},O$}(),r=zL();return D$=function(i,o){return o=e(o,i),null==(i=n(i,o))||delete i[r(t(o))]},D$}(),r=PL(),i=ZT(),o=function(){if(I$)return z$;I$=1;var e=YA();return z$=function(t){return e(t)?void 0:t}}(),a=vP(),s=H$(),l=a((function(a,l){var c={};if(null==a)return c;var u=!1;l=e(l,(function(e){return e=r(e,a),u||(u=e.length>1),e})),i(a,s(a),c),u&&(c=t(c,7,o));for(var d=l.length;d--;)n(c,l[d]);return c}));return B$=l}(),Aq=Em(Mq),Tq=Em(function(){if(W$)return U$;W$=1;var e=$$();return U$=function(t){return e(t,5)}}());function Lq(){if(cq)return lq;cq=1;var e=(G$||(G$=1,V$=function(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}),V$),t=function(){if(Q$)return J$;Q$=1;var e=function(){if(K$)return Z$;K$=1;var e=(X$||(X$=1,Y$=function(e){return function(t){return null==e?void 0:e[t]}}),Y$),t=e({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"});return Z$=t}(),t=DL(),n=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,r=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");return J$=function(i){return(i=t(i))&&i.replace(n,e).replace(r,"")}}(),n=function(){if(sq)return aq;sq=1;var e=function(){if(tq)return eq;tq=1;var e=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;return eq=function(t){return t.match(e)||[]}}(),t=function(){if(rq)return nq;rq=1;var e=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;return nq=function(t){return e.test(t)}}(),n=DL(),r=function(){if(oq)return iq;oq=1;var e="\\ud800-\\udfff",t="\\u2700-\\u27bf",n="a-z\\xdf-\\xf6\\xf8-\\xff",r="A-Z\\xc0-\\xd6\\xd8-\\xde",i="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",o="["+i+"]",a="\\d+",s="["+t+"]",l="["+n+"]",c="[^"+e+i+a+t+n+r+"]",u="(?:\\ud83c[\\udde6-\\uddff]){2}",d="[\\ud800-\\udbff][\\udc00-\\udfff]",f="["+r+"]",h="(?:"+l+"|"+c+")",p="(?:"+f+"|"+c+")",g="(?:['’](?:d|ll|m|re|s|t|ve))?",m="(?:['’](?:D|LL|M|RE|S|T|VE))?",v="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",b="[\\ufe0e\\ufe0f]?",y=b+v+"(?:\\u200d(?:"+["[^"+e+"]",u,d].join("|")+")"+b+v+")*",_="(?:"+[s,u,d].join("|")+")"+y,w=RegExp([f+"?"+l+"+"+g+"(?="+[o,f,"$"].join("|")+")",p+"+"+m+"(?="+[o,f+h,"$"].join("|")+")",f+"?"+h+"+"+g,f+"+"+m,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",a,_].join("|"),"g");return iq=function(e){return e.match(w)||[]}}();return aq=function(i,o,a){return i=n(i),void 0===(o=a?void 0:o)?t(i)?r(i):e(i):i.match(o)||[]}}(),r=RegExp("['’]","g");return lq=function(i){return function(o){return e(n(t(o).replace(r,"")),i,"")}}}function Eq(){if(hq)return fq;hq=1;var e=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");return fq=function(t){return e.test(t)}}function Nq(){if(wq)return _q;wq=1;var e=function(){if(dq)return uq;dq=1;var e=q$();return uq=function(t,n,r){var i=t.length;return r=void 0===r?i:r,!n&&r>=i?t:e(t,n,r)},uq}(),t=Eq(),n=function(){if(yq)return bq;yq=1;var e=gq?pq:(gq=1,pq=function(e){return e.split("")}),t=Eq(),n=function(){if(vq)return mq;vq=1;var e="\\ud800-\\udfff",t="["+e+"]",n="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",r="\\ud83c[\\udffb-\\udfff]",i="[^"+e+"]",o="(?:\\ud83c[\\udde6-\\uddff]){2}",a="[\\ud800-\\udbff][\\udc00-\\udfff]",s="(?:"+n+"|"+r+")?",l="[\\ufe0e\\ufe0f]?",c=l+s+"(?:\\u200d(?:"+[i,o,a].join("|")+")"+l+s+")*",u="(?:"+[i+n+"?",n,o,a,t].join("|")+")",d=RegExp(r+"(?="+r+")|"+u+c,"g");return mq=function(e){return e.match(d)||[]}}();return bq=function(r){return t(r)?n(r):e(r)}}(),r=DL();return _q=function(i){return function(o){o=r(o);var a=t(o)?n(o):void 0,s=a?a[0]:o.charAt(0),l=a?e(a,1).join(""):o.slice(1);return s[i]()+l}}}var Oq=function(){if(Sq)return Cq;Sq=1;var e=Lq(),t=function(){if(kq)return xq;kq=1;var e=Nq()("toUpperCase");return xq=e}(),n=e((function(e,n,r){return e+(r?" ":"")+t(n)}));return Cq=n}(),Rq=Em(Oq);function Dq(e){var t=0,n=e.children,r=n&&n.length;if(r)for(;--r>=0;)t+=n[r].value;else t=1;e.value=t}function Pq(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=Iq)):void 0===t&&(t=zq);for(var n,r,i,o,a,s=new Fq(e),l=[s];n=l.pop();)if((i=t(n.data))&&(a=(i=Array.from(i)).length))for(n.children=i,o=a-1;o>=0;--o)l.push(r=i[o]=new Fq(i[o])),r.parent=n,r.depth=n.depth+1;return s.eachBefore(jq)}function zq(e){return e.children}function Iq(e){return Array.isArray(e)?e[1]:null}function Bq(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function jq(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function Fq(e){this.data=e,this.depth=this.height=0,this.parent=null}function Hq(){return 0}function $q(e){return function(){return e}}function qq(e){e.x0=Math.round(e.x0),e.y0=Math.round(e.y0),e.x1=Math.round(e.x1),e.y1=Math.round(e.y1)}function Uq(e,t,n,r,i){for(var o,a=e.children,s=-1,l=a.length,c=e.value&&(r-t)/e.value;++s<l;)(o=a[s]).y0=n,o.y1=i,o.x0=t,o.x1=t+=o.value*c}function Wq(e,t,n,r,i){for(var o,a=e.children,s=-1,l=a.length,c=e.value&&(i-n)/e.value;++s<l;)(o=a[s]).x0=t,o.x1=r,o.y0=n,o.y1=n+=o.value*c}Fq.prototype=Pq.prototype={constructor:Fq,count:function(){return this.eachAfter(Dq)},each:function(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this},eachAfter:function(e,t){for(var n,r,i,o=this,a=[o],s=[],l=-1;o=a.pop();)if(s.push(o),n=o.children)for(r=0,i=n.length;r<i;++r)a.push(n[r]);for(;o=s.pop();)e.call(t,o,++l,this);return this},eachBefore:function(e,t){for(var n,r,i=this,o=[i],a=-1;i=o.pop();)if(e.call(t,i,++a,this),n=i.children)for(r=n.length-1;r>=0;--r)o.push(n[r]);return this},find:function(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r},sum:function(e){return this.eachAfter((function(t){for(var n=+e(t.data)||0,r=t.children,i=r&&r.length;--i>=0;)n+=r[i].value;t.value=n}))},sort:function(e){return this.eachBefore((function(t){t.children&&t.children.sort(e)}))},path:function(e){for(var t=this,n=function(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),i=null;for(e=n.pop(),t=r.pop();e===t;)i=e,e=n.pop(),t=r.pop();return i}(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var i=r.length;e!==n;)r.splice(i,0,e),e=e.parent;return r},ancestors:function(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t},descendants:function(){return Array.from(this)},leaves:function(){var e=[];return this.eachBefore((function(t){t.children||e.push(t)})),e},links:function(){var e=this,t=[];return e.each((function(n){n!==e&&t.push({source:n.parent,target:n})})),t},copy:function(){return Pq(this).eachBefore(Bq)},[Symbol.iterator]:function*(){var e,t,n,r,i=this,o=[i];do{for(e=o.reverse(),o=[];i=e.pop();)if(yield i,t=i.children)for(n=0,r=t.length;n<r;++n)o.push(t[n])}while(o.length)}};var Vq=function e(t){function n(e,n,r,i,o){!function(e,t,n,r,i,o){for(var a,s,l,c,u,d,f,h,p,g,m,v=[],b=t.children,y=0,_=0,w=b.length,x=t.value;y<w;){l=i-n,c=o-r;do{u=b[_++].value}while(!u&&_<w);for(d=f=u,m=u*u*(g=Math.max(c/l,l/c)/(x*e)),p=Math.max(f/m,m/d);_<w;++_){if(u+=s=b[_].value,s<d&&(d=s),s>f&&(f=s),m=u*u*g,(h=Math.max(f/m,m/d))>p){u-=s;break}p=h}v.push(a={value:u,dice:l<c,children:b.slice(y,_)}),a.dice?Uq(a,n,r,i,x?r+=c*u/x:o):Wq(a,n,r,x?n+=l*u/x:i,o),x-=u,y=_}}(t,e,n,r,i,o)}return n.ratio=function(t){return e((t=+t)>1?t:1)},n}((1+Math.sqrt(5))/2);function Gq(){return Gq=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Gq.apply(null,arguments)}function Yq(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var Xq=function(e,t){return vC([e,t],(function(e,t){return"translate("+e+","+t+")"}))},Zq=function(e,t){return vC([e,t],(function(e,t){return"translate("+e+"px, "+t+"px)"}))},Kq=function(e,t,n){return vC([e,t,n],(function(e,t,n){return"translate("+e+","+t+") rotate("+n+")"}))},Jq=function(e,t,n){return vC([e,t,n],(function(e,t,n){return"translate("+e+"px,"+t+"px) rotate("+n+"deg)"}))},Qq=function(e,t,n){return vC([e,t,n],(function(e,t,n){return"translate("+(e-(0===n?0:5))+"px,"+(t-(0===n?5:0))+"px) rotate("+n+"deg)"}))},eU=Hi((function(e){var t=e.node,n=e.animatedProps,r=e.borderWidth,i=e.enableLabel,o=e.enableParentLabel,a=e.labelSkipSize,s=nE(),l=i&&t.isLeaf&&(0===a||Math.min(t.width,t.height)>a),c=o&&t.isParent;return Ps(wM.g,{transform:Xq(n.x,n.y),children:[Ps(wM.rect,{"data-testid":"node."+t.id,width:vC(n.width,(function(e){return Math.max(e,0)})),height:vC(n.height,(function(e){return Math.max(e,0)})),fill:t.fill?t.fill:n.color,strokeWidth:r,stroke:t.borderColor,fillOpacity:t.opacity,onMouseEnter:t.onMouseEnter,onMouseMove:t.onMouseMove,onMouseLeave:t.onMouseLeave,onClick:t.onClick}),l&&Ps(NI,{"data-testid":"label."+t.id,textAnchor:"middle",dominantBaseline:"central",style:Gq({},s.labels.text,{fill:t.labelTextColor,pointerEvents:"none"}),fillOpacity:n.labelOpacity,transform:Kq(n.labelX,n.labelY,n.labelRotation),children:t.label}),c&&Ps(NI,{"data-testid":"parentLabel."+t.id,dominantBaseline:"central",style:Gq({},s.labels.text,{fill:t.parentLabelTextColor,pointerEvents:"none"}),fillOpacity:n.parentLabelOpacity,transform:Kq(n.parentLabelX,n.parentLabelY,n.parentLabelRotation),children:t.parentLabel})]})})),tU=Hi((function(e){var t=e.node;return Ps(cE,{id:t.id,value:t.formattedValue,enableChip:!0,color:t.color})})),nU=Hi((function(e){var t=e.node,n=e.animatedProps,r=e.borderWidth,i=e.enableLabel,o=e.enableParentLabel,a=e.labelSkipSize,s=nE(),l=i&&t.isLeaf&&(0===a||Math.min(t.width,t.height)>a),c=o&&t.isParent;return Ps(wM.div,{"data-testid":"node."+t.id,id:t.path.replace(/[^\w]/gi,"-"),style:{boxSizing:"border-box",position:"absolute",top:0,left:0,transform:Zq(n.x,n.y),width:n.width,height:n.height,borderWidth:r,borderStyle:"solid",borderColor:t.borderColor,overflow:"hidden"},children:[Ps(wM.div,{style:{boxSizing:"border-box",position:"absolute",top:0,left:0,opacity:t.opacity,width:n.width,height:n.height,background:n.color},onMouseEnter:t.onMouseEnter,onMouseMove:t.onMouseMove,onMouseLeave:t.onMouseLeave,onClick:t.onClick}),l&&Ps(wM.span,{"data-testid":"label."+t.id,style:Gq({},s.labels.text,{position:"absolute",display:"flex",top:-5,left:-5,width:10,height:10,justifyContent:"center",alignItems:"center",whiteSpace:"nowrap",color:t.labelTextColor,transformOrigin:"center center",transform:Jq(n.labelX,n.labelY,n.labelRotation),opacity:n.labelOpacity,pointerEvents:"none"}),children:t.label}),c&&Ps(wM.span,{"data-testid":"parentLabel."+t.id,style:Gq({},s.labels.text,{position:"absolute",display:"flex",justifyContent:"flex-start",alignItems:"center",whiteSpace:"nowrap",width:10,height:10,color:t.parentLabelTextColor,transformOrigin:"top left",transform:Qq(n.parentLabelX,n.parentLabelY,n.parentLabelRotation),opacity:n.parentLabelOpacity,pointerEvents:"none"}),children:t.parentLabel})]})})),rU={layers:["nodes"],identity:"id",value:"value",tile:"squarify",leavesOnly:!1,innerPadding:0,outerPadding:0,colors:{scheme:"nivo"},colorBy:"pathComponents.1",nodeOpacity:.33,enableLabel:!0,label:"formattedValue",labelSkipSize:0,labelTextColor:{from:"color",modifiers:[["darker",1]]},orientLabel:!0,enableParentLabel:!0,parentLabel:"id",parentLabelSize:20,parentLabelPosition:"top",parentLabelPadding:6,parentLabelTextColor:{from:"color",modifiers:[["darker",1]]},borderWidth:1,borderColor:{from:"color",modifiers:[["darker",1]]},isInteractive:!0,tooltip:tU,role:"img",animate:!0,motionConfig:"gentle"},iU=Gq({},rU,{nodeComponent:eU,defs:[],fill:[]}),oU=Gq({},rU,{nodeComponent:nU}),aU=Gq({},rU,{pixelRatio:"undefined"!=typeof window&&window.devicePixelRatio||1}),sU={binary:function(e,t,n,r,i){var o,a,s=e.children,l=s.length,c=new Array(l+1);for(c[0]=a=o=0;o<l;++o)c[o+1]=a+=s[o].value;!function e(t,n,r,i,o,a,l){if(t>=n-1){var u=s[t];return u.x0=i,u.y0=o,u.x1=a,void(u.y1=l)}for(var d=c[t],f=r/2+d,h=t+1,p=n-1;h<p;){var g=h+p>>>1;c[g]<f?h=g+1:p=g}f-c[h-1]<c[h]-f&&t+1<h&&--h;var m=c[h]-d,v=r-m;if(a-i>l-o){var b=r?(i*v+a*m)/r:a;e(t,h,m,i,o,b,l),e(h,n,v,b,o,a,l)}else{var y=r?(o*v+l*m)/r:l;e(t,h,m,i,o,a,y),e(h,n,v,i,y,a,l)}}(0,l,e.value,t,n,r,i)},dice:Uq,slice:Wq,sliceDice:function(e,t,n,r,i){(1&e.depth?Wq:Uq)(e,t,n,r,i)},squarify:Vq},lU=function(e){var t=e.data,n=e.width,r=e.height,i=e.identity,o=void 0===i?rU.identity:i,a=e.value,s=void 0===a?rU.value:a,l=e.valueFormat,c=e.leavesOnly,u=void 0===c?rU.leavesOnly:c,d=e.tile,f=void 0===d?rU.tile:d,h=e.innerPadding,p=void 0===h?rU.innerPadding:h,g=e.outerPadding,m=void 0===g?rU.outerPadding:g,v=e.label,b=void 0===v?rU.label:v,y=e.orientLabel,_=void 0===y?rU.orientLabel:y,w=e.enableParentLabel,x=void 0===w?rU.enableParentLabel:w,k=e.parentLabel,C=void 0===k?rU.parentLabel:k,S=e.parentLabelSize,M=void 0===S?rU.parentLabelSize:S,A=e.parentLabelPosition,T=void 0===A?rU.parentLabelPosition:A,L=e.parentLabelPadding,E=void 0===L?rU.parentLabelPadding:L,N=e.colors,O=void 0===N?rU.colors:N,R=e.colorBy,D=void 0===R?rU.colorBy:R,P=e.nodeOpacity,z=void 0===P?rU.nodeOpacity:P,I=e.borderColor,B=void 0===I?rU.borderColor:I,j=e.labelTextColor,F=void 0===j?rU.labelTextColor:j,H=e.parentLabelTextColor,$=void 0===H?rU.parentLabelTextColor:H,q=cI(o),U=cI(s),W=sI(l),V=cI(b),G=cI(C),Y=function(e){var t=e.width,n=e.height,r=e.tile,i=e.innerPadding,o=e.outerPadding,a=e.enableParentLabel,s=e.parentLabelSize,l=e.parentLabelPosition,c=e.leavesOnly;return Ai((function(){var e=function(){var e=Vq,t=!1,n=1,r=1,i=[0],o=Hq,a=Hq,s=Hq,l=Hq,c=Hq;function u(e){return e.x0=e.y0=0,e.x1=n,e.y1=r,e.eachBefore(d),i=[0],t&&e.eachBefore(qq),e}function d(t){var n=i[t.depth],r=t.x0+n,u=t.y0+n,d=t.x1-n,f=t.y1-n;d<r&&(r=d=(r+d)/2),f<u&&(u=f=(u+f)/2),t.x0=r,t.y0=u,t.x1=d,t.y1=f,t.children&&(n=i[t.depth+1]=o(t)/2,r+=c(t)-n,u+=a(t)-n,(d-=s(t)-n)<r&&(r=d=(r+d)/2),(f-=l(t)-n)<u&&(u=f=(u+f)/2),e(t,r,u,d,f))}return u.round=function(e){return arguments.length?(t=!!e,u):t},u.size=function(e){return arguments.length?(n=+e[0],r=+e[1],u):[n,r]},u.tile=function(t){return arguments.length?(e=function(e){if("function"!=typeof e)throw new Error;return e}(t),u):e},u.padding=function(e){return arguments.length?u.paddingInner(e).paddingOuter(e):u.paddingInner()},u.paddingInner=function(e){return arguments.length?(o="function"==typeof e?e:$q(+e),u):o},u.paddingOuter=function(e){return arguments.length?u.paddingTop(e).paddingRight(e).paddingBottom(e).paddingLeft(e):u.paddingTop()},u.paddingTop=function(e){return arguments.length?(a="function"==typeof e?e:$q(+e),u):a},u.paddingRight=function(e){return arguments.length?(s="function"==typeof e?e:$q(+e),u):s},u.paddingBottom=function(e){return arguments.length?(l="function"==typeof e?e:$q(+e),u):l},u.paddingLeft=function(e){return arguments.length?(c="function"==typeof e?e:$q(+e),u):c},u}().size([t,n]).tile(sU[r]).round(!0).paddingInner(i).paddingOuter(o);if(a&&!c){var u=s+2*o;e["padding"+Rq(l)](u)}return e}),[t,n,r,i,o,a,s,l,c])}({width:n,height:r,tile:f,innerPadding:p,outerPadding:m,enableParentLabel:x,parentLabelSize:M,parentLabelPosition:T,leavesOnly:u}),X=function(e){var t=e.root,n=e.getValue;return Ai((function(){return Pq(t).sum(n)}),[t,n])}({root:t,getValue:U}),Z=Ai((function(){var e=Tq(X);return Y(e),u?e.leaves():e.descendants()}),[X,Y,u]),K=Ai((function(){return Z.map((function(e){var t=function(e,t){var n=e.ancestors().map((function(e){return t(e.data)})).reverse();return{path:n.join("."),pathComponents:n}}(e,q),n=t.path,r=t.pathComponents,i={id:q(e.data),path:n,pathComponents:r,data:Aq(e.data,"children"),x:e.x0,y:e.y0,width:e.x1-e.x0,height:e.y1-e.y0,value:e.value,formattedValue:W(e.value),treeDepth:e.depth,treeHeight:e.height,isParent:e.height>0,isLeaf:0===e.height,parentLabelX:0,parentLabelY:0,parentLabelRotation:0};return i.labelRotation=_&&i.height>i.width?-90:0,"top"===T&&(i.parentLabelX=m+E,i.parentLabelY=m+M/2),"right"===T&&(i.parentLabelX=i.width-m-M/2,i.parentLabelY=i.height-m-E,i.parentLabelRotation=-90),"bottom"===T&&(i.parentLabelX=m+E,i.parentLabelY=i.height-m-M/2),"left"===T&&(i.parentLabelX=m+M/2,i.parentLabelY=i.height-m-E,i.parentLabelRotation=-90),i.label=V(i),i.parentLabel=G(i),i}))}),[Z,q,W,V,_,G,M,T,E,m]),J=nE(),Q=cF(O,D),ee=aF(B,J),te=aF(F,J),ne=aF($,J),re=Ai((function(){return K.map((function(e){var t=Gq({},e,{color:Q(e),opacity:z});return t.borderColor=ee(t),t.labelTextColor=te(t),t.parentLabelTextColor=ne(t),t}))}),[K,Q,z,ee,te,ne]);return{hierarchy:X,nodes:re,layout:Y}},cU=function(e){var t=e.nodes;return Ai((function(){return{nodes:t}}),[t])},uU=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,labelX:e.width/2,labelY:e.height/2,labelRotation:e.labelRotation,labelOpacity:1,parentLabelX:e.parentLabelX,parentLabelY:e.parentLabelY,parentLabelRotation:e.parentLabelRotation,parentLabelOpacity:1}},dU=function(e){return{x:e.x+e.width/2,y:e.y+e.height/2,width:0,height:0,color:e.color,labelX:0,labelY:0,labelRotation:e.labelRotation,labelOpacity:0,parentLabelX:0,parentLabelY:0,parentLabelRotation:e.parentLabelRotation,parentLabelOpacity:0}},fU=Hi((function(e){var t=e.nodes,n=e.nodeComponent,r=e.borderWidth,i=e.enableLabel,o=e.labelSkipSize,a=e.enableParentLabel,s=function(e,t){var n=t.isInteractive,r=t.onMouseEnter,i=t.onMouseMove,o=t.onMouseLeave,a=t.onClick,s=t.tooltip,l=yE(),c=l.showTooltipFromEvent,u=l.hideTooltip,d=Ti((function(e,t){c(Pr(s,{node:e}),t,"left")}),[c,s]),f=Ti((function(e,t){d(e,t),null==r||r(e,t)}),[r,d]),h=Ti((function(e,t){d(e,t),null==i||i(e,t)}),[i,d]),p=Ti((function(e,t){u(),null==o||o(e,t)}),[o,u]),g=Ti((function(e,t){null==a||a(e,t)}),[a]);return Ai((function(){return e.map((function(e){return n?Gq({},e,{onMouseEnter:function(t){return f(e,t)},onMouseMove:function(t){return h(e,t)},onMouseLeave:function(t){return p(e,t)},onClick:function(t){return g(e,t)}}):e}))}),[n,e,f,h,p,g])}(t,{isInteractive:e.isInteractive,onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseLeave:e.onMouseLeave,onClick:e.onClick,tooltip:e.tooltip}),l=Sz(),c=l.animate,u=l.config,d=dC(s,{keys:function(e){return e.path},initial:uU,from:dU,enter:uU,update:uU,leave:dU,config:u,immediate:!c});return Ps(Ir,{children:d((function(e,t){return Pr(n,{key:t.path,node:t,animatedProps:e,borderWidth:r,enableLabel:i,labelSkipSize:o,enableParentLabel:a})}))})})),hU=["isInteractive","animate","motionConfig","theme","renderWrapper"],pU=function(e){var t=e.data,n=e.identity,r=void 0===n?iU.identity:n,i=e.value,o=void 0===i?iU.value:i,a=e.valueFormat,s=e.tile,l=void 0===s?iU.tile:s,c=e.nodeComponent,u=void 0===c?iU.nodeComponent:c,d=e.innerPadding,f=void 0===d?iU.innerPadding:d,h=e.outerPadding,p=void 0===h?iU.outerPadding:h,g=e.leavesOnly,m=void 0===g?iU.leavesOnly:g,v=e.width,b=e.height,y=e.margin,_=e.layers,w=void 0===_?iU.layers:_,x=e.colors,k=void 0===x?iU.colors:x,C=e.colorBy,S=void 0===C?iU.colorBy:C,M=e.nodeOpacity,A=void 0===M?iU.nodeOpacity:M,T=e.borderWidth,L=void 0===T?iU.borderWidth:T,E=e.borderColor,N=void 0===E?iU.borderColor:E,O=e.defs,R=void 0===O?iU.defs:O,D=e.fill,P=void 0===D?iU.fill:D,z=e.enableLabel,I=void 0===z?iU.enableLabel:z,B=e.label,j=void 0===B?iU.label:B,F=e.labelTextColor,H=void 0===F?iU.labelTextColor:F,$=e.orientLabel,q=void 0===$?iU.orientLabel:$,U=e.labelSkipSize,W=void 0===U?iU.labelSkipSize:U,V=e.enableParentLabel,G=void 0===V?iU.enableParentLabel:V,Y=e.parentLabel,X=void 0===Y?iU.parentLabel:Y,Z=e.parentLabelSize,K=void 0===Z?iU.parentLabelSize:Z,J=e.parentLabelPosition,Q=void 0===J?iU.parentLabelPosition:J,ee=e.parentLabelPadding,te=void 0===ee?iU.parentLabelPadding:ee,ne=e.parentLabelTextColor,re=void 0===ne?iU.parentLabelTextColor:ne,ie=e.isInteractive,oe=void 0===ie?iU.isInteractive:ie,ae=e.onMouseEnter,se=e.onMouseMove,le=e.onMouseLeave,ce=e.onClick,ue=e.tooltip,de=void 0===ue?iU.tooltip:ue,fe=e.role,he=e.ariaLabel,pe=e.ariaLabelledBy,ge=e.ariaDescribedBy,me=e.forwardedRef,ve=iI(v,b,y),be=ve.margin,ye=ve.innerWidth,_e=ve.innerHeight,we=ve.outerWidth,xe=ve.outerHeight,ke=lU({data:t,identity:r,value:o,valueFormat:a,leavesOnly:m,width:ye,height:_e,tile:l,innerPadding:f,outerPadding:p,colors:k,colorBy:S,nodeOpacity:A,borderColor:N,label:j,labelTextColor:H,orientLabel:q,enableParentLabel:G,parentLabel:X,parentLabelSize:K,parentLabelPosition:Q,parentLabelPadding:te,parentLabelTextColor:re}).nodes,Ce={nodes:null};w.includes("nodes")&&(Ce.nodes=Ps(fU,{nodes:ke,nodeComponent:u,borderWidth:L,enableLabel:I,labelSkipSize:W,enableParentLabel:G,isInteractive:oe,onMouseEnter:ae,onMouseMove:se,onMouseLeave:le,onClick:ce,tooltip:de},"nodes"));var Se=cU({nodes:ke}),Me=gI(R,ke,P);return Ps(Yz,{width:we,height:xe,margin:be,defs:Me,role:fe,ariaLabel:he,ariaLabelledBy:pe,ariaDescribedBy:ge,ref:me,children:w.map((function(e,t){var n;return"function"==typeof e?Ps(Ir,{children:Pr(e,Se)},t):null!=(n=null==Ce?void 0:Ce[e])?n:null}))})},gU=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?iU.isInteractive:n,i=e.animate,o=void 0===i?iU.animate:i,a=e.motionConfig,s=void 0===a?iU.motionConfig:a,l=e.theme,c=e.renderWrapper,u=Yq(e,hU);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(pU,Gq({},u,{isInteractive:r,forwardedRef:t}))})})),mU=["defaultWidth","defaultHeight","onResize","debounceResize"],vU=Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=Yq(e,mU);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(gU,Gq({},a,{width:n,height:r,ref:t}))}})})),bU=["isInteractive","animate","motionConfig","theme","renderWrapper"],yU=function(e){var t=e.data,n=e.identity,r=void 0===n?oU.identity:n,i=e.value,o=void 0===i?oU.value:i,a=e.tile,s=void 0===a?oU.tile:a,l=e.nodeComponent,c=void 0===l?oU.nodeComponent:l,u=e.valueFormat,d=e.innerPadding,f=void 0===d?oU.innerPadding:d,h=e.outerPadding,p=void 0===h?oU.outerPadding:h,g=e.leavesOnly,m=void 0===g?oU.leavesOnly:g,v=e.width,b=e.height,y=e.margin,_=e.layers,w=void 0===_?iU.layers:_,x=e.colors,k=void 0===x?oU.colors:x,C=e.colorBy,S=void 0===C?oU.colorBy:C,M=e.nodeOpacity,A=void 0===M?oU.nodeOpacity:M,T=e.borderWidth,L=void 0===T?oU.borderWidth:T,E=e.borderColor,N=void 0===E?oU.borderColor:E,O=e.enableLabel,R=void 0===O?oU.enableLabel:O,D=e.label,P=void 0===D?oU.label:D,z=e.labelTextColor,I=void 0===z?oU.labelTextColor:z,B=e.orientLabel,j=void 0===B?oU.orientLabel:B,F=e.labelSkipSize,H=void 0===F?oU.labelSkipSize:F,$=e.enableParentLabel,q=void 0===$?oU.enableParentLabel:$,U=e.parentLabel,W=void 0===U?oU.parentLabel:U,V=e.parentLabelSize,G=void 0===V?oU.parentLabelSize:V,Y=e.parentLabelPosition,X=void 0===Y?oU.parentLabelPosition:Y,Z=e.parentLabelPadding,K=void 0===Z?oU.parentLabelPadding:Z,J=e.parentLabelTextColor,Q=void 0===J?oU.parentLabelTextColor:J,ee=e.isInteractive,te=void 0===ee?oU.isInteractive:ee,ne=e.onMouseEnter,re=e.onMouseMove,ie=e.onMouseLeave,oe=e.onClick,ae=e.tooltip,se=void 0===ae?oU.tooltip:ae,le=e.role,ce=e.ariaLabel,ue=e.ariaLabelledBy,de=e.ariaDescribedBy,fe=e.forwardedRef,he=iI(v,b,y),pe=he.margin,ge=he.innerWidth,me=he.innerHeight,ve=he.outerWidth,be=he.outerHeight,ye=lU({data:t,identity:r,value:o,valueFormat:u,leavesOnly:m,width:ge,height:me,tile:s,innerPadding:f,outerPadding:p,colors:k,colorBy:S,nodeOpacity:A,borderColor:N,label:P,labelTextColor:I,orientLabel:j,enableParentLabel:q,parentLabel:W,parentLabelSize:G,parentLabelPosition:X,parentLabelPadding:K,parentLabelTextColor:Q}).nodes,_e={nodes:null};w.includes("nodes")&&(_e.nodes=Ps(fU,{nodes:ye,nodeComponent:c,borderWidth:L,enableLabel:R,labelSkipSize:H,enableParentLabel:q,isInteractive:te,onMouseEnter:ne,onMouseMove:re,onMouseLeave:ie,onClick:oe,tooltip:se},"nodes"));var we=cU({nodes:ye});return Ps("div",{role:le,"aria-label":ce,"aria-labelledby":ue,"aria-describedby":de,style:{position:"relative",width:ve,height:be},ref:fe,children:Ps("div",{style:{position:"absolute",top:pe.top,left:pe.left},children:w.map((function(e,t){var n;return"function"==typeof e?Ps(Ir,{children:Pr(e,we)},t):null!=(n=null==_e?void 0:_e[e])?n:null}))})})},_U=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?oU.isInteractive:n,i=e.animate,o=void 0===i?oU.animate:i,a=e.motionConfig,s=void 0===a?oU.motionConfig:a,l=e.theme,c=e.renderWrapper,u=Yq(e,bU);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(yU,Gq({},u,{isInteractive:r,forwardedRef:t}))})})),wU=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=Yq(e,wU);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(_U,Gq({},a,{width:n,height:r,ref:t}))}})}));var xU=["theme","isInteractive","animate","motionConfig","renderWrapper"],kU=function(e,t,n,r){return e.find((function(e){return dI(e.x+t.left,e.y+t.top,e.width,e.height,n,r)}))},CU=function(e){var t=e.data,n=e.identity,r=void 0===n?aU.identity:n,i=e.value,o=void 0===i?aU.identity:i,a=e.tile,s=void 0===a?aU.tile:a,l=e.valueFormat,c=e.innerPadding,u=void 0===c?aU.innerPadding:c,d=e.outerPadding,f=void 0===d?aU.outerPadding:d,h=e.leavesOnly,p=void 0===h?aU.leavesOnly:h,g=e.width,m=e.height,v=e.margin,b=e.colors,y=void 0===b?aU.colors:b,_=e.colorBy,w=void 0===_?aU.colorBy:_,x=e.nodeOpacity,k=void 0===x?aU.nodeOpacity:x,C=e.borderWidth,S=void 0===C?aU.borderWidth:C,M=e.borderColor,A=void 0===M?aU.borderColor:M,T=e.enableLabel,L=void 0===T?aU.enableLabel:T,E=e.label,N=void 0===E?aU.label:E,O=e.labelTextColor,R=void 0===O?aU.labelTextColor:O,D=e.orientLabel,P=void 0===D?aU.orientLabel:D,z=e.labelSkipSize,I=void 0===z?aU.labelSkipSize:z,B=e.isInteractive,j=void 0===B?aU.isInteractive:B,F=e.onMouseMove,H=e.onClick,$=e.tooltip,q=void 0===$?aU.tooltip:$,U=e.pixelRatio,W=void 0===U?aU.pixelRatio:U,V=e.role,G=e.ariaLabel,Y=e.ariaLabelledBy,X=e.ariaDescribedBy,Z=e.forwardedRef,K=Mi(null),J=iI(g,m,v),Q=J.margin,ee=J.innerWidth,te=J.innerHeight,ne=J.outerWidth,re=J.outerHeight,ie=lU({data:t,identity:r,value:o,valueFormat:l,leavesOnly:p,width:ee,height:te,tile:s,innerPadding:u,outerPadding:f,colors:y,colorBy:w,nodeOpacity:k,borderColor:A,label:N,labelTextColor:R,orientLabel:P,enableParentLabel:!1}).nodes,oe=nE();Ci((function(){if(null!==K.current){var e=K.current.getContext("2d");null!==e&&(K.current.width=ne*W,K.current.height=re*W,e.scale(W,W),e.fillStyle=oe.background,e.fillRect(0,0,ne,re),e.translate(Q.left,Q.top),ie.forEach((function(t){e.fillStyle=t.color,e.fillRect(t.x,t.y,t.width,t.height),S>0&&(e.strokeStyle=t.borderColor,e.lineWidth=S,e.strokeRect(t.x,t.y,t.width,t.height))})),L&&(e.textAlign="center",e.textBaseline="middle",vI(e,oe.labels.text),ie.forEach((function(t){if(t.isLeaf&&(0===I||Math.min(t.width,t.height)>I)){var n=P&&t.height>t.width;e.save(),e.translate(t.x+t.width/2,t.y+t.height/2),e.rotate(Bz(n?-90:0)),bI(e,Gq({},oe.labels.text,{fill:t.labelTextColor}),String(t.label)),e.restore()}}))))}}),[K,ie,ne,re,ee,te,Q,S,L,P,I,oe,W]);var ae=yE(),se=ae.showTooltipFromEvent,le=ae.hideTooltip,ce=Ti((function(e){if(null!==K.current){var t=fI(K.current,e),n=t[0],r=t[1],i=kU(ie,Q,n,r);void 0!==i?(se(Pr(q,{node:i}),e,"left"),null==F||F(i,e)):le()}}),[K,ie,Q,se,le,q,F]),ue=Ti((function(){le()}),[le]),de=Ti((function(e){if(null!==K.current){var t=fI(K.current,e),n=t[0],r=t[1],i=kU(ie,Q,n,r);void 0!==i&&(null==H||H(i,e))}}),[K,ie,Q,H]);return Ps("canvas",{ref:mI(K,Z),width:ne*W,height:re*W,style:{width:ne,height:re},onMouseEnter:j?ce:void 0,onMouseMove:j?ce:void 0,onMouseLeave:j?ue:void 0,onClick:j?de:void 0,role:V,"aria-label":G,"aria-labelledby":Y,"aria-describedby":X})},SU=Ui((function(e,t){var n=e.theme,r=e.isInteractive,i=void 0===r?aU.isInteractive:r,o=e.animate,a=void 0===o?aU.animate:o,s=e.motionConfig,l=void 0===s?aU.motionConfig:s,c=e.renderWrapper,u=Yq(e,xU);return Ps(Tz,{isInteractive:i,animate:a,motionConfig:l,theme:n,renderWrapper:c,children:Ps(CU,Gq({},u,{isInteractive:i,forwardedRef:t}))})})),MU=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=Yq(e,MU);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(SU,Gq({},a,{width:n,height:r,ref:t}))}})}));const AU={mass:1,tension:500,friction:40,clamp:!1,precision:.01,velocity:0},TU=window.matchMedia("(prefers-reduced-motion: reduce)").matches,LU="var(--on-text-secondary)",EU="var(--on-text-primary)",NU={background:"var(--bg-base-primary)",axis:{ticks:{text:{fill:LU,fontSize:12}}},grid:{line:{stroke:"var(--on-border-muted)",strokeDasharray:"4",strokeLinecap:"round"}},dots:{text:{fill:LU,fontSize:12}},labels:{text:{fill:EU,fontSize:12}},text:{fill:EU,fontSize:12},markers:{lineColor:"var(--on-border-primary)",lineStrokeWidth:2,text:{fill:EU,fontSize:12,fontWeight:600}},legends:{text:{fill:EU,fontSize:12}},tooltip:{container:{background:"var(--bg-base-modal)",color:"var(--on-text-primary)"}}};var OU=/^--/;function RU(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||OU.test(e)||PU.hasOwnProperty(e)&&PU[e]?(""+t).trim():t+"px"}var DU={},PU={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},zU=["Webkit","Ms","Moz","O"];PU=Object.keys(PU).reduce(((e,t)=>(zU.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),PU);var IU=/^(matrix|translate|scale|rotate|skew)/,BU=/^(translate)/,jU=/^(rotate|skew)/,FU=(e,t)=>xw.num(e)&&0!==e?e+t:e,HU=(e,t)=>xw.arr(e)?e.every((e=>HU(e,t))):xw.num(e)?e===t:parseFloat(e)===t,$U=class extends Zx{constructor({x:e,y:t,z:n,...r}){const i=[],o=[];(e||t||n)&&(i.push([e||0,t||0,n||0]),o.push((e=>[`translate3d(${e.map((e=>FU(e,"px"))).join(",")})`,HU(e,0)]))),Sw(r,((e,t)=>{if("transform"===t)i.push([e||""]),o.push((e=>[e,""===e]));else if(IU.test(t)){if(delete r[t],xw.und(e))return;const n=BU.test(t)?"px":jU.test(t)?"deg":"";i.push(Mw(e)),o.push("rotate3d"===t?([e,t,r,i])=>[`rotate3d(${e},${t},${r},${FU(i,n)})`,HU(i,0)]:e=>[`${t}(${e.map((e=>FU(e,n))).join(",")})`,HU(e,t.startsWith("scale")?1:0)])}})),i.length&&(r.transform=new qU(i,o)),super(r)}},qU=class extends vx{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return Cw(this.inputs,((n,r)=>{const i=px(n[0]),[o,a]=this.transforms[r](xw.arr(i)?i:n.map(px));e+=" "+o,t=t&&a})),t?"none":e}observerAdded(e){1==e&&Cw(this.inputs,(e=>Cw(e,(e=>hx(e)&&yx(e,this)))))}observerRemoved(e){0==e&&Cw(this.inputs,(e=>Cw(e,(e=>hx(e)&&_x(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),mx(this,e)}};_w.assign({batchedUpdates:mo,createStringInterpolator:Nx,colors:Ww});var UU=rk(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,{className:r,style:i,children:o,scrollTop:a,scrollLeft:s,viewBox:l,...c}=t,u=Object.values(c),d=Object.keys(c).map((t=>n||e.hasAttribute(t)?t:DU[t]||(DU[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==o&&(e.textContent=o);for(const t in i)if(i.hasOwnProperty(t)){const n=RU(t,i[t]);OU.test(t)?e.style.setProperty(t,n):e.style[t]=n}d.forEach(((t,n)=>{e.setAttribute(t,u[n])})),void 0!==r&&(e.className=r),void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==l&&e.setAttribute("viewBox",l)},createAnimatedStyle:e=>new $U(e),getComponentProps:({scrollTop:e,scrollLeft:t,...n})=>n}),WU=UU.animated;const VU=({node:e,animatedProps:t,borderWidth:n,enableLabel:r,enableParentLabel:i,labelSkipSize:o})=>{const a=nE(),s=r&&e.isLeaf&&(0===o||Math.min(e.width,e.height)>o),l=i&&e.isParent;return Ps(WU.g,{transform:vC([t.x,t.y],((e,t)=>`translate(${e},${t})`)),children:[Ps(WU.rect,{"data-testid":`node.${e.id}`,width:vC(t.width,(e=>Math.max(e,0))),height:vC(t.height,(e=>Math.max(e,0))),fill:e.fill?e.fill:t.color,strokeWidth:n,stroke:e.borderColor,fillOpacity:e.opacity,onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseLeave:e.onMouseLeave,onClick:e.onClick,rx:6,ry:6}),s&&Ps(NI,{"data-testid":`label.${e.id}`,textAnchor:"middle",dominantBaseline:"central",style:{...a.labels.text,fill:e.labelTextColor,pointerEvents:"none"},fillOpacity:t.labelOpacity,transform:vC([t.labelX,t.labelY,t.labelRotation],((e,t,n)=>`translate(${e},${t}) rotate(${n})`)),children:e.label}),l&&Ps(NI,{"data-testid":`parentLabel.${e.id}`,dominantBaseline:"central",style:{...a.labels.text,fill:e.parentLabelTextColor,pointerEvents:"none"},fillOpacity:t.parentLabelOpacity,transform:vC([t.parentLabelX,t.parentLabelY,t.parentLabelRotation],((e,t,n)=>`translate(${e},${t}) rotate(${n})`)),children:e.parentLabel})]})};var GU={treeMapLegend:"styles_treeMapLegend__dV-Ny",treeMapLegend__gradient:"styles_treeMapLegend__gradient__v853j"};const YU=({minValue:e,maxValue:t,colorFn:n,formatValue:r=e=>e.toFixed(2),domain:i})=>{const o=Ai((()=>i&&i.length>0?Math.min(...i):e??0),[i,e]),a=Ai((()=>i&&i.length>0?Math.max(...i):t??1),[i,t]),s=Ai((()=>{if(i&&i.length>0){const e=[...i].sort(((e,t)=>e-t)),t=a-o;return e.map((e=>{const r=(e-o)/t*100;return`${n(e,i)} ${r.toFixed(1)}%`})).join(", ")}return`${n(o)} 0%, ${n(a)} 100%`}),[o,a,n,i]),l=Ai((()=>r(o)),[o,r]),c=Ai((()=>r(a)),[a,r]);return Ps("div",{className:GU.treeMapLegend,children:[Ps(js,{size:"s",type:"ui",className:GU.treeMapLegend__label,children:c}),Ps("div",{className:GU.treeMapLegend__gradient,style:{"--gradient-stops":s}}),Ps(js,{size:"s",type:"ui",className:GU.treeMapLegend__label,children:l})]})};const XU=e=>{const{color:t,border:n}=e;return Ps("div",{className:"styles_legendIndicatorContainer__sdAMj",children:Ps("div",{className:"styles_legendIndicatorContainerBase__OuGDD","data-has-color":!!t||void 0,children:Ps("i",{"aria-hidden":!0,className:"styles_legendIndicator__e9eaz",style:{backgroundColor:t,borderColor:n??void 0}})})})};const ZU=e=>{const{children:t,labelColor:n,label:r}=e;return Ps("div",{"data-testid":"chart-tooltip",className:"styles_tooltip__ErmeC","data-tooltip-type":"chart",children:Ps("div",{className:"styles_container__mEUzr",children:[!!r&&Ps(js,{className:"styles_label__oqfkW",type:"ui",size:"s",bold:!0,tag:"div",children:[n&&Ps(XU,{color:n}),Ps(js,{tag:"div",bold:!0,children:r})]}),t]})})};const KU=e=>"number"==typeof e&&!Number.isNaN(e)||"string"==typeof e&&!!e,JU=(e,t="en-US")=>KU(e)?"number"==typeof e?new Intl.NumberFormat(t,{useGrouping:!0}).format(e):String(e):"",QU=({color:e})=>Ps("div",{className:"styles_point__eFnBu",children:Ps("svg",{width:"16",height:"8",viewBox:"0 0 16 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Ps("path",{d:"M0 4H16",stroke:e,"stroke-width":"2"}),Ps("path",{d:"M7.99902 7C9.65588 7 10.999 5.65685 10.999 4C10.999 2.34315 9.65588 1 7.99902 1C6.34217 1 4.99902 2.34315 4.99902 4C4.99902 5.65685 6.34217 7 7.99902 7Z",fill:"#FAFCFF",fillOpacity:"0.98",stroke:e,strokeWidth:"2"})]})}),eW=e=>{const{onClick:t,legend:n,mode:r="default",hideOnEmptyValue:i=!0}=e,{color:o,border:a,label:s,link:l,value:c}=n,u=l?"a":"div",d=n.type??"default";return i&&void 0===c?null:Ps(u,{href:l,className:_o("styles_legendItem__NCAPr",l&&"styles_legendItemLink__Yo6du"),onClick:"function"==typeof t?()=>{t(n)}:void 0,children:[Ps("div",{className:"styles_legendName__WZbe8",children:["default"===d&&Ps(XU,{color:o,border:a}),"point"===d&&Ps(QU,{color:o}),Ps(js,{type:"ui",size:"s",className:"styles_legendLabel__-HDGz",children:s})]}),KU(c)&&Ps(Ir,{children:[Ps("div",{className:_o("menu"===r?"styles_menuSpace__7N7yT":"styles_space__pQ9pa")}),Ps(js,{type:"ui",size:"s",className:"styles_legendValue__vV5dD",children:c})]})]})},tW=({node:e,rows:t})=>{const{id:n,formattedValue:r,color:i,parentLabel:o}=e;return Ps(ZU,{label:`${o||n}: ${r}`,labelColor:i,children:t&&t.map(((e,t)=>Ps(eW,{mode:"default",legend:{label:e,type:"none",id:t.toString(),color:i},hideOnEmptyValue:!1},t.toString())))})},nW={nodeOpacity:1,borderWidth:1,labelSkipSize:12,parentLabelSize:14,parentLabelPosition:"top",parentLabelPadding:6,enableParentLabel:!0,animate:!0,innerPadding:4,outerPadding:4};const rW=({width:e="100%",height:t=400,rootAriaLabel:n,emptyLabel:r="No data available",emptyAriaLabel:i="No data available",data:o,showLegend:a=!0,legendMinValue:s=0,legendMaxValue:l=1,formatLegend:c,colors:u,legendDomain:d,parentSkipSize:f,tooltipRows:h,labelColor:p,...g})=>{const m=Ai((()=>0===(o.children??[]).length),[o]),v=Ti((e=>(({parentSkipSize:e=48})=>t=>{const{width:n,height:r,data:i={}}=t;return Math.min(n,r)<e?"":String(i[t.parentLabel]??t.id)})({parentSkipSize:f})(e)),[f]),b=Ti((({node:e})=>Ps(tW,{node:e,rows:h&&h(e)})),[h]);return m?Ps(UH,{label:r,width:e,height:t,ariaLabel:i}):Ps("div",{role:"img","aria-label":n,tabIndex:0,style:{width:e,height:t},className:"styles_treeMapChart__G6ayQ",children:[Ps(vU,{data:o,parentLabel:v,tooltip:b,...nW,...g,theme:NU,motionConfig:AU,animate:!TU,colors:e=>u(e.data.colorValue??0),labelTextColor:p,parentLabelTextColor:p,borderColor:"var(--bg-base-primary)",borderWidth:1,nodeComponent:VU}),a&&Ps(YU,{minValue:s,maxValue:l,colorFn:u,formatValue:c,domain:d})]})},iW=si("light"),oW=()=>Li(iW)??"light",aW=e=>{const{children:t,theme:n}=e;return Ps(iW.Provider,{value:n,children:t})},sW=({title:e,translations:t,chartType:n,...r})=>{const i=t["no-results"],o=oW(),a=((e="light")=>{const t=Ai((()=>GH([0,1],["var(--bg-support-capella)","var(--bg-support-sirius)","var(--bg-support-castor)"])),[e]);return Ti((e=>t(e)),[t])})(o),s=((e="light")=>{const t=Ai((()=>GH([0,1],["var(--bg-support-capella)","var(--bg-support-castor)"])),[e]);return Ti((e=>t(e)),[t])})(o),l=((e="light")=>{const t=Ai((()=>GH([0,1],["var(--constant-on-text-primary)","var(--on-text-primary)","var(--constant-on-text-primary)"])),[e]);return Ti((e=>t(e)),[t])})(o);return Ps($b,{title:e,children:Ps(rW,{emptyLabel:i,emptyAriaLabel:i,...r,colors:n===iu.CoverageDiff?a:s,showLegend:!1,labelColor:n===iu.CoverageDiff?e=>l(e.data.colorValue??0):()=>"var(--constant-on-text-primary)"})})};var lW,cW,uW,dW,fW,hW,pW=function(){if(dW)return uW;dW=1;var e=hz(),t=function(){if(cW)return lW;cW=1;var e=MB();return lW=function(t,n){var r=[];return e(t,(function(e,t,i){n(e,t,i)&&r.push(e)})),r},lW}(),n=oB(),r=RA();return uW=function(i,o){return(r(i)?e:t)(i,n(o,3))}}(),gW=Em(pW),mW=Em(function(){if(hW)return fW;hW=1;var e=TM(),t=NA();return fW=function(n){return"number"==typeof n||t(n)&&"[object Number]"==e(n)}}());function vW(){return vW=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},vW.apply(null,arguments)}var bW=function(e){return"circle"===e.type},yW=function(e){return"dot"===e.type},_W=function(e){return"rect"===e.type},wW=function(e){var t,n,r=e.x,i=e.y,o=e.noteX,a=e.noteY,s=e.noteWidth,l=void 0===s?120:s,c=e.noteTextOffset,u=void 0===c?8:c;if(mW(o))t=r+o;else{if(void 0===o.abs)throw new Error("noteX should be either a number or an object containing an 'abs' property");t=o.abs}if(mW(a))n=i+a;else{if(void 0===a.abs)throw new Error("noteY should be either a number or an object containing an 'abs' property");n=a.abs}var d=r,f=i,h=function(e,t,n,r){var i=Math.atan2(r-t,n-e);return function(e){var t=e%360;return t<0&&(t+=360),t}(jz(i))}(r,i,t,n);if(bW(e)){var p=Fz(Bz(h),e.size/2);d+=p.x,f+=p.y}if(_W(e)){var g=Math.round((h+90)/45)%8;0===g&&(f-=e.height/2),1===g&&(d+=e.width/2,f-=e.height/2),2===g&&(d+=e.width/2),3===g&&(d+=e.width/2,f+=e.height/2),4===g&&(f+=e.height/2),5===g&&(d-=e.width/2,f+=e.height/2),6===g&&(d-=e.width/2),7===g&&(d-=e.width/2,f-=e.height/2)}var m=t,v=t;return(h+90)%360>180?(m-=l,v-=l):v+=l,{points:[[d,f],[t,n],[v,n]],text:[m,n-u],angle:h+90}},xW=function(e){var t=e.data,n=e.annotations,r=e.getPosition,i=e.getDimensions;return Ai((function(){return function(e){var t=e.data,n=e.annotations,r=e.getPosition,i=e.getDimensions;return n.reduce((function(e,n){var o=n.offset||0;return[].concat(e,gW(t,n.match).map((function(e){var t=r(e),a=i(e);return(bW(n)||_W(n))&&(a.size=a.size+2*o,a.width=a.width+2*o,a.height=a.height+2*o),vW({},Aq(n,["match","offset"]),t,a,{size:n.size||a.size,datum:e})})))}),[])}({data:t,annotations:n,getPosition:r,getDimensions:i})}),[t,n,r,i])},kW=function(e){var t=e.annotations;return Ai((function(){return t.map((function(e){return vW({},e,{computed:wW(vW({},e))})}))}),[t])},CW=function(e){var t=e.datum,n=e.x,r=e.y,i=e.note,o=nE(),a=Sz(),s=a.animate,l=uC({x:n,y:r,config:a.config,immediate:!s});return"function"==typeof i?Pr(i,{x:n,y:r,datum:t}):Ps(Ir,{children:[o.annotations.text.outlineWidth>0&&Ps(wM.text,{x:l.x,y:l.y,style:vW({},o.annotations.text,{strokeLinejoin:"round",strokeWidth:2*o.annotations.text.outlineWidth,stroke:o.annotations.text.outlineColor}),children:i}),Ps(wM.text,{x:l.x,y:l.y,style:Aq(o.annotations.text,["outlineWidth","outlineColor"]),children:i})]})},SW=function(e){var t=e.points,n=e.isOutline,r=void 0!==n&&n,i=nE(),o=Ai((function(){var e=t[0];return t.slice(1).reduce((function(e,t){return e+" L"+t[0]+","+t[1]}),"M"+e[0]+","+e[1])}),[t]),a=Qz(o);if(r&&i.annotations.link.outlineWidth<=0)return null;var s=vW({},i.annotations.link);return r&&(s.strokeLinecap="square",s.strokeWidth=i.annotations.link.strokeWidth+2*i.annotations.link.outlineWidth,s.stroke=i.annotations.link.outlineColor,s.opacity=i.annotations.link.outlineOpacity),Ps(wM.path,{fill:"none",d:a,style:s})},MW=function(e){var t=e.x,n=e.y,r=e.size,i=nE(),o=Sz(),a=o.animate,s=uC({x:t,y:n,radius:r/2,config:o.config,immediate:!a});return Ps(Ir,{children:[i.annotations.outline.outlineWidth>0&&Ps(wM.circle,{cx:s.x,cy:s.y,r:s.radius,style:vW({},i.annotations.outline,{fill:"none",strokeWidth:i.annotations.outline.strokeWidth+2*i.annotations.outline.outlineWidth,stroke:i.annotations.outline.outlineColor,opacity:i.annotations.outline.outlineOpacity})}),Ps(wM.circle,{cx:s.x,cy:s.y,r:s.radius,style:i.annotations.outline})]})},AW=function(e){var t=e.x,n=e.y,r=e.size,i=void 0===r?4:r,o=nE(),a=Sz(),s=a.animate,l=uC({x:t,y:n,radius:i/2,config:a.config,immediate:!s});return Ps(Ir,{children:[o.annotations.outline.outlineWidth>0&&Ps(wM.circle,{cx:l.x,cy:l.y,r:l.radius,style:vW({},o.annotations.outline,{fill:"none",strokeWidth:2*o.annotations.outline.outlineWidth,stroke:o.annotations.outline.outlineColor,opacity:o.annotations.outline.outlineOpacity})}),Ps(wM.circle,{cx:l.x,cy:l.y,r:l.radius,style:o.annotations.symbol})]})},TW=function(e){var t=e.x,n=e.y,r=e.width,i=e.height,o=e.borderRadius,a=void 0===o?6:o,s=nE(),l=Sz(),c=l.animate,u=uC({x:t-r/2,y:n-i/2,width:r,height:i,config:l.config,immediate:!c});return Ps(Ir,{children:[s.annotations.outline.outlineWidth>0&&Ps(wM.rect,{x:u.x,y:u.y,rx:a,ry:a,width:u.width,height:u.height,style:vW({},s.annotations.outline,{fill:"none",strokeWidth:s.annotations.outline.strokeWidth+2*s.annotations.outline.outlineWidth,stroke:s.annotations.outline.outlineColor,opacity:s.annotations.outline.outlineOpacity})}),Ps(wM.rect,{x:u.x,y:u.y,rx:a,ry:a,width:u.width,height:u.height,style:s.annotations.outline})]})},LW=function(e){var t=e.datum,n=e.x,r=e.y,i=e.note,o=function(e){return Ai((function(){return wW(e)}),[e])}(e);if(!function(e){var t=typeof e;return po(e)||"string"===t||"function"===t||"object"===t}(i))throw new Error("note should be a valid react element");return Ps(Ir,{children:[Ps(SW,{points:o.points,isOutline:!0}),bW(e)&&Ps(MW,{x:n,y:r,size:e.size}),yW(e)&&Ps(AW,{x:n,y:r,size:e.size}),_W(e)&&Ps(TW,{x:n,y:r,width:e.width,height:e.height,borderRadius:e.borderRadius}),Ps(SW,{points:o.points}),Ps(CW,{datum:t,x:o.text[0],y:o.text[1],note:i})]})},EW=function(e,t){t.forEach((function(t,n){var r=t[0],i=t[1];0===n?e.moveTo(r,i):e.lineTo(r,i)}))},NW=function(e,t){var n=t.annotations,r=t.theme;0!==n.length&&(e.save(),n.forEach((function(t){if(!function(e){var t=typeof e;return"string"===t||"function"===t}(t.note))throw new Error("note is invalid for canvas implementation");r.annotations.link.outlineWidth>0&&(e.lineCap="square",e.strokeStyle=r.annotations.link.outlineColor,e.lineWidth=r.annotations.link.strokeWidth+2*r.annotations.link.outlineWidth,e.beginPath(),EW(e,t.computed.points),e.stroke(),e.lineCap="butt"),bW(t)&&r.annotations.outline.outlineWidth>0&&(e.strokeStyle=r.annotations.outline.outlineColor,e.lineWidth=r.annotations.outline.strokeWidth+2*r.annotations.outline.outlineWidth,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.stroke()),yW(t)&&r.annotations.symbol.outlineWidth>0&&(e.strokeStyle=r.annotations.symbol.outlineColor,e.lineWidth=2*r.annotations.symbol.outlineWidth,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.stroke()),_W(t)&&r.annotations.outline.outlineWidth>0&&(e.strokeStyle=r.annotations.outline.outlineColor,e.lineWidth=r.annotations.outline.strokeWidth+2*r.annotations.outline.outlineWidth,e.beginPath(),e.rect(t.x-t.width/2,t.y-t.height/2,t.width,t.height),e.stroke()),e.strokeStyle=r.annotations.link.stroke,e.lineWidth=r.annotations.link.strokeWidth,e.beginPath(),EW(e,t.computed.points),e.stroke(),bW(t)&&(e.strokeStyle=r.annotations.outline.stroke,e.lineWidth=r.annotations.outline.strokeWidth,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.stroke()),yW(t)&&(e.fillStyle=r.annotations.symbol.fill,e.beginPath(),e.arc(t.x,t.y,t.size/2,0,2*Math.PI),e.fill()),_W(t)&&(e.strokeStyle=r.annotations.outline.stroke,e.lineWidth=r.annotations.outline.strokeWidth,e.beginPath(),e.rect(t.x-t.width/2,t.y-t.height/2,t.width,t.height),e.stroke()),"function"==typeof t.note?t.note(e,{datum:t.datum,x:t.computed.text[0],y:t.computed.text[1],theme:r}):(e.font=r.annotations.text.fontSize+"px "+r.annotations.text.fontFamily,e.textAlign="left",e.textBaseline="alphabetic",e.fillStyle=r.annotations.text.fill,e.strokeStyle=r.annotations.text.outlineColor,e.lineWidth=2*r.annotations.text.outlineWidth,r.annotations.text.outlineWidth>0&&(e.lineJoin="round",e.strokeText(t.note,t.computed.text[0],t.computed.text[1]),e.lineJoin="miter"),e.fillText(t.note,t.computed.text[0],t.computed.text[1]))})),e.restore())};function OW(){return OW=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},OW.apply(null,arguments)}function RW(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var DW={layers:["grid","axes","cells","legends","annotations"],forceSquare:!1,xInnerPadding:0,xOuterPadding:0,yInnerPadding:0,yOuterPadding:0,sizeVariation:!1,opacity:1,activeOpacity:1,inactiveOpacity:.15,borderWidth:0,borderColor:{from:"color",modifiers:[["darker",.8]]},enableGridX:!1,enableGridY:!1,enableLabels:!0,label:"formattedValue",labelTextColor:{from:"color",modifiers:[["darker",2]]},colors:{type:"sequential",scheme:"brown_blueGreen"},emptyColor:"#000000",legends:[],annotations:[],isInteractive:!0,hoverTarget:"rowColumn",tooltip:Hi((function(e){var t=e.cell;return null===t.formattedValue?null:Ps(cE,{id:t.serieId+" - "+t.data.x,value:t.formattedValue,enableChip:!0,color:t.color})})),animate:!0,motionConfig:"gentle"},PW=OW({},DW,{axisTop:{},axisRight:null,axisBottom:null,axisLeft:{},borderRadius:0,cellComponent:"rect"}),zW=OW({},DW,{axisTop:{},axisRight:null,axisBottom:null,axisLeft:{},renderCell:"rect",pixelRatio:"undefined"!=typeof window&&window.devicePixelRatio||1}),IW=function(e){return{x:e.x,y:e.y}},BW=function(e){return{size:Math.max(e.width,e.height),width:e.width,height:e.height}},jW={cell:function(e,t){return e.id===t.id},row:function(e,t){return e.serieId===t.serieId},column:function(e,t){return e.data.x===t.data.x},rowColumn:function(e,t){return e.serieId===t.serieId||e.data.x===t.data.x}},FW=function(e){var t=e.data,n=e.valueFormat,r=e.width,i=e.height,o=e.xOuterPadding,a=void 0===o?DW.xOuterPadding:o,s=e.xInnerPadding,l=void 0===s?DW.xInnerPadding:s,c=e.yOuterPadding,u=void 0===c?DW.yOuterPadding:c,d=e.yInnerPadding,f=void 0===d?DW.yInnerPadding:d,h=e.forceSquare,p=void 0===h?DW.forceSquare:h,g=e.sizeVariation,m=void 0===g?DW.sizeVariation:g,v=e.colors,b=void 0===v?DW.colors:v,y=e.emptyColor,_=void 0===y?DW.emptyColor:y,w=e.opacity,x=void 0===w?DW.opacity:w,k=e.activeOpacity,C=void 0===k?DW.activeOpacity:k,S=e.inactiveOpacity,M=void 0===S?DW.inactiveOpacity:S,A=e.borderColor,T=void 0===A?DW.borderColor:A,L=e.label,E=void 0===L?DW.label:L,N=e.labelTextColor,O=void 0===N?DW.labelTextColor:N,R=e.hoverTarget,D=void 0===R?DW.hoverTarget:R,P=xi(null),z=P[0],I=P[1],B=function(e){var t=e.data,n=e.width,r=e.height,i=e.xInnerPadding,o=e.xOuterPadding,a=e.yInnerPadding,s=e.yOuterPadding,l=e.forceSquare;return Ai((function(){return function(e){var t=e.data,n=e.width,r=e.height,i=e.xInnerPadding,o=e.xOuterPadding,a=e.yInnerPadding,s=e.yOuterPadding,l=e.forceSquare,c=new Set,u=[],d=[],f=[];t.forEach((function(e){u.push(e.id),e.data.forEach((function(t){c.add(t.x);var n=null;void 0!==t.y&&null!==t.y&&(d.push(t.y),n=t.y),f.push({id:e.id+"."+t.x,serieId:e.id,value:n,data:t})}))}));var h=Array.from(c),p=function(e){var t=e.width,n=e.height,r=e.rows,i=e.columns,o=t,a=n,s=0,l=0;if(e.forceSquare){var c=Math.max(t/i,0),u=Math.max(n/r,0),d=Math.min(c,u);s=(t-(o=d*i))/2,l=(n-(a=d*r))/2}return{offsetX:s,offsetY:l,width:o,height:a}}({width:n,height:r,columns:h.length,rows:u.length,forceSquare:l}),g=p.width,m=p.height,v=p.offsetX,b=p.offsetY,y=vj(Vd().domain(h).range([0,g]).paddingOuter(o).paddingInner(i)),_=vj(Vd().domain(u).range([0,m]).paddingOuter(s).paddingInner(a)),w=y.bandwidth(),x=_.bandwidth(),k=f.map((function(e){return OW({},e,{x:y(e.data.x)+w/2,y:_(e.serieId)+x/2,width:w,height:x})}));return{width:g,height:m,offsetX:v,offsetY:b,xScale:y,yScale:_,minValue:Math.min.apply(Math,d),maxValue:Math.max.apply(Math,d),cells:k}}({data:t,width:n,height:r,xInnerPadding:i,xOuterPadding:o,yInnerPadding:a,yOuterPadding:s,forceSquare:l})}),[t,n,r,i,o,a,s,l])}({data:t,width:r,height:i,xOuterPadding:a,xInnerPadding:l,yOuterPadding:u,yInnerPadding:f,forceSquare:p}),j=B.width,F=B.height,H=B.offsetX,$=B.offsetY,q=B.cells,U=B.xScale,W=B.yScale,V=B.minValue,G=B.maxValue,Y=Ai((function(){if(!z)return[];var e=jW[D];return q.filter((function(t){return e(t,z)})).map((function(e){return e.id}))}),[q,z,D]),X=function(e){var t,n,r,i=e.cells,o=e.minValue,a=e.maxValue,s=e.sizeVariation,l=e.colors,c=e.emptyColor,u=e.opacity,d=e.activeOpacity,f=e.inactiveOpacity,h=e.borderColor,p=e.label,g=e.labelTextColor,m=e.valueFormat,v=e.activeIds,b=Ai((function(){return function(e,t,n){if(!e)return function(){return 1};var r=_f().domain(e.values?e.values:[t,n]).range(e.sizes);return function(e){return null===e?1:r(e)}}(t,n,r)}),[t=s,n=o,r=a]),y=Ai((function(){return"function"==typeof l?null:lF(l,{min:o,max:a})}),[l,o,a]),_=Ti((function(e){if(null!==e.value){if("function"==typeof l)return l(e);if(null!==y)return y(e.value)}return c}),[l,y,c]),w=nE(),x=aF(h,w),k=aF(g,w),C=sI(m),S=cI(p);return{cells:Ai((function(){return i.map((function(e){var t=u;v.length>0&&(t=v.includes(e.id)?d:f);var n=b(e.value),r=OW({},e,{width:e.width*n,height:e.height*n,formattedValue:null!==e.value?C(e.value):null,opacity:t});return r.label=S(r),r.color=_(r),r.borderColor=x(r),r.labelTextColor=k(r),r}))}),[i,b,_,x,k,C,S,v,u,d,f]),colorScale:y}}({cells:q,minValue:V,maxValue:G,sizeVariation:m,colors:b,emptyColor:_,opacity:x,activeOpacity:C,inactiveOpacity:M,borderColor:T,label:E,labelTextColor:O,valueFormat:n,activeIds:Y});return{width:j,height:F,offsetX:H,offsetY:$,cells:X.cells,xScale:U,yScale:W,colorScale:X.colorScale,activeCell:z,setActiveCell:I}},HW=function(e,t){return xW({data:e,annotations:t,getPosition:IW,getDimensions:BW})},$W=Hi((function(e){var t=e.cell,n=e.borderWidth,r=e.borderRadius,i=e.animatedProps,o=e.onMouseEnter,a=e.onMouseMove,s=e.onMouseLeave,l=e.onClick,c=e.enableLabels,u=nE(),d=Ai((function(){return{onMouseEnter:o?o(t):void 0,onMouseMove:a?a(t):void 0,onMouseLeave:s?s(t):void 0,onClick:l?l(t):void 0}}),[t,o,a,s,l]);return Ps(wM.g,OW({"data-testid":"cell."+t.id,style:{cursor:"pointer"},opacity:i.opacity},d,{transform:vC([i.x,i.y,i.scale],(function(e,t,n){return"translate("+e+", "+t+") scale("+n+")"})),children:[Ps(wM.rect,{transform:vC([i.width,i.height],(function(e,t){return"translate("+-.5*e+", "+-.5*t+")"})),fill:i.color,width:i.width,height:i.height,stroke:i.borderColor,strokeWidth:n,rx:r,ry:r},t.id),c&&Ps(NI,{textAnchor:"middle",dominantBaseline:"central",fill:i.labelTextColor,style:OW({},u.labels.text,{fill:void 0,userSelect:"none"}),children:t.label})]}))})),qW=Hi((function(e){var t=e.cell,n=e.borderWidth,r=e.animatedProps,i=e.onMouseEnter,o=e.onMouseMove,a=e.onMouseLeave,s=e.onClick,l=e.enableLabels,c=nE(),u=Ai((function(){return{onMouseEnter:i?i(t):void 0,onMouseMove:o?o(t):void 0,onMouseLeave:a?a(t):void 0,onClick:s?s(t):void 0}}),[t,i,o,a,s]);return Ps(wM.g,OW({"data-testid":"cell."+t.id,style:{cursor:"pointer"},opacity:r.opacity},u,{transform:vC([r.x,r.y],(function(e,t){return"translate("+e+", "+t+")"})),children:[Ps(wM.circle,{r:vC([r.width,r.height],(function(e,t){return Math.min(e,t)/2})),fill:r.color,fillOpacity:r.opacity,strokeWidth:n,stroke:r.borderColor}),l&&Ps(NI,{dominantBaseline:"central",textAnchor:"middle",fill:r.labelTextColor,style:OW({},c.labels.text,{fill:void 0}),children:t.label})]}))})),UW=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,opacity:0,borderColor:e.borderColor,labelTextColor:e.labelTextColor,scale:0}},WW=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,opacity:e.opacity,borderColor:e.borderColor,labelTextColor:e.labelTextColor,scale:1}},VW=function(e){return{x:e.x,y:e.y,width:e.width,height:e.height,color:e.color,opacity:0,borderColor:e.borderColor,labelTextColor:e.labelTextColor,scale:0}},GW=function(e){var t,n=e.cells,r=e.cellComponent,i=e.borderRadius,o=e.borderWidth,a=e.isInteractive,s=e.setActiveCell,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onClick,f=e.tooltip,h=e.enableLabels,p=Sz(),g=p.animate,m=p.config,v=dC(n,{keys:function(e){return e.id},initial:WW,from:UW,enter:WW,update:WW,leave:VW,config:m,immediate:!g}),b=yE(),y=b.showTooltipFromEvent,_=b.hideTooltip,w=Ai((function(){if(a)return function(e){return function(t){y(Pr(f,{cell:e}),t),s(e),null==l||l(e,t)}}}),[a,y,f,s,l]),x=Ai((function(){if(a)return function(e){return function(t){y(Pr(f,{cell:e}),t),null==c||c(e,t)}}}),[a,y,f,c]),k=Ai((function(){if(a)return function(e){return function(t){_(),s(null),null==u||u(e,t)}}}),[a,_,s,u]),C=Ai((function(){if(a)return function(e){return function(t){null==d||d(e,t)}}}),[a,d]);return t="rect"===r?$W:"circle"===r?qW:r,Ps(Ir,{children:v((function(e,n){return Pr(t,{cell:n,borderRadius:i,borderWidth:o,animatedProps:e,enableLabels:h,onMouseEnter:w,onMouseMove:x,onMouseLeave:k,onClick:C})}))})},YW=function(e){var t=e.cells,n=e.annotations;return Ps(Ir,{children:HW(t,n).map((function(e,t){return Ps(LW,OW({},e),t)}))})},XW=["isInteractive","animate","motionConfig","theme","renderWrapper"],ZW=function(e){var t=e.data,n=e.layers,r=void 0===n?PW.layers:n,i=e.valueFormat,o=e.width,a=e.height,s=e.margin,l=e.forceSquare,c=void 0===l?PW.forceSquare:l,u=e.xInnerPadding,d=void 0===u?PW.xInnerPadding:u,f=e.xOuterPadding,h=void 0===f?PW.xOuterPadding:f,p=e.yInnerPadding,g=void 0===p?PW.yInnerPadding:p,m=e.yOuterPadding,v=void 0===m?PW.yOuterPadding:m,b=e.sizeVariation,y=void 0===b?PW.sizeVariation:b,_=e.cellComponent,w=void 0===_?PW.cellComponent:_,x=e.opacity,k=void 0===x?PW.opacity:x,C=e.activeOpacity,S=void 0===C?PW.activeOpacity:C,M=e.inactiveOpacity,A=void 0===M?PW.inactiveOpacity:M,T=e.borderRadius,L=void 0===T?PW.borderRadius:T,E=e.borderWidth,N=void 0===E?PW.borderWidth:E,O=e.borderColor,R=void 0===O?PW.borderColor:O,D=e.enableGridX,P=void 0===D?PW.enableGridX:D,z=e.enableGridY,I=void 0===z?PW.enableGridY:z,B=e.axisTop,j=void 0===B?PW.axisTop:B,F=e.axisRight,H=void 0===F?PW.axisRight:F,$=e.axisBottom,q=void 0===$?PW.axisBottom:$,U=e.axisLeft,W=void 0===U?PW.axisLeft:U,V=e.enableLabels,G=void 0===V?PW.enableLabels:V,Y=e.label,X=void 0===Y?PW.label:Y,Z=e.labelTextColor,K=void 0===Z?PW.labelTextColor:Z,J=e.colors,Q=void 0===J?PW.colors:J,ee=e.emptyColor,te=void 0===ee?PW.emptyColor:ee,ne=e.legends,re=void 0===ne?PW.legends:ne,ie=e.annotations,oe=void 0===ie?PW.annotations:ie,ae=e.isInteractive,se=void 0===ae?PW.isInteractive:ae,le=e.onMouseEnter,ce=e.onMouseMove,ue=e.onMouseLeave,de=e.onClick,fe=e.hoverTarget,he=void 0===fe?PW.hoverTarget:fe,pe=e.tooltip,ge=void 0===pe?PW.tooltip:pe,me=e.role,ve=e.ariaLabel,be=e.ariaLabelledBy,ye=e.ariaDescribedBy,_e=e.forwardedRef,we=iI(o,a,s),xe=we.margin,ke=we.innerWidth,Ce=we.innerHeight,Se=we.outerWidth,Me=we.outerHeight,Ae=FW({data:t,valueFormat:i,width:ke,height:Ce,forceSquare:c,xInnerPadding:d,xOuterPadding:h,yInnerPadding:g,yOuterPadding:v,sizeVariation:y,colors:Q,emptyColor:te,opacity:k,activeOpacity:S,inactiveOpacity:A,borderColor:R,label:X,labelTextColor:K,hoverTarget:he}),Te=Ae.width,Le=Ae.height,Ee=Ae.offsetX,Ne=Ae.offsetY,Oe=Ae.xScale,Re=Ae.yScale,De=Ae.cells,Pe=Ae.colorScale,ze=Ae.activeCell,Ie=Ae.setActiveCell,Be=Ai((function(){return OW({},xe,{top:xe.top+Ne,left:xe.left+Ee})}),[xe,Ee,Ne]),je={grid:null,axes:null,cells:null,legends:null,annotations:null};r.includes("grid")&&(je.grid=Ps(Uj,{width:Te,height:Le,xScale:P?Oe:null,yScale:I?Re:null},"grid")),r.includes("axes")&&(je.axes=Ps(Hj,{xScale:Oe,yScale:Re,width:Te,height:Le,top:j,right:H,bottom:q,left:W},"axes")),r.includes("cells")&&(je.cells=Ps(Ir,{children:Ps(GW,{cells:De,cellComponent:w,borderRadius:L,borderWidth:N,isInteractive:se,setActiveCell:Ie,onMouseEnter:le,onMouseMove:ce,onMouseLeave:ue,onClick:de,tooltip:ge,enableLabels:G})},"cells")),r.includes("legends")&&null!==Pe&&(je.legends=Ps(Ir,{children:re.map((function(e,t){return Pr(xF,OW({},e,{key:t,containerWidth:Te,containerHeight:Le,scale:Pe}))}))},"legends")),r.includes("annotations")&&oe.length>0&&(je.annotations=Ps(YW,{cells:De,annotations:oe},"annotations"));var Fe={cells:De,activeCell:ze,setActiveCell:Ie};return Ps(Yz,{width:Se,height:Me,margin:Object.assign({},Be,{top:Be.top,left:Be.left}),role:me,ariaLabel:ve,ariaLabelledBy:be,ariaDescribedBy:ye,ref:_e,children:r.map((function(e,t){var n;return"function"==typeof e?Ps(Ir,{children:Pr(e,Fe)},t):null!=(n=null==je?void 0:je[e])?n:null}))})},KW=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?PW.isInteractive:n,i=e.animate,o=void 0===i?PW.animate:i,a=e.motionConfig,s=void 0===a?PW.motionConfig:a,l=e.theme,c=e.renderWrapper,u=RW(e,XW);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(ZW,OW({isInteractive:r},u,{forwardedRef:t}))})})),JW=["defaultWidth","defaultHeight","onResize","debounceResize"],QW=Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=RW(e,JW);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(KW,OW({width:n,height:r},a,{ref:t}))}})})),eV=function(e,t){var n=t.cell,r=n.x,i=n.y,o=n.width,a=n.height,s=n.color,l=n.borderColor,c=n.opacity,u=n.labelTextColor,d=n.label,f=t.borderWidth,h=t.enableLabels,p=t.theme;e.save(),e.globalAlpha=c,e.fillStyle=s,f>0&&(e.strokeStyle=l,e.lineWidth=f),e.fillRect(r-o/2,i-a/2,o,a),f>0&&e.strokeRect(r-o/2,i-a/2,o,a),h&&(vI(e,p.labels.text),e.textAlign="center",e.textBaseline="middle",bI(e,OW({},p.labels.text,{fill:u}),d,r,i)),e.restore()},tV=function(e,t){var n=t.cell,r=n.x,i=n.y,o=n.width,a=n.height,s=n.color,l=n.borderColor,c=n.opacity,u=n.labelTextColor,d=n.label,f=t.borderWidth,h=t.enableLabels,p=t.theme;e.save(),e.globalAlpha=c;var g=Math.min(o,a)/2;e.fillStyle=s,f>0&&(e.strokeStyle=l,e.lineWidth=f),e.beginPath(),e.arc(r,i,g,0,2*Math.PI),e.fill(),f>0&&e.stroke(),h&&(vI(e,p.labels.text),e.textAlign="center",e.textBaseline="middle",bI(e,OW({},p.labels.text,{fill:u}),d,r,i)),e.restore()},nV=["theme","isInteractive","animate","motionConfig","renderWrapper"],rV=function(e){var t,n=e.data,r=e.layers,i=void 0===r?zW.layers:r,o=e.valueFormat,a=e.width,s=e.height,l=e.margin,c=e.xInnerPadding,u=void 0===c?zW.xInnerPadding:c,d=e.xOuterPadding,f=void 0===d?zW.xOuterPadding:d,h=e.yInnerPadding,p=void 0===h?zW.yInnerPadding:h,g=e.yOuterPadding,m=void 0===g?zW.yOuterPadding:g,v=e.forceSquare,b=void 0===v?zW.forceSquare:v,y=e.sizeVariation,_=void 0===y?zW.sizeVariation:y,w=e.renderCell,x=void 0===w?zW.renderCell:w,k=e.opacity,C=void 0===k?zW.opacity:k,S=e.activeOpacity,M=void 0===S?zW.activeOpacity:S,A=e.inactiveOpacity,T=void 0===A?zW.inactiveOpacity:A,L=e.borderWidth,E=void 0===L?zW.borderWidth:L,N=e.borderColor,O=void 0===N?zW.borderColor:N,R=e.enableGridX,D=void 0===R?zW.enableGridX:R,P=e.enableGridY,z=void 0===P?zW.enableGridY:P,I=e.axisTop,B=void 0===I?zW.axisTop:I,j=e.axisRight,F=void 0===j?zW.axisRight:j,H=e.axisBottom,$=void 0===H?zW.axisBottom:H,q=e.axisLeft,U=void 0===q?zW.axisLeft:q,W=e.enableLabels,V=void 0===W?zW.enableLabels:W,G=e.label,Y=void 0===G?zW.label:G,X=e.labelTextColor,Z=void 0===X?zW.labelTextColor:X,K=e.colors,J=void 0===K?zW.colors:K,Q=e.emptyColor,ee=void 0===Q?zW.emptyColor:Q,te=e.legends,ne=void 0===te?zW.legends:te,re=e.annotations,ie=void 0===re?zW.annotations:re,oe=e.isInteractive,ae=void 0===oe?zW.isInteractive:oe,se=e.onClick,le=e.hoverTarget,ce=void 0===le?zW.hoverTarget:le,ue=e.tooltip,de=void 0===ue?zW.tooltip:ue,fe=e.role,he=e.ariaLabel,pe=e.ariaLabelledBy,ge=e.ariaDescribedBy,me=e.pixelRatio,ve=void 0===me?zW.pixelRatio:me,be=e.forwardedRef,ye=Mi(null),_e=iI(a,s,l),we=_e.margin,xe=_e.innerWidth,ke=_e.innerHeight,Ce=_e.outerWidth,Se=_e.outerHeight,Me=FW({data:n,valueFormat:o,width:xe,height:ke,xInnerPadding:u,xOuterPadding:f,yInnerPadding:p,yOuterPadding:m,forceSquare:b,sizeVariation:_,colors:J,emptyColor:ee,opacity:C,activeOpacity:M,inactiveOpacity:T,borderColor:O,label:Y,labelTextColor:Z,hoverTarget:ce}),Ae=Me.width,Te=Me.height,Le=Me.offsetX,Ee=Me.offsetY,Ne=Me.xScale,Oe=Me.yScale,Re=Me.cells,De=Me.colorScale,Pe=Me.activeCell,ze=Me.setActiveCell,Ie=Ai((function(){return OW({},we,{top:we.top+Ee,left:we.left+Le})}),[we,Le,Ee]),Be=HW(Re,ie),je=kW({annotations:Be});t="function"==typeof x?x:"circle"===x?tV:eV;var Fe=nE(),He=Ai((function(){return{cells:Re,activeCell:Pe,setActiveCell:ze}}),[Re,Pe,ze]);Ci((function(){if(null!==ye.current){var e=ye.current.getContext("2d");e&&(ye.current.width=Ce*ve,ye.current.height=Se*ve,e.scale(ve,ve),e.fillStyle=Fe.background,e.fillRect(0,0,Ce,Se),e.translate(Ie.left,Ie.top),i.forEach((function(n){"grid"===n?(e.lineWidth=Fe.grid.line.strokeWidth,e.strokeStyle=Fe.grid.line.stroke,D&&Vj(e,{width:Ae,height:Te,scale:Ne,axis:"x"}),z&&Vj(e,{width:Ae,height:Te,scale:Oe,axis:"y"})):"axes"===n?Wj(e,{xScale:Ne,yScale:Oe,width:Ae,height:Te,top:B,right:F,bottom:$,left:U,theme:Fe}):"cells"===n?(e.textAlign="center",e.textBaseline="middle",Re.forEach((function(n){t(e,{cell:n,borderWidth:E,enableLabels:V,theme:Fe})}))):"legends"===n&&null!==De?ne.forEach((function(t){!function(e,t){var n,r=t.containerWidth,i=t.containerHeight,o=t.anchor,a=t.translateX,s=void 0===a?0:a,l=t.translateY,c=void 0===l?0:l,u=t.scale,d=t.length,f=void 0===d?pF.length:d,h=t.thickness,p=void 0===h?pF.thickness:h,g=t.direction,m=void 0===g?pF.direction:g,v=t.ticks,b=t.tickPosition,y=void 0===b?pF.tickPosition:b,_=t.tickSize,w=void 0===_?pF.tickSize:_,x=t.tickSpacing,k=void 0===x?pF.tickSpacing:x,C=t.tickOverlap,S=void 0===C?pF.tickOverlap:C,M=t.tickFormat,A=void 0===M?pF.tickFormat:M,T=t.title,L=t.titleAlign,E=void 0===L?pF.titleAlign:L,N=t.titleOffset,O=void 0===N?pF.titleOffset:N,R=t.theme,D=yF({scale:u,ticks:v,length:f,thickness:p,direction:m,tickPosition:y,tickSize:w,tickSpacing:k,tickOverlap:S,tickFormat:A,title:T,titleAlign:E,titleOffset:O}),P=D.width,z=D.height,I=D.gradientX1,B=D.gradientY1,j=D.gradientX2,F=D.gradientY2,H=D.colorStops,$=D.ticks,q=D.titleText,U=D.titleX,W=D.titleY,V=D.titleRotation,G=D.titleVerticalAlign,Y=D.titleHorizontalAlign,X=vF({anchor:o,translateX:s,translateY:c,containerWidth:r,containerHeight:i,width:P,height:z}),Z=X.x,K=X.y,J={font:e.font,textAlign:e.textAlign,textBaseline:e.textBaseline};e.save(),e.translate(Z,K);var Q=e.createLinearGradient(I*P,B*z,j*P,F*z);H.forEach((function(e){Q.addColorStop(e.offset,e.stopColor)})),e.fillStyle=Q,e.fillRect(0,0,P,z),vI(e,R.legends.ticks.text);var ee=null!=(n=R.legends.ticks.line.strokeWidth)?n:0,te="string"!=typeof ee&&ee>0;$.forEach((function(t){te&&(e.lineWidth=ee,R.axis.ticks.line.stroke&&(e.strokeStyle=R.axis.ticks.line.stroke),e.lineCap="square",e.beginPath(),e.moveTo(t.x1,t.y1),e.lineTo(t.x2,t.y2),e.stroke()),e.textAlign="middle"===t.textHorizontalAlign?"center":t.textHorizontalAlign,e.textBaseline="central"===t.textVerticalAlign?"middle":t.textVerticalAlign,bI(e,R.legends.ticks.text,t.text,t.textX,t.textY)})),q&&(e.save(),e.translate(U,W),e.rotate(Bz(V)),vI(e,R.legends.title.text),e.textAlign="middle"===Y?"center":Y,e.textBaseline=G,bI(e,R.legends.title.text,q),e.restore()),e.restore(),e.font=J.font,e.textAlign=J.textAlign,e.textBaseline=J.textBaseline}(e,OW({},t,{containerWidth:Ae,containerHeight:Te,scale:De,theme:Fe}))})):"annotations"===n?NW(e,{annotations:je,theme:Fe}):"function"==typeof n&&n(e,He)})))}}),[ye,ve,Ce,Se,Ae,Te,Ie,i,He,Re,t,D,z,B,F,$,U,Ne,Oe,Fe,E,V,De,ne,je]);var $e=yE(),qe=$e.showTooltipFromEvent,Ue=$e.hideTooltip,We=Ti((function(e){if(null!==ye.current){var t=fI(ye.current,e),n=t[0],r=t[1],i=Re.find((function(e){return dI(e.x+Ie.left-e.width/2,e.y+Ie.top-e.height/2,e.width,e.height,n,r)}));void 0!==i?(ze(i),qe(Pr(de,{cell:i}),e)):(ze(null),Ue())}}),[ye,Re,Ie,ze,qe,Ue,de]),Ve=Ti((function(){ze(null),Ue()}),[ze,Ue]),Ge=Ti((function(e){null!==Pe&&(null==se||se(Pe,e))}),[Pe,se]);return Ps("canvas",{ref:mI(ye,be),width:Ce*ve,height:Se*ve,style:{width:Ce,height:Se},onMouseEnter:ae?We:void 0,onMouseMove:ae?We:void 0,onMouseLeave:ae?Ve:void 0,onClick:ae?Ge:void 0,role:fe,"aria-label":he,"aria-labelledby":pe,"aria-describedby":ge})},iV=Ui((function(e,t){var n=e.theme,r=e.isInteractive,i=void 0===r?zW.isInteractive:r,o=e.animate,a=void 0===o?zW.animate:o,s=e.motionConfig,l=void 0===s?zW.motionConfig:s,c=e.renderWrapper,u=RW(e,nV);return Ps(Tz,{isInteractive:i,animate:a,motionConfig:l,theme:n,renderWrapper:c,children:Ps(rV,OW({isInteractive:i},u,{forwardedRef:t}))})})),oV=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=RW(e,oV);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(iV,OW({width:n,height:r},a,{ref:t}))}})}));const aV=e=>{const{cell:t}=e,n=Ai((()=>({id:t.id.toString(),color:t.color,label:t.data.x,value:t.label})),[t]);return Ps(ZU,{label:t.serieId,children:Ps(eW,{mode:"default",legend:n})})},sV={top:60,right:90,bottom:60,left:90},lV={tickSize:5,tickPadding:5,tickRotation:0},cV={tickSize:5,tickPadding:5,tickRotation:-90},uV={anchor:"bottom",translateX:0,translateY:30,length:400,thickness:8,direction:"row",tickPosition:"after",tickSize:3,tickSpacing:4,tickOverlap:!1,tickFormat:">-.2%",title:"Value",titleAlign:"middle",titleOffset:4};const dV=({width:e="100%",height:t=400,data:n,rootAriaLabel:r,emptyLabel:i="No data available",emptyAriaLabel:o="No data available",margin:a=sV,axisLeft:s=lV,axisTop:l=cV,xInnerPadding:c=.05,yInnerPadding:u=.05,legends:d=[uV],forceSquare:f=!0,valueFormat:h=">-.2%",...p})=>{const g=Ai((()=>0===n.length),[n]),m=((e="light")=>{const t=Ai((()=>GH([0,1],["var(--bg-support-castor)","var(--bg-support-atlas-heavy)","var(--bg-support-atlas)","var(--bg-support-atlas-heavy)","var(--bg-support-capella)"])),[e]);return Ti((e=>t(e)),[t])})(oW());return g?Ps(UH,{label:i,width:e,height:t,ariaLabel:o}):Ps("div",{role:"img","aria-label":r,tabIndex:0,style:{width:e,height:t},className:"styles_heatMap__E95gO",children:Ps(QW,{data:n,margin:a,axisBottom:null,axisRight:null,axisLeft:s,axisTop:l,xInnerPadding:c,yInnerPadding:u,legends:d,forceSquare:f,theme:NU,motionConfig:AU,animate:!TU,valueFormat:h,colors:e=>m(e.data.y??0),labelTextColor:"var(--constant-on-text-primary)",tooltip:aV,emptyColor:"var(--bg-control-secondary)",inactiveOpacity:0,borderRadius:4,...p})})},fV=({title:e,translations:t,rootAriaLabel:n,width:r,height:i,data:o,...a})=>{const s=t["no-results"];return Ps($b,{title:e,children:Ps(dV,{data:o,width:r,height:i,emptyLabel:s,emptyAriaLabel:s,rootAriaLabel:n,...a})})};var hV,pV={exports:{}},gV=pV.exports,mV=(hV||(hV=1,function(e,t){(function(){var n,r="Expected a function",i="__lodash_hash_undefined__",o="__lodash_placeholder__",a=32,s=128,l=1/0,c=9007199254740991,u=NaN,d=4294967295,f=[["ary",s],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",a],["partialRight",64],["rearg",256]],h="[object Arguments]",p="[object Array]",g="[object Boolean]",m="[object Date]",v="[object Error]",b="[object Function]",y="[object GeneratorFunction]",_="[object Map]",w="[object Number]",x="[object Object]",k="[object Promise]",C="[object RegExp]",S="[object Set]",M="[object String]",A="[object Symbol]",T="[object WeakMap]",L="[object ArrayBuffer]",E="[object DataView]",N="[object Float32Array]",O="[object Float64Array]",R="[object Int8Array]",D="[object Int16Array]",P="[object Int32Array]",z="[object Uint8Array]",I="[object Uint8ClampedArray]",B="[object Uint16Array]",j="[object Uint32Array]",F=/\b__p \+= '';/g,H=/\b(__p \+=) '' \+/g,$=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,U=/[&<>"']/g,W=RegExp(q.source),V=RegExp(U.source),G=/<%-([\s\S]+?)%>/g,Y=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,Z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,K=/^\w*$/,J=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Q=/[\\^$.*+?()[\]{}|]/g,ee=RegExp(Q.source),te=/^\s+/,ne=/\s/,re=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ie=/\{\n\/\* \[wrapped with (.+)\] \*/,oe=/,? & /,ae=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,se=/[()=,{}\[\]\/\s]/,le=/\\(\\)?/g,ce=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ue=/\w*$/,de=/^[-+]0x[0-9a-f]+$/i,fe=/^0b[01]+$/i,he=/^\[object .+?Constructor\]$/,pe=/^0o[0-7]+$/i,ge=/^(?:0|[1-9]\d*)$/,me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ve=/($^)/,be=/['\n\r\u2028\u2029\\]/g,ye="\\ud800-\\udfff",_e="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",we="\\u2700-\\u27bf",xe="a-z\\xdf-\\xf6\\xf8-\\xff",ke="A-Z\\xc0-\\xd6\\xd8-\\xde",Ce="\\ufe0e\\ufe0f",Se="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Me="["+ye+"]",Ae="["+Se+"]",Te="["+_e+"]",Le="\\d+",Ee="["+we+"]",Ne="["+xe+"]",Oe="[^"+ye+Se+Le+we+xe+ke+"]",Re="\\ud83c[\\udffb-\\udfff]",De="[^"+ye+"]",Pe="(?:\\ud83c[\\udde6-\\uddff]){2}",ze="[\\ud800-\\udbff][\\udc00-\\udfff]",Ie="["+ke+"]",Be="\\u200d",je="(?:"+Ne+"|"+Oe+")",Fe="(?:"+Ie+"|"+Oe+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",$e="(?:['’](?:D|LL|M|RE|S|T|VE))?",qe="(?:"+Te+"|"+Re+")?",Ue="["+Ce+"]?",We=Ue+qe+"(?:"+Be+"(?:"+[De,Pe,ze].join("|")+")"+Ue+qe+")*",Ve="(?:"+[Ee,Pe,ze].join("|")+")"+We,Ge="(?:"+[De+Te+"?",Te,Pe,ze,Me].join("|")+")",Ye=RegExp("['’]","g"),Xe=RegExp(Te,"g"),Ze=RegExp(Re+"(?="+Re+")|"+Ge+We,"g"),Ke=RegExp([Ie+"?"+Ne+"+"+He+"(?="+[Ae,Ie,"$"].join("|")+")",Fe+"+"+$e+"(?="+[Ae,Ie+je,"$"].join("|")+")",Ie+"?"+je+"+"+He,Ie+"+"+$e,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Le,Ve].join("|"),"g"),Je=RegExp("["+Be+ye+_e+Ce+"]"),Qe=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,et=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],tt=-1,nt={};nt[N]=nt[O]=nt[R]=nt[D]=nt[P]=nt[z]=nt[I]=nt[B]=nt[j]=!0,nt[h]=nt[p]=nt[L]=nt[g]=nt[E]=nt[m]=nt[v]=nt[b]=nt[_]=nt[w]=nt[x]=nt[C]=nt[S]=nt[M]=nt[T]=!1;var rt={};rt[h]=rt[p]=rt[L]=rt[E]=rt[g]=rt[m]=rt[N]=rt[O]=rt[R]=rt[D]=rt[P]=rt[_]=rt[w]=rt[x]=rt[C]=rt[S]=rt[M]=rt[A]=rt[z]=rt[I]=rt[B]=rt[j]=!0,rt[v]=rt[b]=rt[T]=!1;var it={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ot=parseFloat,at=parseInt,st="object"==typeof Lm&&Lm&&Lm.Object===Object&&Lm,lt="object"==typeof self&&self&&self.Object===Object&&self,ct=st||lt||Function("return this")(),ut=t&&!t.nodeType&&t,dt=ut&&e&&!e.nodeType&&e,ft=dt&&dt.exports===ut,ht=ft&&st.process,pt=function(){try{return dt&&dt.require&&dt.require("util").types||ht&&ht.binding&&ht.binding("util")}catch(e){}}(),gt=pt&&pt.isArrayBuffer,mt=pt&&pt.isDate,vt=pt&&pt.isMap,bt=pt&&pt.isRegExp,yt=pt&&pt.isSet,_t=pt&&pt.isTypedArray;function wt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function xt(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i<o;){var a=e[i];t(r,a,n(a),e)}return r}function kt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function Ct(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function St(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function Mt(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function At(e,t){return!(null==e||!e.length)&&It(e,t,0)>-1}function Tt(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function Lt(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}function Et(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function Nt(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function Ot(e,t,n,r){var i=null==e?0:e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n}function Rt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var Dt=Ht("length");function Pt(e,t,n){var r;return n(e,(function(e,n,i){if(t(e,n,i))return r=n,!1})),r}function zt(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}function It(e,t,n){return t==t?function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}(e,t,n):zt(e,jt,n)}function Bt(e,t,n,r){for(var i=n-1,o=e.length;++i<o;)if(r(e[i],t))return i;return-1}function jt(e){return e!=e}function Ft(e,t){var n=null==e?0:e.length;return n?Ut(e,t)/n:u}function Ht(e){return function(t){return null==t?n:t[e]}}function $t(e){return function(t){return null==e?n:e[t]}}function qt(e,t,n,r,i){return i(e,(function(e,i,o){n=r?(r=!1,e):t(n,e,i,o)})),n}function Ut(e,t){for(var r,i=-1,o=e.length;++i<o;){var a=t(e[i]);a!==n&&(r=r===n?a:r+a)}return r}function Wt(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function Vt(e){return e?e.slice(0,cn(e)+1).replace(te,""):e}function Gt(e){return function(t){return e(t)}}function Yt(e,t){return Lt(t,(function(t){return e[t]}))}function Xt(e,t){return e.has(t)}function Zt(e,t){for(var n=-1,r=e.length;++n<r&&It(t,e[n],0)>-1;);return n}function Kt(e,t){for(var n=e.length;n--&&It(t,e[n],0)>-1;);return n}var Jt=$t({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Qt=$t({"&":"&","<":"<",">":">",'"':""","'":"'"});function en(e){return"\\"+it[e]}function tn(e){return Je.test(e)}function nn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function rn(e,t){return function(n){return e(t(n))}}function on(e,t){for(var n=-1,r=e.length,i=0,a=[];++n<r;){var s=e[n];s!==t&&s!==o||(e[n]=o,a[i++]=n)}return a}function an(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function sn(e){return tn(e)?function(e){for(var t=Ze.lastIndex=0;Ze.test(e);)++t;return t}(e):Dt(e)}function ln(e){return tn(e)?function(e){return e.match(Ze)||[]}(e):function(e){return e.split("")}(e)}function cn(e){for(var t=e.length;t--&&ne.test(e.charAt(t)););return t}var un=$t({"&":"&","<":"<",">":">",""":'"',"'":"'"}),dn=function e(t){var ne,ye=(t=null==t?ct:dn.defaults(ct.Object(),t,dn.pick(ct,et))).Array,_e=t.Date,we=t.Error,xe=t.Function,ke=t.Math,Ce=t.Object,Se=t.RegExp,Me=t.String,Ae=t.TypeError,Te=ye.prototype,Le=xe.prototype,Ee=Ce.prototype,Ne=t["__core-js_shared__"],Oe=Le.toString,Re=Ee.hasOwnProperty,De=0,Pe=(ne=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||""))?"Symbol(src)_1."+ne:"",ze=Ee.toString,Ie=Oe.call(Ce),Be=ct._,je=Se("^"+Oe.call(Re).replace(Q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Fe=ft?t.Buffer:n,He=t.Symbol,$e=t.Uint8Array,qe=Fe?Fe.allocUnsafe:n,Ue=rn(Ce.getPrototypeOf,Ce),We=Ce.create,Ve=Ee.propertyIsEnumerable,Ge=Te.splice,Ze=He?He.isConcatSpreadable:n,Je=He?He.iterator:n,it=He?He.toStringTag:n,st=function(){try{var e=so(Ce,"defineProperty");return e({},"",{}),e}catch(e){}}(),lt=t.clearTimeout!==ct.clearTimeout&&t.clearTimeout,ut=_e&&_e.now!==ct.Date.now&&_e.now,dt=t.setTimeout!==ct.setTimeout&&t.setTimeout,ht=ke.ceil,pt=ke.floor,Dt=Ce.getOwnPropertySymbols,$t=Fe?Fe.isBuffer:n,fn=t.isFinite,hn=Te.join,pn=rn(Ce.keys,Ce),gn=ke.max,mn=ke.min,vn=_e.now,bn=t.parseInt,yn=ke.random,_n=Te.reverse,wn=so(t,"DataView"),xn=so(t,"Map"),kn=so(t,"Promise"),Cn=so(t,"Set"),Sn=so(t,"WeakMap"),Mn=so(Ce,"create"),An=Sn&&new Sn,Tn={},Ln=Do(wn),En=Do(xn),Nn=Do(kn),On=Do(Cn),Rn=Do(Sn),Dn=He?He.prototype:n,Pn=Dn?Dn.valueOf:n,zn=Dn?Dn.toString:n;function In(e){if(Ka(e)&&!Fa(e)&&!(e instanceof Hn)){if(e instanceof Fn)return e;if(Re.call(e,"__wrapped__"))return Po(e)}return new Fn(e)}var Bn=function(){function e(){}return function(t){if(!Za(t))return{};if(We)return We(t);e.prototype=t;var r=new e;return e.prototype=n,r}}();function jn(){}function Fn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=n}function Hn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=d,this.__views__=[]}function $n(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function qn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Un(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Un;++t<n;)this.add(e[t])}function Vn(e){var t=this.__data__=new qn(e);this.size=t.size}function Gn(e,t){var n=Fa(e),r=!n&&ja(e),i=!n&&!r&&Ua(e),o=!n&&!r&&!i&&os(e),a=n||r||i||o,s=a?Wt(e.length,Me):[],l=s.length;for(var c in e)!t&&!Re.call(e,c)||a&&("length"==c||i&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||go(c,l))||s.push(c);return s}function Yn(e){var t=e.length;return t?e[Ur(0,t-1)]:n}function Xn(e,t){return No(Si(e),ir(t,0,e.length))}function Zn(e){return No(Si(e))}function Kn(e,t,r){(r!==n&&!za(e[t],r)||r===n&&!(t in e))&&nr(e,t,r)}function Jn(e,t,r){var i=e[t];Re.call(e,t)&&za(i,r)&&(r!==n||t in e)||nr(e,t,r)}function Qn(e,t){for(var n=e.length;n--;)if(za(e[n][0],t))return n;return-1}function er(e,t,n,r){return cr(e,(function(e,i,o){t(r,e,n(e),o)})),r}function tr(e,t){return e&&Mi(t,As(t),e)}function nr(e,t,n){"__proto__"==t&&st?st(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function rr(e,t){for(var r=-1,i=t.length,o=ye(i),a=null==e;++r<i;)o[r]=a?n:xs(e,t[r]);return o}function ir(e,t,r){return e==e&&(r!==n&&(e=e<=r?e:r),t!==n&&(e=e>=t?e:t)),e}function or(e,t,r,i,o,a){var s,l=1&t,c=2&t,u=4&t;if(r&&(s=o?r(e,i,o,a):r(e)),s!==n)return s;if(!Za(e))return e;var d=Fa(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Re.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!l)return Si(e,s)}else{var f=uo(e),p=f==b||f==y;if(Ua(e))return yi(e,l);if(f==x||f==h||p&&!o){if(s=c||p?{}:ho(e),!l)return c?function(e,t){return Mi(e,co(e),t)}(e,function(e,t){return e&&Mi(t,Ts(t),e)}(s,e)):function(e,t){return Mi(e,lo(e),t)}(e,tr(s,e))}else{if(!rt[f])return o?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case L:return _i(e);case g:case m:return new r(+e);case E:return function(e,t){var n=t?_i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case N:case O:case R:case D:case P:case z:case I:case B:case j:return wi(e,n);case _:return new r;case w:case M:return new r(e);case C:return function(e){var t=new e.constructor(e.source,ue.exec(e));return t.lastIndex=e.lastIndex,t}(e);case S:return new r;case A:return function(e){return Pn?Ce(Pn.call(e)):{}}(e)}}(e,f,l)}}a||(a=new Vn);var v=a.get(e);if(v)return v;a.set(e,s),ns(e)?e.forEach((function(n){s.add(or(n,t,r,n,e,a))})):Ja(e)&&e.forEach((function(n,i){s.set(i,or(n,t,r,i,e,a))}));var k=d?n:(u?c?eo:Qi:c?Ts:As)(e);return kt(k||e,(function(n,i){k&&(n=e[i=n]),Jn(s,i,or(n,t,r,i,e,a))})),s}function ar(e,t,r){var i=r.length;if(null==e)return!i;for(e=Ce(e);i--;){var o=r[i],a=t[o],s=e[o];if(s===n&&!(o in e)||!a(s))return!1}return!0}function sr(e,t,i){if("function"!=typeof e)throw new Ae(r);return Ao((function(){e.apply(n,i)}),t)}function lr(e,t,n,r){var i=-1,o=At,a=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=Lt(t,Gt(n))),r?(o=Tt,a=!1):t.length>=200&&(o=Xt,a=!1,t=new Wn(t));e:for(;++i<s;){var u=e[i],d=null==n?u:n(u);if(u=r||0!==u?u:0,a&&d==d){for(var f=c;f--;)if(t[f]===d)continue e;l.push(u)}else o(t,d,r)||l.push(u)}return l}In.templateSettings={escape:G,evaluate:Y,interpolate:X,variable:"",imports:{_:In}},In.prototype=jn.prototype,In.prototype.constructor=In,Fn.prototype=Bn(jn.prototype),Fn.prototype.constructor=Fn,Hn.prototype=Bn(jn.prototype),Hn.prototype.constructor=Hn,$n.prototype.clear=function(){this.__data__=Mn?Mn(null):{},this.size=0},$n.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},$n.prototype.get=function(e){var t=this.__data__;if(Mn){var r=t[e];return r===i?n:r}return Re.call(t,e)?t[e]:n},$n.prototype.has=function(e){var t=this.__data__;return Mn?t[e]!==n:Re.call(t,e)},$n.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Mn&&t===n?i:t,this},qn.prototype.clear=function(){this.__data__=[],this.size=0},qn.prototype.delete=function(e){var t=this.__data__,n=Qn(t,e);return!(n<0||(n==t.length-1?t.pop():Ge.call(t,n,1),--this.size,0))},qn.prototype.get=function(e){var t=this.__data__,r=Qn(t,e);return r<0?n:t[r][1]},qn.prototype.has=function(e){return Qn(this.__data__,e)>-1},qn.prototype.set=function(e,t){var n=this.__data__,r=Qn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Un.prototype.clear=function(){this.size=0,this.__data__={hash:new $n,map:new(xn||qn),string:new $n}},Un.prototype.delete=function(e){var t=oo(this,e).delete(e);return this.size-=t?1:0,t},Un.prototype.get=function(e){return oo(this,e).get(e)},Un.prototype.has=function(e){return oo(this,e).has(e)},Un.prototype.set=function(e,t){var n=oo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Wn.prototype.add=Wn.prototype.push=function(e){return this.__data__.set(e,i),this},Wn.prototype.has=function(e){return this.__data__.has(e)},Vn.prototype.clear=function(){this.__data__=new qn,this.size=0},Vn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Vn.prototype.get=function(e){return this.__data__.get(e)},Vn.prototype.has=function(e){return this.__data__.has(e)},Vn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof qn){var r=n.__data__;if(!xn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Un(r)}return n.set(e,t),this.size=n.size,this};var cr=Li(vr),ur=Li(br,!0);function dr(e,t){var n=!0;return cr(e,(function(e,r,i){return n=!!t(e,r,i)})),n}function fr(e,t,r){for(var i=-1,o=e.length;++i<o;){var a=e[i],s=t(a);if(null!=s&&(l===n?s==s&&!is(s):r(s,l)))var l=s,c=a}return c}function hr(e,t){var n=[];return cr(e,(function(e,r,i){t(e,r,i)&&n.push(e)})),n}function pr(e,t,n,r,i){var o=-1,a=e.length;for(n||(n=po),i||(i=[]);++o<a;){var s=e[o];t>0&&n(s)?t>1?pr(s,t-1,n,r,i):Et(i,s):r||(i[i.length]=s)}return i}var gr=Ei(),mr=Ei(!0);function vr(e,t){return e&&gr(e,t,As)}function br(e,t){return e&&mr(e,t,As)}function yr(e,t){return Mt(t,(function(t){return Ga(e[t])}))}function _r(e,t){for(var r=0,i=(t=gi(t,e)).length;null!=e&&r<i;)e=e[Ro(t[r++])];return r&&r==i?e:n}function wr(e,t,n){var r=t(e);return Fa(e)?r:Et(r,n(e))}function xr(e){return null==e?e===n?"[object Undefined]":"[object Null]":it&&it in Ce(e)?function(e){var t=Re.call(e,it),r=e[it];try{e[it]=n;var i=!0}catch(e){}var o=ze.call(e);return i&&(t?e[it]=r:delete e[it]),o}(e):function(e){return ze.call(e)}(e)}function kr(e,t){return e>t}function Cr(e,t){return null!=e&&Re.call(e,t)}function Sr(e,t){return null!=e&&t in Ce(e)}function Mr(e,t,r){for(var i=r?Tt:At,o=e[0].length,a=e.length,s=a,l=ye(a),c=1/0,u=[];s--;){var d=e[s];s&&t&&(d=Lt(d,Gt(t))),c=mn(d.length,c),l[s]=!r&&(t||o>=120&&d.length>=120)?new Wn(s&&d):n}d=e[0];var f=-1,h=l[0];e:for(;++f<o&&u.length<c;){var p=d[f],g=t?t(p):p;if(p=r||0!==p?p:0,!(h?Xt(h,g):i(u,g,r))){for(s=a;--s;){var m=l[s];if(!(m?Xt(m,g):i(e[s],g,r)))continue e}h&&h.push(g),u.push(p)}}return u}function Ar(e,t,r){var i=null==(e=Co(e,t=gi(t,e)))?e:e[Ro(Vo(t))];return null==i?n:wt(i,e,r)}function Tr(e){return Ka(e)&&xr(e)==h}function Lr(e,t,r,i,o){return e===t||(null==e||null==t||!Ka(e)&&!Ka(t)?e!=e&&t!=t:function(e,t,r,i,o,a){var s=Fa(e),l=Fa(t),c=s?p:uo(e),u=l?p:uo(t),d=(c=c==h?x:c)==x,f=(u=u==h?x:u)==x,b=c==u;if(b&&Ua(e)){if(!Ua(t))return!1;s=!0,d=!1}if(b&&!d)return a||(a=new Vn),s||os(e)?Ki(e,t,r,i,o,a):function(e,t,n,r,i,o,a){switch(n){case E:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case L:return!(e.byteLength!=t.byteLength||!o(new $e(e),new $e(t)));case g:case m:case w:return za(+e,+t);case v:return e.name==t.name&&e.message==t.message;case C:case M:return e==t+"";case _:var s=nn;case S:var l=1&r;if(s||(s=an),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=2,a.set(e,t);var u=Ki(s(e),s(t),r,i,o,a);return a.delete(e),u;case A:if(Pn)return Pn.call(e)==Pn.call(t)}return!1}(e,t,c,r,i,o,a);if(!(1&r)){var y=d&&Re.call(e,"__wrapped__"),k=f&&Re.call(t,"__wrapped__");if(y||k){var T=y?e.value():e,N=k?t.value():t;return a||(a=new Vn),o(T,N,r,i,a)}}return!!b&&(a||(a=new Vn),function(e,t,r,i,o,a){var s=1&r,l=Qi(e),c=l.length;if(c!=Qi(t).length&&!s)return!1;for(var u=c;u--;){var d=l[u];if(!(s?d in t:Re.call(t,d)))return!1}var f=a.get(e),h=a.get(t);if(f&&h)return f==t&&h==e;var p=!0;a.set(e,t),a.set(t,e);for(var g=s;++u<c;){var m=e[d=l[u]],v=t[d];if(i)var b=s?i(v,m,d,t,e,a):i(m,v,d,e,t,a);if(!(b===n?m===v||o(m,v,r,i,a):b)){p=!1;break}g||(g="constructor"==d)}if(p&&!g){var y=e.constructor,_=t.constructor;y==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof _&&_ instanceof _||(p=!1)}return a.delete(e),a.delete(t),p}(e,t,r,i,o,a))}(e,t,r,i,Lr,o))}function Er(e,t,r,i){var o=r.length,a=o,s=!i;if(null==e)return!a;for(e=Ce(e);o--;){var l=r[o];if(s&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++o<a;){var c=(l=r[o])[0],u=e[c],d=l[1];if(s&&l[2]){if(u===n&&!(c in e))return!1}else{var f=new Vn;if(i)var h=i(u,d,c,e,t,f);if(!(h===n?Lr(d,u,3,i,f):h))return!1}}return!0}function Nr(e){return!(!Za(e)||function(e){return!!Pe&&Pe in e}(e))&&(Ga(e)?je:he).test(Do(e))}function Or(e){return"function"==typeof e?e:null==e?Qs:"object"==typeof e?Fa(e)?Ir(e[0],e[1]):zr(e):ll(e)}function Rr(e){if(!_o(e))return pn(e);var t=[];for(var n in Ce(e))Re.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Dr(e,t){return e<t}function Pr(e,t){var n=-1,r=$a(e)?ye(e.length):[];return cr(e,(function(e,i,o){r[++n]=t(e,i,o)})),r}function zr(e){var t=ao(e);return 1==t.length&&t[0][2]?xo(t[0][0],t[0][1]):function(n){return n===e||Er(n,e,t)}}function Ir(e,t){return vo(e)&&wo(t)?xo(Ro(e),t):function(r){var i=xs(r,e);return i===n&&i===t?ks(r,e):Lr(t,i,3)}}function Br(e,t,r,i,o){e!==t&&gr(t,(function(a,s){if(o||(o=new Vn),Za(a))!function(e,t,r,i,o,a,s){var l=So(e,r),c=So(t,r),u=s.get(c);if(u)Kn(e,r,u);else{var d=a?a(l,c,r+"",e,t,s):n,f=d===n;if(f){var h=Fa(c),p=!h&&Ua(c),g=!h&&!p&&os(c);d=c,h||p||g?Fa(l)?d=l:qa(l)?d=Si(l):p?(f=!1,d=yi(c,!0)):g?(f=!1,d=wi(c,!0)):d=[]:es(c)||ja(c)?(d=l,ja(l)?d=hs(l):Za(l)&&!Ga(l)||(d=ho(c))):f=!1}f&&(s.set(c,d),o(d,c,i,a,s),s.delete(c)),Kn(e,r,d)}}(e,t,s,r,Br,i,o);else{var l=i?i(So(e,s),a,s+"",e,t,o):n;l===n&&(l=a),Kn(e,s,l)}}),Ts)}function jr(e,t){var r=e.length;if(r)return go(t+=t<0?r:0,r)?e[t]:n}function Fr(e,t,n){t=t.length?Lt(t,(function(e){return Fa(e)?function(t){return _r(t,1===e.length?e[0]:e)}:e})):[Qs];var r=-1;t=Lt(t,Gt(io()));var i=Pr(e,(function(e,n,i){var o=Lt(t,(function(t){return t(e)}));return{criteria:o,index:++r,value:e}}));return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(i,(function(e,t){return function(e,t,n){for(var r=-1,i=e.criteria,o=t.criteria,a=i.length,s=n.length;++r<a;){var l=xi(i[r],o[r]);if(l)return r>=s?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}))}function Hr(e,t,n){for(var r=-1,i=t.length,o={};++r<i;){var a=t[r],s=_r(e,a);n(s,a)&&Xr(o,gi(a,e),s)}return o}function $r(e,t,n,r){var i=r?Bt:It,o=-1,a=t.length,s=e;for(e===t&&(t=Si(t)),n&&(s=Lt(e,Gt(n)));++o<a;)for(var l=0,c=t[o],u=n?n(c):c;(l=i(s,u,l,r))>-1;)s!==e&&Ge.call(s,l,1),Ge.call(e,l,1);return e}function qr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;go(i)?Ge.call(e,i,1):si(e,i)}}return e}function Ur(e,t){return e+pt(yn()*(t-e+1))}function Wr(e,t){var n="";if(!e||t<1||t>c)return n;do{t%2&&(n+=e),(t=pt(t/2))&&(e+=e)}while(t);return n}function Vr(e,t){return To(ko(e,t,Qs),e+"")}function Gr(e){return Yn(zs(e))}function Yr(e,t){var n=zs(e);return No(n,ir(t,0,n.length))}function Xr(e,t,r,i){if(!Za(e))return e;for(var o=-1,a=(t=gi(t,e)).length,s=a-1,l=e;null!=l&&++o<a;){var c=Ro(t[o]),u=r;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(o!=s){var d=l[c];(u=i?i(d,c,l):n)===n&&(u=Za(d)?d:go(t[o+1])?[]:{})}Jn(l,c,u),l=l[c]}return e}var Zr=An?function(e,t){return An.set(e,t),e}:Qs,Kr=st?function(e,t){return st(e,"toString",{configurable:!0,enumerable:!1,value:Zs(t),writable:!0})}:Qs;function Jr(e){return No(zs(e))}function Qr(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=ye(i);++r<i;)o[r]=e[r+t];return o}function ei(e,t){var n;return cr(e,(function(e,r,i){return!(n=t(e,r,i))})),!!n}function ti(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t==t&&i<=2147483647){for(;r<i;){var o=r+i>>>1,a=e[o];null!==a&&!is(a)&&(n?a<=t:a<t)?r=o+1:i=o}return i}return ni(e,t,Qs,n)}function ni(e,t,r,i){var o=0,a=null==e?0:e.length;if(0===a)return 0;for(var s=(t=r(t))!=t,l=null===t,c=is(t),u=t===n;o<a;){var d=pt((o+a)/2),f=r(e[d]),h=f!==n,p=null===f,g=f==f,m=is(f);if(s)var v=i||g;else v=u?g&&(i||h):l?g&&h&&(i||!p):c?g&&h&&!p&&(i||!m):!p&&!m&&(i?f<=t:f<t);v?o=d+1:a=d}return mn(a,4294967294)}function ri(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!za(s,l)){var l=s;o[i++]=0===a?0:a}}return o}function ii(e){return"number"==typeof e?e:is(e)?u:+e}function oi(e){if("string"==typeof e)return e;if(Fa(e))return Lt(e,oi)+"";if(is(e))return zn?zn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ai(e,t,n){var r=-1,i=At,o=e.length,a=!0,s=[],l=s;if(n)a=!1,i=Tt;else if(o>=200){var c=t?null:Wi(e);if(c)return an(c);a=!1,i=Xt,l=new Wn}else l=t?[]:s;e:for(;++r<o;){var u=e[r],d=t?t(u):u;if(u=n||0!==u?u:0,a&&d==d){for(var f=l.length;f--;)if(l[f]===d)continue e;t&&l.push(d),s.push(u)}else i(l,d,n)||(l!==s&&l.push(d),s.push(u))}return s}function si(e,t){return null==(e=Co(e,t=gi(t,e)))||delete e[Ro(Vo(t))]}function li(e,t,n,r){return Xr(e,t,n(_r(e,t)),r)}function ci(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?Qr(e,r?0:o,r?o+1:i):Qr(e,r?o+1:0,r?i:o)}function ui(e,t){var n=e;return n instanceof Hn&&(n=n.value()),Nt(t,(function(e,t){return t.func.apply(t.thisArg,Et([e],t.args))}),n)}function di(e,t,n){var r=e.length;if(r<2)return r?ai(e[0]):[];for(var i=-1,o=ye(r);++i<r;)for(var a=e[i],s=-1;++s<r;)s!=i&&(o[i]=lr(o[i]||a,e[s],t,n));return ai(pr(o,1),t,n)}function fi(e,t,r){for(var i=-1,o=e.length,a=t.length,s={};++i<o;){var l=i<a?t[i]:n;r(s,e[i],l)}return s}function hi(e){return qa(e)?e:[]}function pi(e){return"function"==typeof e?e:Qs}function gi(e,t){return Fa(e)?e:vo(e,t)?[e]:Oo(ps(e))}var mi=Vr;function vi(e,t,r){var i=e.length;return r=r===n?i:r,!t&&r>=i?e:Qr(e,t,r)}var bi=lt||function(e){return ct.clearTimeout(e)};function yi(e,t){if(t)return e.slice();var n=e.length,r=qe?qe(n):new e.constructor(n);return e.copy(r),r}function _i(e){var t=new e.constructor(e.byteLength);return new $e(t).set(new $e(e)),t}function wi(e,t){var n=t?_i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function xi(e,t){if(e!==t){var r=e!==n,i=null===e,o=e==e,a=is(e),s=t!==n,l=null===t,c=t==t,u=is(t);if(!l&&!u&&!a&&e>t||a&&s&&c&&!l&&!u||i&&s&&c||!r&&c||!o)return 1;if(!i&&!a&&!u&&e<t||u&&r&&o&&!i&&!a||l&&r&&o||!s&&o||!c)return-1}return 0}function ki(e,t,n,r){for(var i=-1,o=e.length,a=n.length,s=-1,l=t.length,c=gn(o-a,0),u=ye(l+c),d=!r;++s<l;)u[s]=t[s];for(;++i<a;)(d||i<o)&&(u[n[i]]=e[i]);for(;c--;)u[s++]=e[i++];return u}function Ci(e,t,n,r){for(var i=-1,o=e.length,a=-1,s=n.length,l=-1,c=t.length,u=gn(o-s,0),d=ye(u+c),f=!r;++i<u;)d[i]=e[i];for(var h=i;++l<c;)d[h+l]=t[l];for(;++a<s;)(f||i<o)&&(d[h+n[a]]=e[i++]);return d}function Si(e,t){var n=-1,r=e.length;for(t||(t=ye(r));++n<r;)t[n]=e[n];return t}function Mi(e,t,r,i){var o=!r;r||(r={});for(var a=-1,s=t.length;++a<s;){var l=t[a],c=i?i(r[l],e[l],l,r,e):n;c===n&&(c=e[l]),o?nr(r,l,c):Jn(r,l,c)}return r}function Ai(e,t){return function(n,r){var i=Fa(n)?xt:er,o=t?t():{};return i(n,e,io(r,2),o)}}function Ti(e){return Vr((function(t,r){var i=-1,o=r.length,a=o>1?r[o-1]:n,s=o>2?r[2]:n;for(a=e.length>3&&"function"==typeof a?(o--,a):n,s&&mo(r[0],r[1],s)&&(a=o<3?n:a,o=1),t=Ce(t);++i<o;){var l=r[i];l&&e(t,l,i,a)}return t}))}function Li(e,t){return function(n,r){if(null==n)return n;if(!$a(n))return e(n,r);for(var i=n.length,o=t?i:-1,a=Ce(n);(t?o--:++o<i)&&!1!==r(a[o],o,a););return n}}function Ei(e){return function(t,n,r){for(var i=-1,o=Ce(t),a=r(t),s=a.length;s--;){var l=a[e?s:++i];if(!1===n(o[l],l,o))break}return t}}function Ni(e){return function(t){var r=tn(t=ps(t))?ln(t):n,i=r?r[0]:t.charAt(0),o=r?vi(r,1).join(""):t.slice(1);return i[e]()+o}}function Oi(e){return function(t){return Nt(Gs(js(t).replace(Ye,"")),e,"")}}function Ri(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=Bn(e.prototype),r=e.apply(n,t);return Za(r)?r:n}}function Di(e){return function(t,r,i){var o=Ce(t);if(!$a(t)){var a=io(r,3);t=As(t),r=function(e){return a(o[e],e,o)}}var s=e(t,r,i);return s>-1?o[a?t[s]:s]:n}}function Pi(e){return Ji((function(t){var i=t.length,o=i,a=Fn.prototype.thru;for(e&&t.reverse();o--;){var s=t[o];if("function"!=typeof s)throw new Ae(r);if(a&&!l&&"wrapper"==no(s))var l=new Fn([],!0)}for(o=l?o:i;++o<i;){var c=no(s=t[o]),u="wrapper"==c?to(s):n;l=u&&bo(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?l[no(u[0])].apply(l,u[3]):1==s.length&&bo(s)?l[c]():l.thru(s)}return function(){var e=arguments,n=e[0];if(l&&1==e.length&&Fa(n))return l.plant(n).value();for(var r=0,o=i?t[r].apply(this,e):n;++r<i;)o=t[r].call(this,o);return o}}))}function zi(e,t,r,i,o,a,l,c,u,d){var f=t&s,h=1&t,p=2&t,g=24&t,m=512&t,v=p?n:Ri(e);return function s(){for(var b=arguments.length,y=ye(b),_=b;_--;)y[_]=arguments[_];if(g)var w=ro(s),x=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(y,w);if(i&&(y=ki(y,i,o,g)),a&&(y=Ci(y,a,l,g)),b-=x,g&&b<d){var k=on(y,w);return qi(e,t,zi,s.placeholder,r,y,k,c,u,d-b)}var C=h?r:this,S=p?C[e]:e;return b=y.length,c?y=function(e,t){for(var r=e.length,i=mn(t.length,r),o=Si(e);i--;){var a=t[i];e[i]=go(a,r)?o[a]:n}return e}(y,c):m&&b>1&&y.reverse(),f&&u<b&&(y.length=u),this&&this!==ct&&this instanceof s&&(S=v||Ri(S)),S.apply(C,y)}}function Ii(e,t){return function(n,r){return function(e,t,n,r){return vr(e,(function(e,i,o){t(r,n(e),i,o)})),r}(n,e,t(r),{})}}function Bi(e,t){return function(r,i){var o;if(r===n&&i===n)return t;if(r!==n&&(o=r),i!==n){if(o===n)return i;"string"==typeof r||"string"==typeof i?(r=oi(r),i=oi(i)):(r=ii(r),i=ii(i)),o=e(r,i)}return o}}function ji(e){return Ji((function(t){return t=Lt(t,Gt(io())),Vr((function(n){var r=this;return e(t,(function(e){return wt(e,r,n)}))}))}))}function Fi(e,t){var r=(t=t===n?" ":oi(t)).length;if(r<2)return r?Wr(t,e):t;var i=Wr(t,ht(e/sn(t)));return tn(t)?vi(ln(i),0,e).join(""):i.slice(0,e)}function Hi(e){return function(t,r,i){return i&&"number"!=typeof i&&mo(t,r,i)&&(r=i=n),t=cs(t),r===n?(r=t,t=0):r=cs(r),function(e,t,n,r){for(var i=-1,o=gn(ht((t-e)/(n||1)),0),a=ye(o);o--;)a[r?o:++i]=e,e+=n;return a}(t,r,i=i===n?t<r?1:-1:cs(i),e)}}function $i(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=fs(t),n=fs(n)),e(t,n)}}function qi(e,t,r,i,o,s,l,c,u,d){var f=8&t;t|=f?a:64,4&(t&=~(f?64:a))||(t&=-4);var h=[e,t,o,f?s:n,f?l:n,f?n:s,f?n:l,c,u,d],p=r.apply(n,h);return bo(e)&&Mo(p,h),p.placeholder=i,Lo(p,e,t)}function Ui(e){var t=ke[e];return function(e,n){if(e=fs(e),(n=null==n?0:mn(us(n),292))&&fn(e)){var r=(ps(e)+"e").split("e");return+((r=(ps(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var Wi=Cn&&1/an(new Cn([,-0]))[1]==l?function(e){return new Cn(e)}:il;function Vi(e){return function(t){var n=uo(t);return n==_?nn(t):n==S?function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}(t):function(e,t){return Lt(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Gi(e,t,i,l,c,u,d,f){var h=2&t;if(!h&&"function"!=typeof e)throw new Ae(r);var p=l?l.length:0;if(p||(t&=-97,l=c=n),d=d===n?d:gn(us(d),0),f=f===n?f:us(f),p-=c?c.length:0,64&t){var g=l,m=c;l=c=n}var v=h?n:to(e),b=[e,t,i,l,c,g,m,u,d,f];if(v&&function(e,t){var n=e[1],r=t[1],i=n|r,a=i<131,l=r==s&&8==n||r==s&&256==n&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!a&&!l)return e;1&r&&(e[2]=t[2],i|=1&n?0:4);var c=t[3];if(c){var u=e[3];e[3]=u?ki(u,c,t[4]):c,e[4]=u?on(e[3],o):t[4]}(c=t[5])&&(u=e[5],e[5]=u?Ci(u,c,t[6]):c,e[6]=u?on(e[5],o):t[6]),(c=t[7])&&(e[7]=c),r&s&&(e[8]=null==e[8]?t[8]:mn(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=i}(b,v),e=b[0],t=b[1],i=b[2],l=b[3],c=b[4],!(f=b[9]=b[9]===n?h?0:e.length:gn(b[9]-p,0))&&24&t&&(t&=-25),t&&1!=t)y=8==t||16==t?function(e,t,r){var i=Ri(e);return function o(){for(var a=arguments.length,s=ye(a),l=a,c=ro(o);l--;)s[l]=arguments[l];var u=a<3&&s[0]!==c&&s[a-1]!==c?[]:on(s,c);return(a-=u.length)<r?qi(e,t,zi,o.placeholder,n,s,u,n,n,r-a):wt(this&&this!==ct&&this instanceof o?i:e,this,s)}}(e,t,f):t!=a&&33!=t||c.length?zi.apply(n,b):function(e,t,n,r){var i=1&t,o=Ri(e);return function t(){for(var a=-1,s=arguments.length,l=-1,c=r.length,u=ye(c+s),d=this&&this!==ct&&this instanceof t?o:e;++l<c;)u[l]=r[l];for(;s--;)u[l++]=arguments[++a];return wt(d,i?n:this,u)}}(e,t,i,l);else var y=function(e,t,n){var r=1&t,i=Ri(e);return function t(){return(this&&this!==ct&&this instanceof t?i:e).apply(r?n:this,arguments)}}(e,t,i);return Lo((v?Zr:Mo)(y,b),e,t)}function Yi(e,t,r,i){return e===n||za(e,Ee[r])&&!Re.call(i,r)?t:e}function Xi(e,t,r,i,o,a){return Za(e)&&Za(t)&&(a.set(t,e),Br(e,t,n,Xi,a),a.delete(t)),e}function Zi(e){return es(e)?n:e}function Ki(e,t,r,i,o,a){var s=1&r,l=e.length,c=t.length;if(l!=c&&!(s&&c>l))return!1;var u=a.get(e),d=a.get(t);if(u&&d)return u==t&&d==e;var f=-1,h=!0,p=2&r?new Wn:n;for(a.set(e,t),a.set(t,e);++f<l;){var g=e[f],m=t[f];if(i)var v=s?i(m,g,f,t,e,a):i(g,m,f,e,t,a);if(v!==n){if(v)continue;h=!1;break}if(p){if(!Rt(t,(function(e,t){if(!Xt(p,t)&&(g===e||o(g,e,r,i,a)))return p.push(t)}))){h=!1;break}}else if(g!==m&&!o(g,m,r,i,a)){h=!1;break}}return a.delete(e),a.delete(t),h}function Ji(e){return To(ko(e,n,Ho),e+"")}function Qi(e){return wr(e,As,lo)}function eo(e){return wr(e,Ts,co)}var to=An?function(e){return An.get(e)}:il;function no(e){for(var t=e.name+"",n=Tn[t],r=Re.call(Tn,t)?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function ro(e){return(Re.call(In,"placeholder")?In:e).placeholder}function io(){var e=In.iteratee||el;return e=e===el?Or:e,arguments.length?e(arguments[0],arguments[1]):e}function oo(e,t){var n=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?n["string"==typeof t?"string":"hash"]:n.map}function ao(e){for(var t=As(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,wo(i)]}return t}function so(e,t){var r=function(e,t){return null==e?n:e[t]}(e,t);return Nr(r)?r:n}var lo=Dt?function(e){return null==e?[]:(e=Ce(e),Mt(Dt(e),(function(t){return Ve.call(e,t)})))}:dl,co=Dt?function(e){for(var t=[];e;)Et(t,lo(e)),e=Ue(e);return t}:dl,uo=xr;function fo(e,t,n){for(var r=-1,i=(t=gi(t,e)).length,o=!1;++r<i;){var a=Ro(t[r]);if(!(o=null!=e&&n(e,a)))break;e=e[a]}return o||++r!=i?o:!!(i=null==e?0:e.length)&&Xa(i)&&go(a,i)&&(Fa(e)||ja(e))}function ho(e){return"function"!=typeof e.constructor||_o(e)?{}:Bn(Ue(e))}function po(e){return Fa(e)||ja(e)||!!(Ze&&e&&e[Ze])}function go(e,t){var n=typeof e;return!!(t=null==t?c:t)&&("number"==n||"symbol"!=n&&ge.test(e))&&e>-1&&e%1==0&&e<t}function mo(e,t,n){if(!Za(n))return!1;var r=typeof t;return!!("number"==r?$a(n)&&go(t,n.length):"string"==r&&t in n)&&za(n[t],e)}function vo(e,t){if(Fa(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!is(e))||K.test(e)||!Z.test(e)||null!=t&&e in Ce(t)}function bo(e){var t=no(e),n=In[t];if("function"!=typeof n||!(t in Hn.prototype))return!1;if(e===n)return!0;var r=to(n);return!!r&&e===r[0]}(wn&&uo(new wn(new ArrayBuffer(1)))!=E||xn&&uo(new xn)!=_||kn&&uo(kn.resolve())!=k||Cn&&uo(new Cn)!=S||Sn&&uo(new Sn)!=T)&&(uo=function(e){var t=xr(e),r=t==x?e.constructor:n,i=r?Do(r):"";if(i)switch(i){case Ln:return E;case En:return _;case Nn:return k;case On:return S;case Rn:return T}return t});var yo=Ne?Ga:fl;function _o(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ee)}function wo(e){return e==e&&!Za(e)}function xo(e,t){return function(r){return null!=r&&r[e]===t&&(t!==n||e in Ce(r))}}function ko(e,t,r){return t=gn(t===n?e.length-1:t,0),function(){for(var n=arguments,i=-1,o=gn(n.length-t,0),a=ye(o);++i<o;)a[i]=n[t+i];i=-1;for(var s=ye(t+1);++i<t;)s[i]=n[i];return s[t]=r(a),wt(e,this,s)}}function Co(e,t){return t.length<2?e:_r(e,Qr(t,0,-1))}function So(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var Mo=Eo(Zr),Ao=dt||function(e,t){return ct.setTimeout(e,t)},To=Eo(Kr);function Lo(e,t,n){var r=t+"";return To(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(re,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return kt(f,(function(n){var r="_."+n[0];t&n[1]&&!At(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(ie);return t?t[1].split(oe):[]}(r),n)))}function Eo(e){var t=0,r=0;return function(){var i=vn(),o=16-(i-r);if(r=i,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(n,arguments)}}function No(e,t){var r=-1,i=e.length,o=i-1;for(t=t===n?i:t;++r<t;){var a=Ur(r,o),s=e[a];e[a]=e[r],e[r]=s}return e.length=t,e}var Oo=function(){var e=Ea((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(J,(function(e,n,r,i){t.push(r?i.replace(le,"$1"):n||e)})),t}),(function(e){return 500===t.size&&t.clear(),e})),t=e.cache;return e}();function Ro(e){if("string"==typeof e||is(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Do(e){if(null!=e){try{return Oe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Po(e){if(e instanceof Hn)return e.clone();var t=new Fn(e.__wrapped__,e.__chain__);return t.__actions__=Si(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var zo=Vr((function(e,t){return qa(e)?lr(e,pr(t,1,qa,!0)):[]})),Io=Vr((function(e,t){var r=Vo(t);return qa(r)&&(r=n),qa(e)?lr(e,pr(t,1,qa,!0),io(r,2)):[]})),Bo=Vr((function(e,t){var r=Vo(t);return qa(r)&&(r=n),qa(e)?lr(e,pr(t,1,qa,!0),n,r):[]}));function jo(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:us(n);return i<0&&(i=gn(r+i,0)),zt(e,io(t,3),i)}function Fo(e,t,r){var i=null==e?0:e.length;if(!i)return-1;var o=i-1;return r!==n&&(o=us(r),o=r<0?gn(i+o,0):mn(o,i-1)),zt(e,io(t,3),o,!0)}function Ho(e){return null!=e&&e.length?pr(e,1):[]}function $o(e){return e&&e.length?e[0]:n}var qo=Vr((function(e){var t=Lt(e,hi);return t.length&&t[0]===e[0]?Mr(t):[]})),Uo=Vr((function(e){var t=Vo(e),r=Lt(e,hi);return t===Vo(r)?t=n:r.pop(),r.length&&r[0]===e[0]?Mr(r,io(t,2)):[]})),Wo=Vr((function(e){var t=Vo(e),r=Lt(e,hi);return(t="function"==typeof t?t:n)&&r.pop(),r.length&&r[0]===e[0]?Mr(r,n,t):[]}));function Vo(e){var t=null==e?0:e.length;return t?e[t-1]:n}var Go=Vr(Yo);function Yo(e,t){return e&&e.length&&t&&t.length?$r(e,t):e}var Xo=Ji((function(e,t){var n=null==e?0:e.length,r=rr(e,t);return qr(e,Lt(t,(function(e){return go(e,n)?+e:e})).sort(xi)),r}));function Zo(e){return null==e?e:_n.call(e)}var Ko=Vr((function(e){return ai(pr(e,1,qa,!0))})),Jo=Vr((function(e){var t=Vo(e);return qa(t)&&(t=n),ai(pr(e,1,qa,!0),io(t,2))})),Qo=Vr((function(e){var t=Vo(e);return t="function"==typeof t?t:n,ai(pr(e,1,qa,!0),n,t)}));function ea(e){if(!e||!e.length)return[];var t=0;return e=Mt(e,(function(e){if(qa(e))return t=gn(e.length,t),!0})),Wt(t,(function(t){return Lt(e,Ht(t))}))}function ta(e,t){if(!e||!e.length)return[];var r=ea(e);return null==t?r:Lt(r,(function(e){return wt(t,n,e)}))}var na=Vr((function(e,t){return qa(e)?lr(e,t):[]})),ra=Vr((function(e){return di(Mt(e,qa))})),ia=Vr((function(e){var t=Vo(e);return qa(t)&&(t=n),di(Mt(e,qa),io(t,2))})),oa=Vr((function(e){var t=Vo(e);return t="function"==typeof t?t:n,di(Mt(e,qa),n,t)})),aa=Vr(ea),sa=Vr((function(e){var t=e.length,r=t>1?e[t-1]:n;return r="function"==typeof r?(e.pop(),r):n,ta(e,r)}));function la(e){var t=In(e);return t.__chain__=!0,t}function ca(e,t){return t(e)}var ua=Ji((function(e){var t=e.length,r=t?e[0]:0,i=this.__wrapped__,o=function(t){return rr(t,e)};return!(t>1||this.__actions__.length)&&i instanceof Hn&&go(r)?((i=i.slice(r,+r+(t?1:0))).__actions__.push({func:ca,args:[o],thisArg:n}),new Fn(i,this.__chain__).thru((function(e){return t&&!e.length&&e.push(n),e}))):this.thru(o)})),da=Ai((function(e,t,n){Re.call(e,n)?++e[n]:nr(e,n,1)})),fa=Di(jo),ha=Di(Fo);function pa(e,t){return(Fa(e)?kt:cr)(e,io(t,3))}function ga(e,t){return(Fa(e)?Ct:ur)(e,io(t,3))}var ma=Ai((function(e,t,n){Re.call(e,n)?e[n].push(t):nr(e,n,[t])})),va=Vr((function(e,t,n){var r=-1,i="function"==typeof t,o=$a(e)?ye(e.length):[];return cr(e,(function(e){o[++r]=i?wt(t,e,n):Ar(e,t,n)})),o})),ba=Ai((function(e,t,n){nr(e,n,t)}));function ya(e,t){return(Fa(e)?Lt:Pr)(e,io(t,3))}var _a=Ai((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]})),wa=Vr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&mo(e,t[0],t[1])?t=[]:n>2&&mo(t[0],t[1],t[2])&&(t=[t[0]]),Fr(e,pr(t,1),[])})),xa=ut||function(){return ct.Date.now()};function ka(e,t,r){return t=r?n:t,t=e&&null==t?e.length:t,Gi(e,s,n,n,n,n,t)}function Ca(e,t){var i;if("function"!=typeof t)throw new Ae(r);return e=us(e),function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=n),i}}var Sa=Vr((function(e,t,n){var r=1;if(n.length){var i=on(n,ro(Sa));r|=a}return Gi(e,r,t,n,i)})),Ma=Vr((function(e,t,n){var r=3;if(n.length){var i=on(n,ro(Ma));r|=a}return Gi(t,r,e,n,i)}));function Aa(e,t,i){var o,a,s,l,c,u,d=0,f=!1,h=!1,p=!0;if("function"!=typeof e)throw new Ae(r);function g(t){var r=o,i=a;return o=a=n,d=t,l=e.apply(i,r)}function m(e){var r=e-u;return u===n||r>=t||r<0||h&&e-d>=s}function v(){var e=xa();if(m(e))return b(e);c=Ao(v,function(e){var n=t-(e-u);return h?mn(n,s-(e-d)):n}(e))}function b(e){return c=n,p&&o?g(e):(o=a=n,l)}function y(){var e=xa(),r=m(e);if(o=arguments,a=this,u=e,r){if(c===n)return function(e){return d=e,c=Ao(v,t),f?g(e):l}(u);if(h)return bi(c),c=Ao(v,t),g(u)}return c===n&&(c=Ao(v,t)),l}return t=fs(t)||0,Za(i)&&(f=!!i.leading,s=(h="maxWait"in i)?gn(fs(i.maxWait)||0,t):s,p="trailing"in i?!!i.trailing:p),y.cancel=function(){c!==n&&bi(c),d=0,o=u=a=c=n},y.flush=function(){return c===n?l:b(xa())},y}var Ta=Vr((function(e,t){return sr(e,1,t)})),La=Vr((function(e,t,n){return sr(e,fs(t)||0,n)}));function Ea(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ae(r);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ea.Cache||Un),n}function Na(e){if("function"!=typeof e)throw new Ae(r);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ea.Cache=Un;var Oa=mi((function(e,t){var n=(t=1==t.length&&Fa(t[0])?Lt(t[0],Gt(io())):Lt(pr(t,1),Gt(io()))).length;return Vr((function(r){for(var i=-1,o=mn(r.length,n);++i<o;)r[i]=t[i].call(this,r[i]);return wt(e,this,r)}))})),Ra=Vr((function(e,t){var r=on(t,ro(Ra));return Gi(e,a,n,t,r)})),Da=Vr((function(e,t){var r=on(t,ro(Da));return Gi(e,64,n,t,r)})),Pa=Ji((function(e,t){return Gi(e,256,n,n,n,t)}));function za(e,t){return e===t||e!=e&&t!=t}var Ia=$i(kr),Ba=$i((function(e,t){return e>=t})),ja=Tr(function(){return arguments}())?Tr:function(e){return Ka(e)&&Re.call(e,"callee")&&!Ve.call(e,"callee")},Fa=ye.isArray,Ha=gt?Gt(gt):function(e){return Ka(e)&&xr(e)==L};function $a(e){return null!=e&&Xa(e.length)&&!Ga(e)}function qa(e){return Ka(e)&&$a(e)}var Ua=$t||fl,Wa=mt?Gt(mt):function(e){return Ka(e)&&xr(e)==m};function Va(e){if(!Ka(e))return!1;var t=xr(e);return t==v||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!es(e)}function Ga(e){if(!Za(e))return!1;var t=xr(e);return t==b||t==y||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ya(e){return"number"==typeof e&&e==us(e)}function Xa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=c}function Za(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Ka(e){return null!=e&&"object"==typeof e}var Ja=vt?Gt(vt):function(e){return Ka(e)&&uo(e)==_};function Qa(e){return"number"==typeof e||Ka(e)&&xr(e)==w}function es(e){if(!Ka(e)||xr(e)!=x)return!1;var t=Ue(e);if(null===t)return!0;var n=Re.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Oe.call(n)==Ie}var ts=bt?Gt(bt):function(e){return Ka(e)&&xr(e)==C},ns=yt?Gt(yt):function(e){return Ka(e)&&uo(e)==S};function rs(e){return"string"==typeof e||!Fa(e)&&Ka(e)&&xr(e)==M}function is(e){return"symbol"==typeof e||Ka(e)&&xr(e)==A}var os=_t?Gt(_t):function(e){return Ka(e)&&Xa(e.length)&&!!nt[xr(e)]},as=$i(Dr),ss=$i((function(e,t){return e<=t}));function ls(e){if(!e)return[];if($a(e))return rs(e)?ln(e):Si(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=uo(e);return(t==_?nn:t==S?an:zs)(e)}function cs(e){return e?(e=fs(e))===l||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function us(e){var t=cs(e),n=t%1;return t==t?n?t-n:t:0}function ds(e){return e?ir(us(e),0,d):0}function fs(e){if("number"==typeof e)return e;if(is(e))return u;if(Za(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Za(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Vt(e);var n=fe.test(e);return n||pe.test(e)?at(e.slice(2),n?2:8):de.test(e)?u:+e}function hs(e){return Mi(e,Ts(e))}function ps(e){return null==e?"":oi(e)}var gs=Ti((function(e,t){if(_o(t)||$a(t))Mi(t,As(t),e);else for(var n in t)Re.call(t,n)&&Jn(e,n,t[n])})),ms=Ti((function(e,t){Mi(t,Ts(t),e)})),vs=Ti((function(e,t,n,r){Mi(t,Ts(t),e,r)})),bs=Ti((function(e,t,n,r){Mi(t,As(t),e,r)})),ys=Ji(rr),_s=Vr((function(e,t){e=Ce(e);var r=-1,i=t.length,o=i>2?t[2]:n;for(o&&mo(t[0],t[1],o)&&(i=1);++r<i;)for(var a=t[r],s=Ts(a),l=-1,c=s.length;++l<c;){var u=s[l],d=e[u];(d===n||za(d,Ee[u])&&!Re.call(e,u))&&(e[u]=a[u])}return e})),ws=Vr((function(e){return e.push(n,Xi),wt(Es,n,e)}));function xs(e,t,r){var i=null==e?n:_r(e,t);return i===n?r:i}function ks(e,t){return null!=e&&fo(e,t,Sr)}var Cs=Ii((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=ze.call(t)),e[t]=n}),Zs(Qs)),Ss=Ii((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=ze.call(t)),Re.call(e,t)?e[t].push(n):e[t]=[n]}),io),Ms=Vr(Ar);function As(e){return $a(e)?Gn(e):Rr(e)}function Ts(e){return $a(e)?Gn(e,!0):function(e){if(!Za(e))return function(e){var t=[];if(null!=e)for(var n in Ce(e))t.push(n);return t}(e);var t=_o(e),n=[];for(var r in e)("constructor"!=r||!t&&Re.call(e,r))&&n.push(r);return n}(e)}var Ls=Ti((function(e,t,n){Br(e,t,n)})),Es=Ti((function(e,t,n,r){Br(e,t,n,r)})),Ns=Ji((function(e,t){var n={};if(null==e)return n;var r=!1;t=Lt(t,(function(t){return t=gi(t,e),r||(r=t.length>1),t})),Mi(e,eo(e),n),r&&(n=or(n,7,Zi));for(var i=t.length;i--;)si(n,t[i]);return n})),Os=Ji((function(e,t){return null==e?{}:function(e,t){return Hr(e,t,(function(t,n){return ks(e,n)}))}(e,t)}));function Rs(e,t){if(null==e)return{};var n=Lt(eo(e),(function(e){return[e]}));return t=io(t),Hr(e,n,(function(e,n){return t(e,n[0])}))}var Ds=Vi(As),Ps=Vi(Ts);function zs(e){return null==e?[]:Yt(e,As(e))}var Is=Oi((function(e,t,n){return t=t.toLowerCase(),e+(n?Bs(t):t)}));function Bs(e){return Vs(ps(e).toLowerCase())}function js(e){return(e=ps(e))&&e.replace(me,Jt).replace(Xe,"")}var Fs=Oi((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Hs=Oi((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),$s=Ni("toLowerCase"),qs=Oi((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()})),Us=Oi((function(e,t,n){return e+(n?" ":"")+Vs(t)})),Ws=Oi((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Vs=Ni("toUpperCase");function Gs(e,t,r){return e=ps(e),(t=r?n:t)===n?function(e){return Qe.test(e)}(e)?function(e){return e.match(Ke)||[]}(e):function(e){return e.match(ae)||[]}(e):e.match(t)||[]}var Ys=Vr((function(e,t){try{return wt(e,n,t)}catch(e){return Va(e)?e:new we(e)}})),Xs=Ji((function(e,t){return kt(t,(function(t){t=Ro(t),nr(e,t,Sa(e[t],e))})),e}));function Zs(e){return function(){return e}}var Ks=Pi(),Js=Pi(!0);function Qs(e){return e}function el(e){return Or("function"==typeof e?e:or(e,1))}var tl=Vr((function(e,t){return function(n){return Ar(n,e,t)}})),nl=Vr((function(e,t){return function(n){return Ar(e,n,t)}}));function rl(e,t,n){var r=As(t),i=yr(t,r);null!=n||Za(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=yr(t,As(t)));var o=!(Za(n)&&"chain"in n&&!n.chain),a=Ga(e);return kt(i,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__);return(n.__actions__=Si(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Et([this.value()],arguments))})})),e}function il(){}var ol=ji(Lt),al=ji(St),sl=ji(Rt);function ll(e){return vo(e)?Ht(Ro(e)):function(e){return function(t){return _r(t,e)}}(e)}var cl=Hi(),ul=Hi(!0);function dl(){return[]}function fl(){return!1}var hl,pl=Bi((function(e,t){return e+t}),0),gl=Ui("ceil"),ml=Bi((function(e,t){return e/t}),1),vl=Ui("floor"),bl=Bi((function(e,t){return e*t}),1),yl=Ui("round"),_l=Bi((function(e,t){return e-t}),0);return In.after=function(e,t){if("function"!=typeof t)throw new Ae(r);return e=us(e),function(){if(--e<1)return t.apply(this,arguments)}},In.ary=ka,In.assign=gs,In.assignIn=ms,In.assignInWith=vs,In.assignWith=bs,In.at=ys,In.before=Ca,In.bind=Sa,In.bindAll=Xs,In.bindKey=Ma,In.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Fa(e)?e:[e]},In.chain=la,In.chunk=function(e,t,r){t=(r?mo(e,t,r):t===n)?1:gn(us(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var o=0,a=0,s=ye(ht(i/t));o<i;)s[a++]=Qr(e,o,o+=t);return s},In.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var o=e[t];o&&(i[r++]=o)}return i},In.concat=function(){var e=arguments.length;if(!e)return[];for(var t=ye(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return Et(Fa(n)?Si(n):[n],pr(t,1))},In.cond=function(e){var t=null==e?0:e.length,n=io();return e=t?Lt(e,(function(e){if("function"!=typeof e[1])throw new Ae(r);return[n(e[0]),e[1]]})):[],Vr((function(n){for(var r=-1;++r<t;){var i=e[r];if(wt(i[0],this,n))return wt(i[1],this,n)}}))},In.conforms=function(e){return function(e){var t=As(e);return function(n){return ar(n,e,t)}}(or(e,1))},In.constant=Zs,In.countBy=da,In.create=function(e,t){var n=Bn(e);return null==t?n:tr(n,t)},In.curry=function e(t,r,i){var o=Gi(t,8,n,n,n,n,n,r=i?n:r);return o.placeholder=e.placeholder,o},In.curryRight=function e(t,r,i){var o=Gi(t,16,n,n,n,n,n,r=i?n:r);return o.placeholder=e.placeholder,o},In.debounce=Aa,In.defaults=_s,In.defaultsDeep=ws,In.defer=Ta,In.delay=La,In.difference=zo,In.differenceBy=Io,In.differenceWith=Bo,In.drop=function(e,t,r){var i=null==e?0:e.length;return i?Qr(e,(t=r||t===n?1:us(t))<0?0:t,i):[]},In.dropRight=function(e,t,r){var i=null==e?0:e.length;return i?Qr(e,0,(t=i-(t=r||t===n?1:us(t)))<0?0:t):[]},In.dropRightWhile=function(e,t){return e&&e.length?ci(e,io(t,3),!0,!0):[]},In.dropWhile=function(e,t){return e&&e.length?ci(e,io(t,3),!0):[]},In.fill=function(e,t,r,i){var o=null==e?0:e.length;return o?(r&&"number"!=typeof r&&mo(e,t,r)&&(r=0,i=o),function(e,t,r,i){var o=e.length;for((r=us(r))<0&&(r=-r>o?0:o+r),(i=i===n||i>o?o:us(i))<0&&(i+=o),i=r>i?0:ds(i);r<i;)e[r++]=t;return e}(e,t,r,i)):[]},In.filter=function(e,t){return(Fa(e)?Mt:hr)(e,io(t,3))},In.flatMap=function(e,t){return pr(ya(e,t),1)},In.flatMapDeep=function(e,t){return pr(ya(e,t),l)},In.flatMapDepth=function(e,t,r){return r=r===n?1:us(r),pr(ya(e,t),r)},In.flatten=Ho,In.flattenDeep=function(e){return null!=e&&e.length?pr(e,l):[]},In.flattenDepth=function(e,t){return null!=e&&e.length?pr(e,t=t===n?1:us(t)):[]},In.flip=function(e){return Gi(e,512)},In.flow=Ks,In.flowRight=Js,In.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r},In.functions=function(e){return null==e?[]:yr(e,As(e))},In.functionsIn=function(e){return null==e?[]:yr(e,Ts(e))},In.groupBy=ma,In.initial=function(e){return null!=e&&e.length?Qr(e,0,-1):[]},In.intersection=qo,In.intersectionBy=Uo,In.intersectionWith=Wo,In.invert=Cs,In.invertBy=Ss,In.invokeMap=va,In.iteratee=el,In.keyBy=ba,In.keys=As,In.keysIn=Ts,In.map=ya,In.mapKeys=function(e,t){var n={};return t=io(t,3),vr(e,(function(e,r,i){nr(n,t(e,r,i),e)})),n},In.mapValues=function(e,t){var n={};return t=io(t,3),vr(e,(function(e,r,i){nr(n,r,t(e,r,i))})),n},In.matches=function(e){return zr(or(e,1))},In.matchesProperty=function(e,t){return Ir(e,or(t,1))},In.memoize=Ea,In.merge=Ls,In.mergeWith=Es,In.method=tl,In.methodOf=nl,In.mixin=rl,In.negate=Na,In.nthArg=function(e){return e=us(e),Vr((function(t){return jr(t,e)}))},In.omit=Ns,In.omitBy=function(e,t){return Rs(e,Na(io(t)))},In.once=function(e){return Ca(2,e)},In.orderBy=function(e,t,r,i){return null==e?[]:(Fa(t)||(t=null==t?[]:[t]),Fa(r=i?n:r)||(r=null==r?[]:[r]),Fr(e,t,r))},In.over=ol,In.overArgs=Oa,In.overEvery=al,In.overSome=sl,In.partial=Ra,In.partialRight=Da,In.partition=_a,In.pick=Os,In.pickBy=Rs,In.property=ll,In.propertyOf=function(e){return function(t){return null==e?n:_r(e,t)}},In.pull=Go,In.pullAll=Yo,In.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?$r(e,t,io(n,2)):e},In.pullAllWith=function(e,t,r){return e&&e.length&&t&&t.length?$r(e,t,n,r):e},In.pullAt=Xo,In.range=cl,In.rangeRight=ul,In.rearg=Pa,In.reject=function(e,t){return(Fa(e)?Mt:hr)(e,Na(io(t,3)))},In.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],o=e.length;for(t=io(t,3);++r<o;){var a=e[r];t(a,r,e)&&(n.push(a),i.push(r))}return qr(e,i),n},In.rest=function(e,t){if("function"!=typeof e)throw new Ae(r);return Vr(e,t=t===n?t:us(t))},In.reverse=Zo,In.sampleSize=function(e,t,r){return t=(r?mo(e,t,r):t===n)?1:us(t),(Fa(e)?Xn:Yr)(e,t)},In.set=function(e,t,n){return null==e?e:Xr(e,t,n)},In.setWith=function(e,t,r,i){return i="function"==typeof i?i:n,null==e?e:Xr(e,t,r,i)},In.shuffle=function(e){return(Fa(e)?Zn:Jr)(e)},In.slice=function(e,t,r){var i=null==e?0:e.length;return i?(r&&"number"!=typeof r&&mo(e,t,r)?(t=0,r=i):(t=null==t?0:us(t),r=r===n?i:us(r)),Qr(e,t,r)):[]},In.sortBy=wa,In.sortedUniq=function(e){return e&&e.length?ri(e):[]},In.sortedUniqBy=function(e,t){return e&&e.length?ri(e,io(t,2)):[]},In.split=function(e,t,r){return r&&"number"!=typeof r&&mo(e,t,r)&&(t=r=n),(r=r===n?d:r>>>0)?(e=ps(e))&&("string"==typeof t||null!=t&&!ts(t))&&!(t=oi(t))&&tn(e)?vi(ln(e),0,r):e.split(t,r):[]},In.spread=function(e,t){if("function"!=typeof e)throw new Ae(r);return t=null==t?0:gn(us(t),0),Vr((function(n){var r=n[t],i=vi(n,0,t);return r&&Et(i,r),wt(e,this,i)}))},In.tail=function(e){var t=null==e?0:e.length;return t?Qr(e,1,t):[]},In.take=function(e,t,r){return e&&e.length?Qr(e,0,(t=r||t===n?1:us(t))<0?0:t):[]},In.takeRight=function(e,t,r){var i=null==e?0:e.length;return i?Qr(e,(t=i-(t=r||t===n?1:us(t)))<0?0:t,i):[]},In.takeRightWhile=function(e,t){return e&&e.length?ci(e,io(t,3),!1,!0):[]},In.takeWhile=function(e,t){return e&&e.length?ci(e,io(t,3)):[]},In.tap=function(e,t){return t(e),e},In.throttle=function(e,t,n){var i=!0,o=!0;if("function"!=typeof e)throw new Ae(r);return Za(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),Aa(e,t,{leading:i,maxWait:t,trailing:o})},In.thru=ca,In.toArray=ls,In.toPairs=Ds,In.toPairsIn=Ps,In.toPath=function(e){return Fa(e)?Lt(e,Ro):is(e)?[e]:Si(Oo(ps(e)))},In.toPlainObject=hs,In.transform=function(e,t,n){var r=Fa(e),i=r||Ua(e)||os(e);if(t=io(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:Za(e)&&Ga(o)?Bn(Ue(e)):{}}return(i?kt:vr)(e,(function(e,r,i){return t(n,e,r,i)})),n},In.unary=function(e){return ka(e,1)},In.union=Ko,In.unionBy=Jo,In.unionWith=Qo,In.uniq=function(e){return e&&e.length?ai(e):[]},In.uniqBy=function(e,t){return e&&e.length?ai(e,io(t,2)):[]},In.uniqWith=function(e,t){return t="function"==typeof t?t:n,e&&e.length?ai(e,n,t):[]},In.unset=function(e,t){return null==e||si(e,t)},In.unzip=ea,In.unzipWith=ta,In.update=function(e,t,n){return null==e?e:li(e,t,pi(n))},In.updateWith=function(e,t,r,i){return i="function"==typeof i?i:n,null==e?e:li(e,t,pi(r),i)},In.values=zs,In.valuesIn=function(e){return null==e?[]:Yt(e,Ts(e))},In.without=na,In.words=Gs,In.wrap=function(e,t){return Ra(pi(t),e)},In.xor=ra,In.xorBy=ia,In.xorWith=oa,In.zip=aa,In.zipObject=function(e,t){return fi(e||[],t||[],Jn)},In.zipObjectDeep=function(e,t){return fi(e||[],t||[],Xr)},In.zipWith=sa,In.entries=Ds,In.entriesIn=Ps,In.extend=ms,In.extendWith=vs,rl(In,In),In.add=pl,In.attempt=Ys,In.camelCase=Is,In.capitalize=Bs,In.ceil=gl,In.clamp=function(e,t,r){return r===n&&(r=t,t=n),r!==n&&(r=(r=fs(r))==r?r:0),t!==n&&(t=(t=fs(t))==t?t:0),ir(fs(e),t,r)},In.clone=function(e){return or(e,4)},In.cloneDeep=function(e){return or(e,5)},In.cloneDeepWith=function(e,t){return or(e,5,t="function"==typeof t?t:n)},In.cloneWith=function(e,t){return or(e,4,t="function"==typeof t?t:n)},In.conformsTo=function(e,t){return null==t||ar(e,t,As(t))},In.deburr=js,In.defaultTo=function(e,t){return null==e||e!=e?t:e},In.divide=ml,In.endsWith=function(e,t,r){e=ps(e),t=oi(t);var i=e.length,o=r=r===n?i:ir(us(r),0,i);return(r-=t.length)>=0&&e.slice(r,o)==t},In.eq=za,In.escape=function(e){return(e=ps(e))&&V.test(e)?e.replace(U,Qt):e},In.escapeRegExp=function(e){return(e=ps(e))&&ee.test(e)?e.replace(Q,"\\$&"):e},In.every=function(e,t,r){var i=Fa(e)?St:dr;return r&&mo(e,t,r)&&(t=n),i(e,io(t,3))},In.find=fa,In.findIndex=jo,In.findKey=function(e,t){return Pt(e,io(t,3),vr)},In.findLast=ha,In.findLastIndex=Fo,In.findLastKey=function(e,t){return Pt(e,io(t,3),br)},In.floor=vl,In.forEach=pa,In.forEachRight=ga,In.forIn=function(e,t){return null==e?e:gr(e,io(t,3),Ts)},In.forInRight=function(e,t){return null==e?e:mr(e,io(t,3),Ts)},In.forOwn=function(e,t){return e&&vr(e,io(t,3))},In.forOwnRight=function(e,t){return e&&br(e,io(t,3))},In.get=xs,In.gt=Ia,In.gte=Ba,In.has=function(e,t){return null!=e&&fo(e,t,Cr)},In.hasIn=ks,In.head=$o,In.identity=Qs,In.includes=function(e,t,n,r){e=$a(e)?e:zs(e),n=n&&!r?us(n):0;var i=e.length;return n<0&&(n=gn(i+n,0)),rs(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&It(e,t,n)>-1},In.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:us(n);return i<0&&(i=gn(r+i,0)),It(e,t,i)},In.inRange=function(e,t,r){return t=cs(t),r===n?(r=t,t=0):r=cs(r),function(e,t,n){return e>=mn(t,n)&&e<gn(t,n)}(e=fs(e),t,r)},In.invoke=Ms,In.isArguments=ja,In.isArray=Fa,In.isArrayBuffer=Ha,In.isArrayLike=$a,In.isArrayLikeObject=qa,In.isBoolean=function(e){return!0===e||!1===e||Ka(e)&&xr(e)==g},In.isBuffer=Ua,In.isDate=Wa,In.isElement=function(e){return Ka(e)&&1===e.nodeType&&!es(e)},In.isEmpty=function(e){if(null==e)return!0;if($a(e)&&(Fa(e)||"string"==typeof e||"function"==typeof e.splice||Ua(e)||os(e)||ja(e)))return!e.length;var t=uo(e);if(t==_||t==S)return!e.size;if(_o(e))return!Rr(e).length;for(var n in e)if(Re.call(e,n))return!1;return!0},In.isEqual=function(e,t){return Lr(e,t)},In.isEqualWith=function(e,t,r){var i=(r="function"==typeof r?r:n)?r(e,t):n;return i===n?Lr(e,t,n,r):!!i},In.isError=Va,In.isFinite=function(e){return"number"==typeof e&&fn(e)},In.isFunction=Ga,In.isInteger=Ya,In.isLength=Xa,In.isMap=Ja,In.isMatch=function(e,t){return e===t||Er(e,t,ao(t))},In.isMatchWith=function(e,t,r){return r="function"==typeof r?r:n,Er(e,t,ao(t),r)},In.isNaN=function(e){return Qa(e)&&e!=+e},In.isNative=function(e){if(yo(e))throw new we("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Nr(e)},In.isNil=function(e){return null==e},In.isNull=function(e){return null===e},In.isNumber=Qa,In.isObject=Za,In.isObjectLike=Ka,In.isPlainObject=es,In.isRegExp=ts,In.isSafeInteger=function(e){return Ya(e)&&e>=-9007199254740991&&e<=c},In.isSet=ns,In.isString=rs,In.isSymbol=is,In.isTypedArray=os,In.isUndefined=function(e){return e===n},In.isWeakMap=function(e){return Ka(e)&&uo(e)==T},In.isWeakSet=function(e){return Ka(e)&&"[object WeakSet]"==xr(e)},In.join=function(e,t){return null==e?"":hn.call(e,t)},In.kebabCase=Fs,In.last=Vo,In.lastIndexOf=function(e,t,r){var i=null==e?0:e.length;if(!i)return-1;var o=i;return r!==n&&(o=(o=us(r))<0?gn(i+o,0):mn(o,i-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):zt(e,jt,o,!0)},In.lowerCase=Hs,In.lowerFirst=$s,In.lt=as,In.lte=ss,In.max=function(e){return e&&e.length?fr(e,Qs,kr):n},In.maxBy=function(e,t){return e&&e.length?fr(e,io(t,2),kr):n},In.mean=function(e){return Ft(e,Qs)},In.meanBy=function(e,t){return Ft(e,io(t,2))},In.min=function(e){return e&&e.length?fr(e,Qs,Dr):n},In.minBy=function(e,t){return e&&e.length?fr(e,io(t,2),Dr):n},In.stubArray=dl,In.stubFalse=fl,In.stubObject=function(){return{}},In.stubString=function(){return""},In.stubTrue=function(){return!0},In.multiply=bl,In.nth=function(e,t){return e&&e.length?jr(e,us(t)):n},In.noConflict=function(){return ct._===this&&(ct._=Be),this},In.noop=il,In.now=xa,In.pad=function(e,t,n){e=ps(e);var r=(t=us(t))?sn(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Fi(pt(i),n)+e+Fi(ht(i),n)},In.padEnd=function(e,t,n){e=ps(e);var r=(t=us(t))?sn(e):0;return t&&r<t?e+Fi(t-r,n):e},In.padStart=function(e,t,n){e=ps(e);var r=(t=us(t))?sn(e):0;return t&&r<t?Fi(t-r,n)+e:e},In.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),bn(ps(e).replace(te,""),t||0)},In.random=function(e,t,r){if(r&&"boolean"!=typeof r&&mo(e,t,r)&&(t=r=n),r===n&&("boolean"==typeof t?(r=t,t=n):"boolean"==typeof e&&(r=e,e=n)),e===n&&t===n?(e=0,t=1):(e=cs(e),t===n?(t=e,e=0):t=cs(t)),e>t){var i=e;e=t,t=i}if(r||e%1||t%1){var o=yn();return mn(e+o*(t-e+ot("1e-"+((o+"").length-1))),t)}return Ur(e,t)},In.reduce=function(e,t,n){var r=Fa(e)?Nt:qt,i=arguments.length<3;return r(e,io(t,4),n,i,cr)},In.reduceRight=function(e,t,n){var r=Fa(e)?Ot:qt,i=arguments.length<3;return r(e,io(t,4),n,i,ur)},In.repeat=function(e,t,r){return t=(r?mo(e,t,r):t===n)?1:us(t),Wr(ps(e),t)},In.replace=function(){var e=arguments,t=ps(e[0]);return e.length<3?t:t.replace(e[1],e[2])},In.result=function(e,t,r){var i=-1,o=(t=gi(t,e)).length;for(o||(o=1,e=n);++i<o;){var a=null==e?n:e[Ro(t[i])];a===n&&(i=o,a=r),e=Ga(a)?a.call(e):a}return e},In.round=yl,In.runInContext=e,In.sample=function(e){return(Fa(e)?Yn:Gr)(e)},In.size=function(e){if(null==e)return 0;if($a(e))return rs(e)?sn(e):e.length;var t=uo(e);return t==_||t==S?e.size:Rr(e).length},In.snakeCase=qs,In.some=function(e,t,r){var i=Fa(e)?Rt:ei;return r&&mo(e,t,r)&&(t=n),i(e,io(t,3))},In.sortedIndex=function(e,t){return ti(e,t)},In.sortedIndexBy=function(e,t,n){return ni(e,t,io(n,2))},In.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=ti(e,t);if(r<n&&za(e[r],t))return r}return-1},In.sortedLastIndex=function(e,t){return ti(e,t,!0)},In.sortedLastIndexBy=function(e,t,n){return ni(e,t,io(n,2),!0)},In.sortedLastIndexOf=function(e,t){if(null!=e&&e.length){var n=ti(e,t,!0)-1;if(za(e[n],t))return n}return-1},In.startCase=Us,In.startsWith=function(e,t,n){return e=ps(e),n=null==n?0:ir(us(n),0,e.length),t=oi(t),e.slice(n,n+t.length)==t},In.subtract=_l,In.sum=function(e){return e&&e.length?Ut(e,Qs):0},In.sumBy=function(e,t){return e&&e.length?Ut(e,io(t,2)):0},In.template=function(e,t,r){var i=In.templateSettings;r&&mo(e,t,r)&&(t=n),e=ps(e),t=vs({},t,i,Yi);var o,a,s=vs({},t.imports,i.imports,Yi),l=As(s),c=Yt(s,l),u=0,d=t.interpolate||ve,f="__p += '",h=Se((t.escape||ve).source+"|"+d.source+"|"+(d===X?ce:ve).source+"|"+(t.evaluate||ve).source+"|$","g"),p="//# sourceURL="+(Re.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++tt+"]")+"\n";e.replace(h,(function(t,n,r,i,s,l){return r||(r=i),f+=e.slice(u,l).replace(be,en),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),s&&(a=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),u=l+t.length,t})),f+="';\n";var g=Re.call(t,"variable")&&t.variable;if(g){if(se.test(g))throw new we("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(a?f.replace(F,""):f).replace(H,"$1").replace($,"$1;"),f="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var m=Ys((function(){return xe(l,p+"return "+f).apply(n,c)}));if(m.source=f,Va(m))throw m;return m},In.times=function(e,t){if((e=us(e))<1||e>c)return[];var n=d,r=mn(e,d);t=io(t),e-=d;for(var i=Wt(r,t);++n<e;)t(n);return i},In.toFinite=cs,In.toInteger=us,In.toLength=ds,In.toLower=function(e){return ps(e).toLowerCase()},In.toNumber=fs,In.toSafeInteger=function(e){return e?ir(us(e),-9007199254740991,c):0===e?e:0},In.toString=ps,In.toUpper=function(e){return ps(e).toUpperCase()},In.trim=function(e,t,r){if((e=ps(e))&&(r||t===n))return Vt(e);if(!e||!(t=oi(t)))return e;var i=ln(e),o=ln(t);return vi(i,Zt(i,o),Kt(i,o)+1).join("")},In.trimEnd=function(e,t,r){if((e=ps(e))&&(r||t===n))return e.slice(0,cn(e)+1);if(!e||!(t=oi(t)))return e;var i=ln(e);return vi(i,0,Kt(i,ln(t))+1).join("")},In.trimStart=function(e,t,r){if((e=ps(e))&&(r||t===n))return e.replace(te,"");if(!e||!(t=oi(t)))return e;var i=ln(e);return vi(i,Zt(i,ln(t))).join("")},In.truncate=function(e,t){var r=30,i="...";if(Za(t)){var o="separator"in t?t.separator:o;r="length"in t?us(t.length):r,i="omission"in t?oi(t.omission):i}var a=(e=ps(e)).length;if(tn(e)){var s=ln(e);a=s.length}if(r>=a)return e;var l=r-sn(i);if(l<1)return i;var c=s?vi(s,0,l).join(""):e.slice(0,l);if(o===n)return c+i;if(s&&(l+=c.length-l),ts(o)){if(e.slice(l).search(o)){var u,d=c;for(o.global||(o=Se(o.source,ps(ue.exec(o))+"g")),o.lastIndex=0;u=o.exec(d);)var f=u.index;c=c.slice(0,f===n?l:f)}}else if(e.indexOf(oi(o),l)!=l){var h=c.lastIndexOf(o);h>-1&&(c=c.slice(0,h))}return c+i},In.unescape=function(e){return(e=ps(e))&&W.test(e)?e.replace(q,un):e},In.uniqueId=function(e){var t=++De;return ps(e)+t},In.upperCase=Ws,In.upperFirst=Vs,In.each=pa,In.eachRight=ga,In.first=$o,rl(In,(hl={},vr(In,(function(e,t){Re.call(In.prototype,t)||(hl[t]=e)})),hl),{chain:!1}),In.VERSION="4.17.21",kt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){In[e].placeholder=In})),kt(["drop","take"],(function(e,t){Hn.prototype[e]=function(r){r=r===n?1:gn(us(r),0);var i=this.__filtered__&&!t?new Hn(this):this.clone();return i.__filtered__?i.__takeCount__=mn(r,i.__takeCount__):i.__views__.push({size:mn(r,d),type:e+(i.__dir__<0?"Right":"")}),i},Hn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),kt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Hn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:io(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),kt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Hn.prototype[e]=function(){return this[n](1).value()[0]}})),kt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Hn.prototype[e]=function(){return this.__filtered__?new Hn(this):this[n](1)}})),Hn.prototype.compact=function(){return this.filter(Qs)},Hn.prototype.find=function(e){return this.filter(e).head()},Hn.prototype.findLast=function(e){return this.reverse().find(e)},Hn.prototype.invokeMap=Vr((function(e,t){return"function"==typeof e?new Hn(this):this.map((function(n){return Ar(n,e,t)}))})),Hn.prototype.reject=function(e){return this.filter(Na(io(e)))},Hn.prototype.slice=function(e,t){e=us(e);var r=this;return r.__filtered__&&(e>0||t<0)?new Hn(r):(e<0?r=r.takeRight(-e):e&&(r=r.drop(e)),t!==n&&(r=(t=us(t))<0?r.dropRight(-t):r.take(t-e)),r)},Hn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Hn.prototype.toArray=function(){return this.take(d)},vr(Hn.prototype,(function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),i=/^(?:head|last)$/.test(t),o=In[i?"take"+("last"==t?"Right":""):t],a=i||/^find/.test(t);o&&(In.prototype[t]=function(){var t=this.__wrapped__,s=i?[1]:arguments,l=t instanceof Hn,c=s[0],u=l||Fa(t),d=function(e){var t=o.apply(In,Et([e],s));return i&&f?t[0]:t};u&&r&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,h=!!this.__actions__.length,p=a&&!f,g=l&&!h;if(!a&&u){t=g?t:new Hn(this);var m=e.apply(t,s);return m.__actions__.push({func:ca,args:[d],thisArg:n}),new Fn(m,f)}return p&&g?e.apply(this,s):(m=this.thru(d),p?i?m.value()[0]:m.value():m)})})),kt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Te[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);In.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Fa(i)?i:[],e)}return this[n]((function(n){return t.apply(Fa(n)?n:[],e)}))}})),vr(Hn.prototype,(function(e,t){var n=In[t];if(n){var r=n.name+"";Re.call(Tn,r)||(Tn[r]=[]),Tn[r].push({name:t,func:n})}})),Tn[zi(n,2).name]=[{name:"wrapper",func:n}],Hn.prototype.clone=function(){var e=new Hn(this.__wrapped__);return e.__actions__=Si(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Si(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Si(this.__views__),e},Hn.prototype.reverse=function(){if(this.__filtered__){var e=new Hn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Hn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Fa(e),r=t<0,i=n?e.length:0,o=function(e,t,n){for(var r=-1,i=n.length;++r<i;){var o=n[r],a=o.size;switch(o.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=mn(t,e+a);break;case"takeRight":e=gn(e,t-a)}}return{start:e,end:t}}(0,i,this.__views__),a=o.start,s=o.end,l=s-a,c=r?s:a-1,u=this.__iteratees__,d=u.length,f=0,h=mn(l,this.__takeCount__);if(!n||!r&&i==l&&h==l)return ui(e,this.__actions__);var p=[];e:for(;l--&&f<h;){for(var g=-1,m=e[c+=t];++g<d;){var v=u[g],b=v.iteratee,y=v.type,_=b(m);if(2==y)m=_;else if(!_){if(1==y)continue e;break e}}p[f++]=m}return p},In.prototype.at=ua,In.prototype.chain=function(){return la(this)},In.prototype.commit=function(){return new Fn(this.value(),this.__chain__)},In.prototype.next=function(){this.__values__===n&&(this.__values__=ls(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?n:this.__values__[this.__index__++]}},In.prototype.plant=function(e){for(var t,r=this;r instanceof jn;){var i=Po(r);i.__index__=0,i.__values__=n,t?o.__wrapped__=i:t=i;var o=i;r=r.__wrapped__}return o.__wrapped__=e,t},In.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Hn){var t=e;return this.__actions__.length&&(t=new Hn(this)),(t=t.reverse()).__actions__.push({func:ca,args:[Zo],thisArg:n}),new Fn(t,this.__chain__)}return this.thru(Zo)},In.prototype.toJSON=In.prototype.valueOf=In.prototype.value=function(){return ui(this.__wrapped__,this.__actions__)},In.prototype.first=In.prototype.head,Je&&(In.prototype[Je]=function(){return this}),In}();dt?((dt.exports=dn)._=dn,ut._=dn):ct._=dn}).call(gV)}(pV,pV.exports)),pV.exports);const vV={s:"s",m:"m",xs:"xs"},bV=e=>{const{children:t,description:n,title:r,icon:i,iconColor:o,fullHeight:a=!0,size:s="m",className:l,iconClassName:c,border:u=!1}=e;return Ps("div",{"data-size":s,"data-full-height":a||void 0,"data-border":u||void 0,className:_o("styles_container__9IMGc",l),children:[!!i&&Ps(Is,{id:i,className:_o("styles_emptyIcon__QSADI",c),"data-size":vV[s],"data-color":o}),Ps("div",{className:"styles_textContainer__AznFB",children:[r&&Ps(js,{tag:"b",size:"s"===s?"m":"l",bold:!0,className:"styles_title__wOjPO",children:r}),!!n&&Ps(js,{tag:"p",size:"m",className:"styles_description__Idyva",children:n})]}),t]})};function yV(){return yV=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yV.apply(null,arguments)}function _V(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var wV,xV=function(e){var t=e.bars,n=e.annotations,r=xW({data:t,annotations:n,getPosition:function(e){return{x:e.x+e.width/2,y:e.y+e.height/2}},getDimensions:function(e){var t=e.height,n=e.width;return{width:n,height:t,size:Math.max(n,t)}}});return Ps(Ir,{children:r.map((function(e,t){return Ps(LW,yV({},e),t)}))})},kV=function(e){var t=e.width,n=e.height,r=e.legends,i=e.toggleSerie;return Ps(Ir,{children:r.map((function(e,r){var o,a=e[0],s=e[1];return Ps(MF,yV({},a,{containerWidth:t,containerHeight:n,data:null!=(o=a.data)?o:s,toggleSerie:a.toggleSerie&&"keys"===a.dataFrom?i:void 0}),r)}))})},CV=["data"],SV=["color","label"],MV={indexBy:"id",keys:["value"],groupMode:"stacked",layout:"vertical",valueScale:{type:"linear",nice:!0,round:!1},indexScale:{type:"band",round:!1},padding:.1,innerPadding:0,enableGridX:!1,enableGridY:!0,enableLabel:!0,label:"formattedValue",labelPosition:"middle",labelOffset:0,labelSkipWidth:0,labelSkipHeight:0,labelTextColor:{theme:"labels.text.fill"},colorBy:"id",colors:{scheme:"nivo"},borderRadius:0,borderWidth:0,borderColor:{from:"color"},isInteractive:!0,tooltip:function(e){var t=e.color,n=e.label,r=_V(e,SV);return Ps(cE,{id:n,value:r.formattedValue,enableChip:!0,color:t})},tooltipLabel:function(e){return e.id+" - "+e.indexValue},legends:[],initialHiddenIds:[],annotations:[],enableTotals:!1,totalsOffset:10},AV=yV({},MV,{layers:["grid","axes","bars","totals","markers","legends","annotations"],axisTop:null,axisRight:null,axisBottom:{},axisLeft:{},barComponent:function(e){var t,n=e.bar,r=n.data,i=_V(n,CV),o=e.style,a=o.borderColor,s=o.color,l=o.height,c=o.labelColor,u=o.labelOpacity,d=o.labelX,f=o.labelY,h=o.transform,p=o.width,g=o.textAnchor,m=e.borderRadius,v=e.borderWidth,b=e.label,y=e.shouldRenderLabel,_=e.isInteractive,w=e.onClick,x=e.onMouseEnter,k=e.onMouseLeave,C=e.tooltip,S=e.isFocusable,M=e.ariaLabel,A=e.ariaLabelledBy,T=e.ariaDescribedBy,L=e.ariaDisabled,E=e.ariaHidden,N=nE(),O=yE(),R=O.showTooltipFromEvent,D=O.showTooltipAt,P=O.hideTooltip,z=Ai((function(){return function(){return Pr(C,yV({},i,r))}}),[C,i,r]),I=Ti((function(e){null==w||w(yV({color:i.color},r),e)}),[i,r,w]),B=Ti((function(e){return R(z(),e)}),[R,z]),j=Ti((function(e){null==x||x(r,e),R(z(),e)}),[r,x,R,z]),F=Ti((function(e){null==k||k(r,e),P()}),[r,P,k]),H=Ti((function(){D(z(),[i.absX+i.width/2,i.absY])}),[D,z,i]),$=Ti((function(){P()}),[P]);return Ps(wM.g,{transform:h,children:[Ps(wM.rect,{width:vC(p,(function(e){return Math.max(e,0)})),height:vC(l,(function(e){return Math.max(e,0)})),rx:m,ry:m,fill:null!=(t=r.fill)?t:s,strokeWidth:v,stroke:a,focusable:S,tabIndex:S?0:void 0,"aria-label":M?M(r):void 0,"aria-labelledby":A?A(r):void 0,"aria-describedby":T?T(r):void 0,"aria-disabled":L?L(r):void 0,"aria-hidden":E?E(r):void 0,onMouseEnter:_?j:void 0,onMouseMove:_?B:void 0,onMouseLeave:_?F:void 0,onClick:_?I:void 0,onFocus:_&&S?H:void 0,onBlur:_&&S?$:void 0,"data-testid":"bar.item."+r.id+"."+r.index}),y&&Ps(NI,{x:d,y:f,textAnchor:g,dominantBaseline:"central",fillOpacity:u,style:yV({},N.labels.text,{pointerEvents:"none",fill:c}),children:b})]})},defs:[],fill:[],markers:[],animate:!0,animateOnMount:!1,motionConfig:"default",role:"img",isFocusable:!1}),TV=yV({},MV,{layers:["grid","axes","bars","totals","legends","annotations"],axisTop:null,axisRight:null,axisBottom:{},axisLeft:{},renderBar:function(e,t){var n=t.bar,r=n.color,i=n.height,o=n.width,a=n.x,s=n.y,l=t.borderColor,c=t.borderRadius,u=t.borderWidth,d=t.label,f=t.shouldRenderLabel,h=t.labelStyle,p=t.labelX,g=t.labelY,m=t.textAnchor;e.fillStyle=r,u>0&&(e.strokeStyle=l,e.lineWidth=u),e.beginPath(),function(e,t,n,r,i,o){o>0?(e.moveTo(t+o,n),e.lineTo(t+r-o,n),e.quadraticCurveTo(t+r,n,t+r,n+o),e.lineTo(t+r,n+i-o),e.quadraticCurveTo(t+r,n+i,t+r-o,n+i),e.lineTo(t+o,n+i),e.quadraticCurveTo(t,n+i,t,n+i-o),e.lineTo(t,n+o),e.quadraticCurveTo(t,n,t+o,n),e.closePath()):e.rect(t,n,r,i)}(e,a,s,o,i,Math.min(c,i)),e.fill(),u>0&&e.stroke(),f&&(e.textBaseline="middle",e.textAlign="middle"===m?"center":m,bI(e,h,d,a+p,s+g))},pixelRatio:"undefined"!=typeof window&&null!=(wV=window.devicePixelRatio)?wV:1}),LV=function(e,t,n,r,i,o){return _j(r,{all:e.map(t),min:0,max:0},i,o).padding(n)},EV=function(e,t){return e.map((function(e){return yV({},t.reduce((function(e,t){return e[t]=null,e}),{}),e)}))},NV=function(e){return Object.keys(e).reduce((function(t,n){return e[n]&&(t[n]=e[n]),t}),{})},OV=function(e){return[e,Number(e)]};function RV(e,t,n,r){return void 0===e&&(e=MV.layout),void 0===n&&(n=MV.labelPosition),void 0===r&&(r=MV.labelOffset),function(i,o){var a=r*(t?-1:1);if("horizontal"===e){var s=i/2;return"start"===n?s=t?i:0:"end"===n&&(s=t?0:i),{labelX:s+a,labelY:o/2,textAnchor:"middle"===n?"middle":t?"end":"start"}}var l=o/2;return"start"===n?l=t?0:o:"end"===n&&(l=t?o:0),{labelX:i/2,labelY:l-a,textAnchor:"middle"}}}var DV=["layout","width","height","padding","innerPadding","valueScale","indexScale","hiddenIds"],PV=function(e,t){return e>t},zV=function(e,t){return e<t},IV=function(e,t){return Array.from(" ".repeat(t-e),(function(t,n){return e+n}))},BV=function(e){return PV(e,0)?0:e},jV=function(e,t,n,r){var i=e.data,o=e.formatValue,a=e.getColor,s=e.getIndex,l=e.getTooltipLabel,c=e.innerPadding,u=void 0===c?0:c,d=e.keys,f=e.xScale,h=e.yScale,p=e.margin,g=n?zV:PV,m=i.map(NV),v=[];return d.forEach((function(e,n){return IV(0,f.domain().length).forEach((function(c){var d,b,y,_=OV(i[c][e]),w=_[0],x=_[1],k=s(i[c]),C=(null!=(d=f(k))?d:0)+t*n+u*n,S=g(b=x,0)?null!=(y=h(b))?y:0:r,M=function(e,t){var n;return g(e,0)?r-t:(null!=(n=h(e))?n:0)-r}(x,S),A={id:e,value:null===w?w:x,formattedValue:o(x),hidden:!1,index:c,indexValue:k,data:m[c]};v.push({key:e+"."+A.indexValue,index:v.length,data:A,x:C,y:S,absX:p.left+C,absY:p.top+S,width:t,height:M,color:a(A),label:l(A)})}))})),v},FV=function(e,t,n,r){var i=e.data,o=e.formatValue,a=e.getIndex,s=e.getColor,l=e.getTooltipLabel,c=e.keys,u=e.innerPadding,d=void 0===u?0:u,f=e.xScale,h=e.yScale,p=e.margin,g=n?zV:PV,m=i.map(NV),v=[];return c.forEach((function(e,n){return IV(0,h.domain().length).forEach((function(c){var u,b,y,_=OV(i[c][e]),w=_[0],x=_[1],k=a(i[c]),C=g(b=x,0)?r:null!=(y=f(b))?y:0,S=(null!=(u=h(k))?u:0)+t*n+d*n,M=function(e,t){var n;return g(e,0)?(null!=(n=f(e))?n:0)-r:r-t}(x,C),A={id:e,value:null===w?w:x,formattedValue:o(x),hidden:!1,index:c,indexValue:k,data:m[c]};v.push({key:e+"."+A.indexValue,index:v.length,data:A,x:C,y:S,absX:p.left+C,absY:p.top+S,width:M,height:t,color:s(A),label:l(A)})}))})),v},HV=function(e){var t,n,r,i=e.layout,o=e.width,a=e.height,s=e.padding,l=void 0===s?0:s,c=e.innerPadding,u=void 0===c?0:c,d=e.valueScale,f=e.indexScale,h=e.hiddenIds,p=void 0===h?[]:h,g=_V(e,DV),m=g.keys.filter((function(e){return!p.includes(e)})),v=EV(g.data,m),b="vertical"===i?["y","x",o]:["x","y",a],y=b[0],_=b[1],w=b[2],x=LV(v,g.getIndex,l,f,w,_),k="auto"===d.min?BV:function(e){return e},C=v.reduce((function(e,t){return[].concat(e,m.map((function(e){return t[e]})))}),[]).filter(Boolean),S=_j(d,{all:C,min:k(Math.min.apply(Math,C)),max:(r=Math.max.apply(Math,C),isFinite(r)?r:0)},"x"===y?o:a,y),M="vertical"===i?[x,S]:[S,x],A=M[0],T=M[1],L=(x.bandwidth()-u*(m.length-1))/m.length,E=[yV({},g,{data:v,keys:m,innerPadding:u,xScale:A,yScale:T}),L,null!=(t=d.reverse)&&t,null!=(n=S(0))?n:0];return{xScale:A,yScale:T,bars:L>0?"vertical"===i?jV.apply(void 0,E):FV.apply(void 0,E):[]}},$V=["data","layout","width","height","padding","valueScale","indexScale","hiddenIds"],qV=function(e){var t;return e.some(Array.isArray)?qV((t=[]).concat.apply(t,e)):e},UV=function(e,t,n){var r=e.formatValue,i=e.getColor,o=e.getIndex,a=e.getTooltipLabel,s=e.innerPadding,l=e.stackedData,c=e.xScale,u=e.yScale,d=e.margin,f=[];return l.forEach((function(e){return c.domain().forEach((function(l,h){var p,g,m=e[h],v=null!=(p=c(o(m.data)))?p:0,b=(null!=(g=function(e){return u(e[n?0:1])}(m))?g:0)+.5*s,y=function(e,t){var r;return(null!=(r=u(e[n?1:0]))?r:0)-t}(m,b)-s,_=OV(m.data[e.key]),w=_[0],x=_[1],k={id:e.key,value:null===w?w:x,formattedValue:r(x),hidden:!1,index:h,indexValue:l,data:NV(m.data)};f.push({key:e.key+"."+l,index:f.length,data:k,x:v,y:b,absX:d.left+v,absY:d.top+b,width:t,height:y,color:i(k),label:a(k)})}))})),f},WV=function(e,t,n){var r=e.formatValue,i=e.getColor,o=e.getIndex,a=e.getTooltipLabel,s=e.innerPadding,l=e.stackedData,c=e.xScale,u=e.yScale,d=e.margin,f=[];return l.forEach((function(e){return u.domain().forEach((function(l,h){var p,g,m=e[h],v=null!=(p=u(o(m.data)))?p:0,b=(null!=(g=function(e){return c(e[n?1:0])}(m))?g:0)+.5*s,y=function(e,t){var r;return(null!=(r=c(e[n?0:1]))?r:0)-t}(m,b)-s,_=OV(m.data[e.key]),w=_[0],x=_[1],k={id:e.key,value:null===w?w:x,formattedValue:r(x),hidden:!1,index:h,indexValue:l,data:NV(m.data)};f.push({key:e.key+"."+l,index:f.length,data:k,x:b,y:v,absX:d.left+b,absY:d.top+v,width:y,height:t,color:i(k),label:a(k)})}))})),f},VV=function(e){var t,n,r=e.data,i=e.layout,o=e.width,a=e.height,s=e.padding,l=void 0===s?0:s,c=e.valueScale,u=e.indexScale,d=e.hiddenIds,f=void 0===d?[]:d,h=_V(e,$V),p=h.keys.filter((function(e){return!f.includes(e)})),g=function(){var e=sg([]),t=Cm,n=km,r=Sm;function i(i){var o,a,s=Array.from(e.apply(this,arguments),Mm),l=s.length,c=-1;for(const e of i)for(o=0,++c;o<l;++o)(s[o][c]=[0,+r(e,s[o].key,c,i)]).data=e;for(o=0,a=Dg(t(s));o<l;++o)s[a[o]].index=o;return n(s,a),s}return i.keys=function(t){return arguments.length?(e="function"==typeof t?t:sg(Array.from(t)),i):e},i.value=function(e){return arguments.length?(r="function"==typeof e?e:sg(+e),i):r},i.order=function(e){return arguments.length?(t=null==e?Cm:"function"==typeof e?e:sg(Array.from(e)),i):t},i.offset=function(e){return arguments.length?(n=null==e?km:e,i):n},i}().keys(p).offset(Am)(EV(r,p)),m="vertical"===i?["y","x",o]:["x","y",a],v=m[0],b=m[1],y=m[2],_=LV(r,h.getIndex,l,u,y,b),w=(n=qV(g),"log"===c.type?n.filter((function(e){return 0!==e})):n),x=_j(c,{all:w,min:Math.min.apply(Math,w),max:Math.max.apply(Math,w)},"x"===v?o:a,v),k="vertical"===i?[_,x]:[x,_],C=k[0],S=k[1],M=h.innerPadding>0?h.innerPadding:0,A=_.bandwidth(),T=[yV({},h,{innerPadding:M,stackedData:g,xScale:C,yScale:S}),A,null!=(t=c.reverse)&&t];return{xScale:C,yScale:S,bars:A>0?"vertical"===i?UV.apply(void 0,T):WV.apply(void 0,T):[]}},GV=function(e){var t=e.bars,n=e.direction,r=e.from,i=e.groupMode,o=e.layout,a=e.legendLabel,s=e.reverse,l=lI(null!=a?a:"indexes"===r?"indexValue":"id");return"indexes"===r?function(e,t,n){var r=SB(e.map((function(e){var t,r;return{id:null!=(t=e.data.indexValue)?t:"",label:n(e.data),hidden:e.data.hidden,color:null!=(r=e.color)?r:"#000"}})),(function(e){return e.id}));return"horizontal"===t&&r.reverse(),r}(t,o,l):function(e,t,n,r,i,o){var a=SB(e.map((function(e){var t;return{id:e.data.id,label:o(e.data),hidden:e.data.hidden,color:null!=(t=e.color)?t:"#000"}})),(function(e){return e.id}));return("vertical"===t&&"stacked"===r&&"column"===n&&!0!==i||"horizontal"===t&&"stacked"===r&&!0===i)&&a.reverse(),a}(t,o,n,i,s,l)},YV=function(e,t,n){var r=e.get(t)||0;e.set(t,r+n)},XV=function(e){var t,n=e.indexBy,r=void 0===n?MV.indexBy:n,i=e.keys,o=void 0===i?MV.keys:i,a=e.label,s=void 0===a?MV.label:a,l=e.tooltipLabel,c=void 0===l?MV.tooltipLabel:l,u=e.valueFormat,d=e.colors,f=void 0===d?MV.colors:d,h=e.colorBy,p=void 0===h?MV.colorBy:h,g=e.borderColor,m=void 0===g?MV.borderColor:g,v=e.labelTextColor,b=void 0===v?MV.labelTextColor:v,y=e.groupMode,_=void 0===y?MV.groupMode:y,w=e.layout,x=void 0===w?MV.layout:w,k=e.data,C=e.margin,S=e.width,M=e.height,A=e.padding,T=void 0===A?MV.padding:A,L=e.innerPadding,E=void 0===L?MV.innerPadding:L,N=e.valueScale,O=void 0===N?MV.valueScale:N,R=e.indexScale,D=void 0===R?MV.indexScale:R,P=e.initialHiddenIds,z=void 0===P?MV.initialHiddenIds:P,I=e.enableLabel,B=void 0===I?MV.enableLabel:I,j=e.labelSkipWidth,F=void 0===j?MV.labelSkipWidth:j,H=e.labelSkipHeight,$=void 0===H?MV.labelSkipHeight:H,q=e.legends,U=void 0===q?MV.legends:q,W=e.legendLabel,V=e.totalsOffset,G=void 0===V?MV.totalsOffset:V,Y=xi(null!=z?z:[]),X=Y[0],Z=Y[1],K=Ti((function(e){Z((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]),J=cI(r),Q=cI(s),ee=cI(c),te=sI(u),ne=nE(),re=cF(f,p),ie=aF(m,ne),oe=aF(b,ne),ae=("grouped"===_?HV:VV)({layout:x,data:k,getIndex:J,keys:o,width:S,height:M,getColor:re,padding:T,innerPadding:E,valueScale:O,indexScale:D,hiddenIds:X,formatValue:te,getTooltipLabel:ee,margin:C}),se=ae.bars,le=ae.xScale,ce=ae.yScale,ue=Ai((function(){return se.filter((function(e){return null!==e.data.value})).map((function(e,t){return yV({},e,{index:t})}))}),[se]),de=Ti((function(e){var t=e.width,n=e.height;return!(!B||F>0&&t<F||$>0&&n<$)}),[B,F,$]),fe=Ai((function(){return o.map((function(e){var t=se.find((function(t){return t.data.id===e}));return yV({},t,{data:yV({id:e},null==t?void 0:t.data,{hidden:X.includes(e)})})}))}),[X,o,se]),he=null!=(t=O.reverse)&&t,pe=Ai((function(){return U.map((function(e){return[e,GV({bars:"keys"===e.dataFrom?fe:se,direction:e.direction,from:e.dataFrom,groupMode:_,layout:x,legendLabel:W,reverse:he})]}))}),[U,fe,se,_,x,W,he]),ge=Ai((function(){return function(e,t,n,r,i,o,a){void 0===r&&(r=MV.layout),void 0===i&&(i=MV.groupMode);var s=[];if(0===e.length)return s;var l=new Map,c=e[0].width,u=e[0].height;if("stacked"===i){var d=new Map;e.forEach((function(e){var t=e.data,n=t.indexValue,r=t.value;YV(l,n,Number(r)),function(e,t,n){var r=e.get(t)||0;e.set(t,r+(n>0?n:0))}(d,n,Number(r))})),d.forEach((function(e,i){var d,f,h,p=l.get(i)||0;"vertical"===r?(d=t(i),f=n(e),h=n(e/2)):(d=t(e),f=n(i),h=t(e/2)),d+="vertical"===r?c/2:o,f+="vertical"===r?-o:u/2,s.push({key:"total_"+i,x:d,y:f,value:p,formattedValue:a(p),animationOffset:h})}))}else if("grouped"===i){var f=new Map,h=new Map;e.forEach((function(e){var t=e.data,n=t.indexValue,r=t.value;YV(l,n,Number(r)),function(e,t,n){var r=e.get(t)||0;e.set(t,Math.max(r,Number(n)))}(f,n,Number(r)),function(e,t){var n=e.get(t)||0;e.set(t,n+1)}(h,n)})),f.forEach((function(e,i){var d,f,p,g=l.get(i)||0,m=h.get(i);"vertical"===r?(d=t(i),f=n(e),p=n(e/2)):(d=t(e),f=n(i),p=t(e/2)),d+="vertical"===r?m*c/2:o,f+="vertical"===r?-o:m*u/2,s.push({key:"total_"+i,x:d,y:f,value:g,formattedValue:a(g),animationOffset:p})}))}return s}(se,le,ce,x,_,G,te)}),[se,le,ce,x,_,G,te]);return{bars:se,barsWithValue:ue,xScale:le,yScale:ce,getIndex:J,getLabel:Q,getTooltipLabel:ee,formatValue:te,getColor:re,getBorderColor:ie,getLabelColor:oe,shouldRenderBarLabel:de,hiddenIds:X,toggleSerie:K,legendsWithData:pe,barTotals:ge}},ZV=function(e){var t=e.data,n=e.springConfig,r=e.animate,i=e.layout,o=void 0===i?AV.layout:i,a=nE();return dC(t,{keys:function(e){return e.key},from:function(e){return{x:"vertical"===o?e.x:e.animationOffset,y:"vertical"===o?e.animationOffset:e.y,labelOpacity:0}},enter:function(e){return{x:e.x,y:e.y,labelOpacity:1}},update:function(e){return{x:e.x,y:e.y,labelOpacity:1}},leave:function(e){return{x:"vertical"===o?e.x:e.animationOffset,y:"vertical"===o?e.animationOffset:e.y,labelOpacity:0}},config:n,immediate:!r,initial:r?void 0:null})((function(e,t){return Ps(wM.text,{x:e.x,y:e.y,fillOpacity:e.labelOpacity,style:yV({},a.labels.text,{pointerEvents:"none"}),fontWeight:"bold",fontSize:a.labels.text.fontSize,fontFamily:a.labels.text.fontFamily,textAnchor:"vertical"===o?"middle":"start",alignmentBaseline:"vertical"===o?"alphabetic":"middle",children:t.formattedValue},t.key)}))},KV=["isInteractive","animate","motionConfig","theme","renderWrapper"],JV=function(e){var t,n=e.data,r=e.indexBy,i=e.keys,o=e.margin,a=e.width,s=e.height,l=e.groupMode,c=e.layout,u=e.valueScale,d=e.indexScale,f=e.padding,h=e.innerPadding,p=e.axisTop,g=e.axisRight,m=e.axisBottom,v=void 0===m?AV.axisBottom:m,b=e.axisLeft,y=void 0===b?AV.axisLeft:b,_=e.enableGridX,w=void 0===_?AV.enableGridX:_,x=e.enableGridY,k=void 0===x?AV.enableGridY:x,C=e.gridXValues,S=e.gridYValues,M=e.layers,A=void 0===M?AV.layers:M,T=e.barComponent,L=void 0===T?AV.barComponent:T,E=e.enableLabel,N=void 0===E?AV.enableLabel:E,O=e.label,R=e.labelSkipWidth,D=void 0===R?AV.labelSkipWidth:R,P=e.labelSkipHeight,z=void 0===P?AV.labelSkipHeight:P,I=e.labelTextColor,B=e.labelPosition,j=void 0===B?AV.labelPosition:B,F=e.labelOffset,H=void 0===F?AV.labelOffset:F,$=e.markers,q=void 0===$?AV.markers:$,U=e.colorBy,W=e.colors,V=e.defs,G=void 0===V?AV.defs:V,Y=e.fill,X=void 0===Y?AV.fill:Y,Z=e.borderRadius,K=void 0===Z?AV.borderRadius:Z,J=e.borderWidth,Q=void 0===J?AV.borderWidth:J,ee=e.borderColor,te=e.annotations,ne=void 0===te?AV.annotations:te,re=e.legendLabel,ie=e.tooltipLabel,oe=e.valueFormat,ae=e.isInteractive,se=void 0===ae?AV.isInteractive:ae,le=e.tooltip,ce=void 0===le?AV.tooltip:le,ue=e.onClick,de=e.onMouseEnter,fe=e.onMouseLeave,he=e.legends,pe=e.role,ge=void 0===pe?AV.role:pe,me=e.ariaLabel,ve=e.ariaLabelledBy,be=e.ariaDescribedBy,ye=e.isFocusable,_e=void 0===ye?AV.isFocusable:ye,we=e.barAriaLabel,xe=e.barAriaLabelledBy,ke=e.barAriaDescribedBy,Ce=e.barAriaHidden,Se=e.barAriaDisabled,Me=e.initialHiddenIds,Ae=e.enableTotals,Te=void 0===Ae?AV.enableTotals:Ae,Le=e.totalsOffset,Ee=void 0===Le?AV.totalsOffset:Le,Ne=e.forwardedRef,Oe=Sz(),Re=Oe.animate,De=Oe.config,Pe=iI(a,s,o),ze=Pe.outerWidth,Ie=Pe.outerHeight,Be=Pe.margin,je=Pe.innerWidth,Fe=Pe.innerHeight,He=XV({indexBy:r,label:O,tooltipLabel:ie,valueFormat:oe,colors:W,colorBy:U,borderColor:ee,labelTextColor:I,groupMode:l,layout:c,data:n,keys:i,margin:Be,width:je,height:Fe,padding:f,innerPadding:h,valueScale:u,indexScale:d,enableLabel:N,labelSkipWidth:D,labelSkipHeight:z,legends:he,legendLabel:re,initialHiddenIds:Me,totalsOffset:Ee}),$e=He.bars,qe=He.barsWithValue,Ue=He.xScale,We=He.yScale,Ve=He.getLabel,Ge=He.getTooltipLabel,Ye=He.getBorderColor,Xe=He.getLabelColor,Ze=He.shouldRenderBarLabel,Ke=He.toggleSerie,Je=He.legendsWithData,Qe=He.barTotals,et=He.getColor,tt=RV(c,null!=(t=null==u?void 0:u.reverse)&&t,j,H),nt=dC(qe,{keys:function(e){return e.key},from:function(e){return yV({borderColor:Ye(e),color:e.color,height:0,labelColor:Xe(e),labelOpacity:0},tt(e.width,e.height),{transform:"translate("+e.x+", "+(e.y+e.height)+")",width:e.width},"vertical"===c?{}:{height:e.height,transform:"translate("+e.x+", "+e.y+")",width:0})},enter:function(e){return yV({borderColor:Ye(e),color:e.color,height:e.height,labelColor:Xe(e),labelOpacity:1},tt(e.width,e.height),{transform:"translate("+e.x+", "+e.y+")",width:e.width})},update:function(e){return yV({borderColor:Ye(e),color:e.color,height:e.height,labelColor:Xe(e),labelOpacity:1},tt(e.width,e.height),{transform:"translate("+e.x+", "+e.y+")",width:e.width})},leave:function(e){return yV({borderColor:Ye(e),color:e.color,height:0,labelColor:Xe(e),labelOpacity:0},tt(e.width,e.height),{labelY:0,transform:"translate("+e.x+", "+(e.y+e.height)+")",width:e.width},"vertical"===c?{}:yV({},tt(e.width,e.height),{labelX:0,height:e.height,transform:"translate("+e.x+", "+e.y+")",width:0}))},config:De,immediate:!Re,initial:Re?void 0:null}),rt=Ai((function(){return{borderRadius:K,borderWidth:Q,enableLabel:N,isInteractive:se,labelSkipWidth:D,labelSkipHeight:z,onClick:ue,onMouseEnter:de,onMouseLeave:fe,getTooltipLabel:Ge,tooltip:ce,isFocusable:_e,ariaLabel:we,ariaLabelledBy:xe,ariaDescribedBy:ke,ariaHidden:Ce,ariaDisabled:Se}}),[K,Q,N,Ge,se,z,D,ue,de,fe,ce,_e,we,xe,ke,Ce,Se]),it=gI(G,$e,X,{dataKey:"data",targetKey:"data.fill"}),ot={annotations:null,axes:null,bars:null,grid:null,legends:null,markers:null,totals:null};A.includes("annotations")&&(ot.annotations=Ps(xV,{bars:$e,annotations:ne},"annotations")),A.includes("axes")&&(ot.axes=Ps(Hj,{xScale:Ue,yScale:We,width:je,height:Fe,top:p,right:g,bottom:v,left:y},"axes")),A.includes("bars")&&(ot.bars=Ps(Ir,{children:nt((function(e,t){return Pr(L,yV({},rt,{bar:t,style:e,shouldRenderLabel:Ze(t),label:Ve(t.data)}))}))},"bars")),A.includes("grid")&&(ot.grid=Ps(Uj,{width:je,height:Fe,xScale:w?Ue:null,yScale:k?We:null,xValues:C,yValues:S},"grid")),A.includes("legends")&&(ot.legends=Ps(kV,{width:je,height:Fe,legends:Je,toggleSerie:Ke},"legends")),A.includes("markers")&&(ot.markers=Ps(Jz,{markers:q,width:je,height:Fe,xScale:Ue,yScale:We},"markers")),A.includes("totals")&&Te&&(ot.totals=Ps(ZV,{data:Qe,springConfig:De,animate:Re,layout:c},"totals"));var at=yV({},rt,{margin:Be,width:a,height:s,innerWidth:je,innerHeight:Fe,bars:$e,legendData:Je,enableLabel:N,xScale:Ue,yScale:We,tooltip:ce,getTooltipLabel:Ge,onClick:ue,onMouseEnter:de,onMouseLeave:fe,getColor:et});return Ps(Yz,{width:ze,height:Ie,margin:Be,defs:it,role:ge,ariaLabel:me,ariaLabelledBy:ve,ariaDescribedBy:be,isFocusable:_e,ref:Ne,children:A.map((function(e,t){var n;return"function"==typeof e?Ps(Ir,{children:Pr(e,at)},t):null!=(n=null==ot?void 0:ot[e])?n:null}))})},QV=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?AV.isInteractive:n,i=e.animate,o=void 0===i?AV.animate:i,a=e.motionConfig,s=void 0===a?AV.motionConfig:a,l=e.theme,c=e.renderWrapper,u=_V(e,KV);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(JV,yV({},u,{isInteractive:r,forwardedRef:t}))})})),eG=["isInteractive","renderWrapper","theme"],tG=function(e,t,n,r){return e.find((function(e){return dI(e.x+t.left,e.y+t.top,e.width,e.height,n,r)}))},nG=function(e){var t,n=e.data,r=e.indexBy,i=e.keys,o=e.margin,a=e.width,s=e.height,l=e.groupMode,c=e.layout,u=e.valueScale,d=e.indexScale,f=e.padding,h=e.innerPadding,p=e.axisTop,g=e.axisRight,m=e.axisBottom,v=void 0===m?TV.axisBottom:m,b=e.axisLeft,y=void 0===b?TV.axisLeft:b,_=e.enableGridX,w=void 0===_?TV.enableGridX:_,x=e.enableGridY,k=void 0===x?TV.enableGridY:x,C=e.gridXValues,S=e.gridYValues,M=e.labelPosition,A=void 0===M?TV.labelPosition:M,T=e.labelOffset,L=void 0===T?TV.labelOffset:T,E=e.layers,N=void 0===E?TV.layers:E,O=e.renderBar,R=void 0===O?TV.renderBar:O,D=e.enableLabel,P=void 0===D?TV.enableLabel:D,z=e.label,I=e.labelSkipWidth,B=void 0===I?TV.labelSkipWidth:I,j=e.labelSkipHeight,F=void 0===j?TV.labelSkipHeight:j,H=e.labelTextColor,$=e.colorBy,q=e.colors,U=e.borderRadius,W=void 0===U?TV.borderRadius:U,V=e.borderWidth,G=void 0===V?TV.borderWidth:V,Y=e.borderColor,X=e.annotations,Z=void 0===X?TV.annotations:X,K=e.legendLabel,J=e.tooltipLabel,Q=e.valueFormat,ee=e.isInteractive,te=void 0===ee?TV.isInteractive:ee,ne=e.tooltip,re=void 0===ne?TV.tooltip:ne,ie=e.onClick,oe=e.onMouseEnter,ae=e.onMouseLeave,se=e.legends,le=e.pixelRatio,ce=void 0===le?TV.pixelRatio:le,ue=e.role,de=e.forwardedRef,fe=e.enableTotals,he=void 0===fe?TV.enableTotals:fe,pe=e.totalsOffset,ge=void 0===pe?TV.totalsOffset:pe,me=Mi(null),ve=nE(),be=iI(a,s,o),ye=be.margin,_e=be.innerWidth,we=be.innerHeight,xe=be.outerWidth,ke=be.outerHeight,Ce=XV({indexBy:r,label:z,tooltipLabel:J,valueFormat:Q,colors:q,colorBy:$,borderColor:Y,labelTextColor:H,groupMode:l,layout:c,data:n,keys:i,margin:ye,width:_e,height:we,padding:f,innerPadding:h,valueScale:u,indexScale:d,enableLabel:P,labelSkipWidth:B,labelSkipHeight:F,legends:se,legendLabel:K,totalsOffset:ge}),Se=Ce.bars,Me=Ce.barsWithValue,Ae=Ce.xScale,Te=Ce.yScale,Le=Ce.getLabel,Ee=Ce.getTooltipLabel,Ne=Ce.getBorderColor,Oe=Ce.getLabelColor,Re=Ce.shouldRenderBarLabel,De=Ce.legendsWithData,Pe=Ce.barTotals,ze=Ce.getColor,Ie=yE(),Be=Ie.showTooltipFromEvent,je=Ie.hideTooltip,Fe=kW({annotations:xW({data:Se,annotations:Z,getPosition:function(e){return{x:e.x,y:e.y}},getDimensions:function(e){var t=e.width,n=e.height;return{width:t,height:n,size:Math.max(t,n)}}})}),He=Ai((function(){return{borderRadius:W,borderWidth:G,isInteractive:te,isFocusable:!1,labelSkipWidth:B,labelSkipHeight:F,margin:ye,width:a,height:s,innerWidth:_e,innerHeight:we,bars:Se,legendData:De,enableLabel:P,xScale:Ae,yScale:Te,tooltip:re,getTooltipLabel:Ee,onClick:ie,onMouseEnter:oe,onMouseLeave:ae,getColor:ze}}),[W,G,te,B,F,ye,a,s,_e,we,Se,De,P,Ae,Te,re,Ee,ie,oe,ae,ze]),$e=sI(Q),qe=RV(c,null!=(t=null==u?void 0:u.reverse)&&t,A,L);Ci((function(){if(me.current){me.current.width=xe*ce,me.current.height=ke*ce;var e=me.current.getContext("2d");e.scale(ce,ce),e.fillStyle=ve.background,e.fillRect(0,0,xe,ke),e.translate(ye.left,ye.top),N.forEach((function(t){"grid"===t?"number"==typeof ve.grid.line.strokeWidth&&ve.grid.line.strokeWidth>0&&(e.lineWidth=ve.grid.line.strokeWidth,e.strokeStyle=ve.grid.line.stroke,w&&Vj(e,{width:_e,height:we,scale:Ae,axis:"x",values:C}),k&&Vj(e,{width:_e,height:we,scale:Te,axis:"y",values:S})):"axes"===t?Wj(e,{xScale:Ae,yScale:Te,width:_e,height:we,top:p,right:g,bottom:v,left:y,theme:ve}):"bars"===t?(vI(e,ve.text),Me.forEach((function(t){R(e,yV({bar:t,borderColor:Ne(t),borderRadius:W,borderWidth:G,label:Le(t.data),shouldRenderLabel:Re(t),labelStyle:yV({},ve.labels.text,{fill:Oe(t)})},qe(t.width,t.height)))}))):"legends"===t?De.forEach((function(t){var n=t[0],r=t[1];TF(e,yV({},n,{data:r,containerWidth:_e,containerHeight:we,theme:ve}))})):"annotations"===t?NW(e,{annotations:Fe,theme:ve}):"totals"===t&&he?function(e,t,n,r){void 0===r&&(r=TV.layout),vI(e,n.labels.text),e.textBaseline="vertical"===r?"alphabetic":"middle",e.textAlign="vertical"===r?"center":"start",t.forEach((function(t){bI(e,n.labels.text,t.formattedValue,t.x,t.y)}))}(e,Pe,ve,c):"function"==typeof t&&t(e,He)})),e.save()}}),[v,y,g,p,Me,W,G,Fe,w,k,Ne,Le,Oe,C,S,l,s,we,_e,He,N,c,De,ye.left,ye.top,ke,xe,ce,R,Ae,Te,Re,ve,a,Pe,he,$e,qe]);var Ue=Ti((function(e){if(Se&&me.current){var t=fI(me.current,e),n=t[0],r=t[1],i=tG(Se,ye,n,r);void 0!==i?(Be(Pr(re,yV({},i.data,{color:i.color,label:i.label,value:Number(i.data.value)})),e),"mouseenter"===e.type&&(null==oe||oe(i.data,e))):je()}}),[je,ye,oe,Se,Be,re]),We=Ti((function(e){if(Se&&me.current){je();var t=fI(me.current,e),n=t[0],r=t[1],i=tG(Se,ye,n,r);i&&(null==ae||ae(i.data,e))}}),[je,ye,ae,Se]),Ve=Ti((function(e){if(Se&&me.current){var t=fI(me.current,e),n=t[0],r=t[1],i=tG(Se,ye,n,r);void 0!==i&&(null==ie||ie(yV({},i.data,{color:i.color}),e))}}),[ye,ie,Se]);return Ps("canvas",{ref:mI(me,de),width:xe*ce,height:ke*ce,style:{width:xe,height:ke,cursor:te?"auto":"normal"},onMouseEnter:te?Ue:void 0,onMouseMove:te?Ue:void 0,onMouseLeave:te?We:void 0,onClick:te?Ve:void 0,role:ue})},rG=Ui((function(e,t){var n=e.isInteractive,r=e.renderWrapper,i=e.theme,o=_V(e,eG);return Ps(Tz,{isInteractive:n,renderWrapper:r,theme:i,animate:!1,children:Ps(nG,yV({},o,{isInteractive:n,forwardedRef:t}))})})),iG=["defaultWidth","defaultHeight","onResize","debounceResize"],oG=Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=_V(e,iG);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(QV,yV({},a,{width:n,height:r,ref:t}))}})})),aG=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=_V(e,aG);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(rG,yV({},a,{width:n,height:r,ref:t}))}})}));const sG=e=>{const{data:t,onLegendClick:n}=e;return Ps("div",{className:"styles_legends__LAO35",children:t.map((e=>Ps(eW,{legend:e,onClick:n},e.id)))})},lG=({value:e,indexBy:t,legend:n,formatIndexBy:r=(e,t)=>e[t]?.toString()??"",formatLegendValue:i=e=>(e.value??0).toString()??"",allowZeroValues:o=!1})=>{const a=o?n:n.filter((t=>KU(e[t.id])&&0!==Number(e[t.id])));return Ps(ZU,{label:r(e,t),children:a.map((t=>Ps(eW,{mode:"menu",legend:{...t,value:i({...t,value:e[t.id]})}},t.id)))})},cG=e=>{const{background:t,grid:n}=nE();return Ps("g",{children:[Ps("line",{opacity:"1",x1:"0",x2:e.innerWidth,y1:e.innerHeight,y2:e.innerHeight,stroke:t,strokeWidth:"1"}),Ps("line",{opacity:"1",x1:"0",x2:e.innerWidth,y1:e.innerHeight,y2:e.innerHeight,stroke:n.line.stroke,strokeWidth:"1"})]})},uG=e=>{const t=Mi(null),[n,r]=xi(!1),[i,o]=xi(null),a=Mi(null),s=Mi((()=>{})),l=Ti((async(n,i)=>{if(!t.current)return;if(a.current===n)return;const l=()=>{if(t.current)return hc(n,t.current,{middleware:[fc(),uc(6),dc({padding:5})],strategy:"fixed",placement:e}).then((({x:e,y:n,strategy:r})=>{t.current&&(t.current.style.position=r,t.current.style.pointerEvents="none",t.current.style.left=`${e}px`,t.current.style.top=`${n}px`)}))};await l(),a.current=n,r(!0),o(i),s.current=cc(n,t.current,l)}),[e]),c=Ti((e=>{a.current===e&&(s.current(),a.current=null,r(!1),o(null))}),[]);return{tooltipRef:t,isVisible:n,handleShowTooltip:l,handleHideTooltip:c,data:i}},dG=si(null),fG=e=>{const{children:t}=e,[n,r]=xi(void 0);return Ps(dG.Provider,{value:[n,r],children:t})},hG={s:16,m:24,l:32},pG=(e,t)=>Math.min(e,hG[t]),gG=e=>{const{isInteractive:t,isFocusable:n,innerHeight:r,innerWidth:i,tooltip:o,indexBy:a,layout:s="vertical",bars:l,hasValueFn:c=t=>Object.entries(t).filter((([t])=>t!==e.indexBy)).reduce(((e,[,t])=>e+mV.toNumber(t??0)),0)>0}=e,u="horizontal"===s,{handleShowTooltip:d,isVisible:f,handleHideTooltip:h,tooltipRef:p,data:g}=uG(u?"bottom":"left"),{animate:m,config:v}=Sz(),{opacity:b}=uC({opacity:f?1:0,config:{...v,duration:75},immediate:!m});if(!t)return null;const y=Math.max(...l.map((e=>e.data.index+1))),_=l.slice(0,y);if(_.length<=0)return null;const[w,x]=_;if(!w)return null;const k=x?.x?x.x-w.x:w.width,C=k-w.width,S=x?.y?w.y-x.y:w.height,M=S-w.height;return Ps(WU.g,{"data-testid":"hover-layer",children:[_.map(((e,o)=>{const s=e.x-C/2,l=e.y-M/2;return c(e.data.data)?Ps(mG,{x:u?0:s,y:u?l:0,width:u?i:k,height:u?S:r,value:e.data.data,indexBy:a,isInteractive:t,isFocusable:n,onTooltipShow:d,onTooltipHide:h},o):null})),Oc(Ps(WU.div,{ref:p,style:{display:b?"block":"none",opacity:b},children:f&&g&&Pr(o,{value:g})}),document.body)]})},mG=({x:e,y:t,width:n,height:r,value:i,isInteractive:o=!0,isFocusable:a=!0,indexBy:s,onTooltipShow:l,onTooltipHide:c})=>{const[u,d]=(()=>{const e=Li(dG);if(!e)throw new Error("useBarChartState must be used within a BarChartStateProvider");return e})(),{animate:f,config:h}=Sz(),p=i[s],g=u===String(p),{fill:m}=uC({from:{fill:"#ffffff00"},to:{fill:"var(--bg-control-flat-medium)"},config:{...h,duration:150},reverse:!g,immediate:!f}),v=Ti((e=>{l(e.target,i)}),[l,i]),b=Ti((e=>{l(e.target,i),d(String(p))}),[l,i,d,p]),y=Ti((e=>{c(e.target),d(void 0)}),[c,d]),_=Ti((e=>{l(e.target,i),d(String(p))}),[l,i,d,p]),w=Ti((e=>{c(e.target),d(void 0)}),[c,d]);return Ps(WU.rect,{x:e,y:t,"data-testid":"hover-rect",width:n,height:r,fill:m,onMouseMove:o?v:void 0,onMouseEnter:o?b:void 0,onMouseLeave:o?y:void 0,onFocus:o&&a?_:void 0,onBlur:o&&a?w:void 0})},vG=si(null),bG=()=>{const e=Li(vG);if(!e)throw new Error("useBarContext must be used within a BarContext");return e},yG=e=>{const{bars:t,indexBy:n,layout:r="vertical",barSize:i,groupMode:o="stacked"}=e,a=Ai((()=>(e=>{const{bars:t,indexBy:n,layout:r,groupMode:i}=e,o=new Map;for(const e of t){const t=e.data.data[n];o.has(t)||o.set(t,{id:t,bars:[],x:1/0,y:1/0,width:0,height:0});const a=o.get(t);a.bars.push(e),a.x=Math.min(a.x,e.x),a.y=Math.min(a.y,e.y);let s=a.width+e.width,l=a.height+e.height;"vertical"===r&&(s=Math.max(a.width,e.width),"grouped"===i&&(l=Math.max(a.height,e.height))),"horizontal"===r&&(l=Math.max(a.height,e.height),"grouped"===i&&(s=Math.max(a.width,e.width))),a.width=s,a.height=l}return Array.from(o.values())})({bars:t,indexBy:n,layout:r,groupMode:o})),[t,n,r,o]),s=Math.min(...a.map((e=>e.y))),l=Math.min(...a.map((e=>e.x)));return Ps(vG.Provider,{value:{barSize:i,layout:r,groupMode:o},children:Ps(WU.g,{"data-testid":"bars",pointerEvents:"none",children:a.map((e=>Ps(_G,{group:e,offsetY:s,offsetX:l},e.id)))})})},_G=e=>{const{group:t}=e,{barSize:n,layout:r}=bG(),{animate:i,config:o}=Sz(),a=Ei(),s="horizontal"===r,l=pG(t.height,n),c=pG(t.width,n),u=t.width-c,d=t.height-l,f=s?t.x:t.x+u/2,h=s?t.y+d/2:t.y,p=s?t.width:c,g=s?l:t.height,m=(v=s?l:c)<=4?0:v<=hG.s/3?1:v<=hG.s/2?1.5:v<hG.s?2:v>=hG.s&&v<hG.m?4:v>=hG.m?6:0;var v;const{transform:b}=uC({transform:`translate(${f}, ${h})`,config:o,immediate:!i}),y=Ai((()=>{const e=t.bars.filter((e=>e.width>0&&e.height>0));return"horizontal"===r?e.sort(((e,t)=>e.x-t.x)):e.sort(((e,t)=>e.y-t.y))}),[t.bars,r]),_="horizontal"===r?p<2*m:g<2*m;return Ps(WU.g,{clipPath:_?void 0:`url(#clip-${a})`,transform:b,"data-testid":"group","data-id":t.id,children:[!_&&Ps("defs",{children:Ps("clipPath",{id:`clip-${a}`,children:Ps(WU.rect,{x:0,y:0,width:p,height:g,rx:m,ry:m})})}),y.map(((e,t)=>Ps(wG,{id:e.data.id,x:s?e.x-f:0,y:s?0:e.y-h,width:s?e.width:p,height:s?g:e.height,fill:e.color,isFirst:0===t,isLast:t===y.length-1},e.data.id)))]})},wG=e=>{const{isFirst:t,isLast:n,id:r,...i}=e,{layout:o}=bG(),{animate:a,config:s}=Sz(),l="horizontal"===o?i.width:i.height,c=!t&&l>2,u=!n&&l>2;let d=i.width,f=i.height,h=i.x,p=i.y;"horizontal"===o&&(c&&u&&(h+=.5,d-=.5),u&&(d-=.5)),"vertical"===o&&(c&&(p+=.5,f-=.5),u&&(f-=.5));const g=uC({x:h,y:p,width:d,height:f,config:s,immediate:!a});return Ps(WU.rect,{...g,fill:i.fill,"data-testid":"bar","data-id":r})};function xG(e,t,n,r){for(var i=0,o=0,a=e.length;o<a;o++){var s=e[o],l=+t(s,o,e),c=+n(s,o,e);null!=l&&isFinite(l)&&null!=c&&isFinite(c)&&r(l,c,i++)}}const kG=function(){var e,t=function(e){return e[0]},n=function(e){return e[1]};function r(r){var i=0,o=0,a=0,s=0,l=0,c=e?+e[0]:1/0,u=e?+e[1]:-1/0;xG(r,t,n,(function(t,n){++i,o+=(t-o)/i,a+=(n-a)/i,s+=(t*n-s)/i,l+=(t*t-l)/i,e||(t<c&&(c=t),t>u&&(u=t))}));var d=function(e,t,n,r){var i=r-e*e,o=Math.abs(i)<1e-24?0:(n-e*t)/i;return[t-o*e,o]}(o,a,s,l),f=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==s.return||s.return()}finally{if(i)throw o}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}(d,2),h=f[0],p=f[1],g=function(e){return p*e+h},m=[[c,g(c)],[u,g(u)]];return m.a=p,m.b=h,m.predict=g,m.rSquared=function(e,t,n,r,i){var o=0,a=0;return xG(e,t,n,(function(e,t){var n=t-i(e),s=t-r;o+=n*n,a+=s*s})),1-o/a}(r,t,n,a,g),m}return r.domain=function(t){return arguments.length?(e=t,r):e},r.x=function(e){return arguments.length?(t=e,r):t},r.y=function(e){return arguments.length?(n=e,r):n},r}().x((e=>e.x)).y((e=>e.y)),CG=jg().x((e=>e[0])).y((e=>e[1])),SG=e=>{const{legend:t,indexBy:n,bars:r,innerHeight:i,innerWidth:o,formatValue:a=e=>mV.toNumber(e)}=e,s=Ai((()=>t.filter((e=>"point"===e.type)).map((e=>e.id))),[t]),l=Ei(),c=Ai((()=>t.filter((e=>"point"===e.type)).reduce(((e,t)=>(e[t.id]=t.color,e)),{})),[t]),u=Ai((()=>(e=>{const t=Math.max(...e.map((e=>e.data.index+1)));return e.slice(0,t)})(r)),[r]),d=Ai((()=>xj(s.map((e=>({id:e,data:u.map((t=>{const r=a(mV.toNumber(t.data.data[e]??0),e);return void 0===r?null:{x:mV.toNumber(t.data.data[n]??0),y:r}})).filter((e=>null!==e))}))),{type:"linear"},{type:"linear",nice:!0,min:0,max:100},o,i)),[s,u,n,a,o,i]),f=Ai((()=>s.map((e=>{if(u.length<2)return null;const t=c[e]??"",n=u.map((t=>{const n=a(mV.toNumber(t.data.data[e]??0),e);return void 0===n?null:{x:mV.toNumber(t.x+t.width/2),y:mV.toNumber(d.yScale(n)??0),id:t.key,value:n}})).filter((e=>null!==e));if(u.length===n.length)return{trendKey:e,color:t,points:n};if(n.length<2)return null;const r=kG(n),i=u.map((t=>{const n=a(mV.toNumber(t.data.data[e]??0),e),i=mV.toNumber(t.x+t.width/2);let o=r.predict(i);return void 0!==n&&(o=mV.toNumber(d.yScale(n)??0)),{x:i,y:o,id:t.key,value:n}}));return{trendKey:e,color:t,points:i}})).filter((e=>null!==e))),[s,u,a,d,c]);return 0===s.length||0===f.length?null:Ps(WU.g,{"data-testid":"trend-lines-layer",pointerEvents:"none",clipPath:`url(#${l})`,children:[Ps("defs",{children:Ps("clipPath",{id:l,children:Ps("rect",{x:-5,y:-5,width:o+5,height:i+5})})}),f.map((({trendKey:e,points:t,color:n})=>Ps(WU.g,{"data-testid":"trend-line-group","data-trend-key":e,children:[Ps(MG,{points:t,color:n},e),t.filter((e=>void 0!==e.value&&e.value>=0&&e.value<=100)).map((({x:e,y:t,id:r})=>Ps(AG,{x:e,y:t,color:n},r)))]},e)))]})},MG=e=>{const{points:t,color:n}=e,{animate:r,config:i}=Sz(),o=Ai((()=>0===t.length||t.length<2?[]:kG(t)),[t]),{d:a}=uC({d:CG(o)??void 0,config:i,immediate:!r});return 0===t.length||t.length<2||0===o.length?null:Ps(WU.path,{d:a,"data-testid":"trend-line",fill:"none",stroke:n,strokeWidth:2,strokeLinecap:"round",pointerEvents:"none",strokeDasharray:"4"})},AG=e=>{const{x:t,y:n,color:r}=e,{animate:i,config:o}=Sz(),{cx:a,cy:s}=uC({cx:t,cy:n,config:o,immediate:!i});return Ps(WU.circle,{"data-testid":"trend-line-point",cx:a,cy:s,r:3,strokeWidth:2,fill:"white",stroke:r,pointerEvents:"none"})};const TG=({data:e,layout:t="vertical",indexBy:n,keys:r,stacked:i,position:o,formatLeftTick:a,formatBottomTick:s})=>{if("horizontal"===t){const t=6,r=e.map((e=>s(e[n],e).toString().length));return Math.max(...r)*t+8}const l=Math.floor(Math.max(...e.map((e=>r.map((t=>mV.toNumber(e[t]??0))).reduce(((e,t)=>e+t),0))))),c=a(l).toString().length+1;return 8+8*c+10*Math.max(Math.floor((c-1)/3),0)+1},LG=e=>{const{data:t,legend:n,indexBy:r,renderBottomTick:i,onBarClick:o,padding:a=.5,formatLegendValue:s,formatIndexBy:l,hasValueFn:c,currentLocale:u="en-US",formatBottomTick:d=e=>e,formatLeftTick:f=e=>JU(e,u),bottomTickRotation:h=0,noLegend:p=!1,minValue:g,maxValue:m,groupMode:v="stacked",bottomTickSize:b=12,markers:y=[],colors:_,leftAxisTickValues:w,layout:x="vertical",formatTrendValue:k}=e,C=Ai((()=>new Map(n.map((e=>[e.id,e])))),[n]),S=Ai((()=>n.filter((e=>"point"!==e.type&&"tree"!==e.type)).map((e=>e.id))),[n]),M=Ai((()=>((e,t)=>e.every((e=>Object.keys(e).filter((e=>e!==t)).every((t=>0===e[t])))))(t,r)),[t,r]),A=Ai((()=>t.length>=8?"s":t.length>=6?"m":"l"),[t]),T="horizontal"===x;return Ps("div",{className:"styles_container__nVJhv",children:[Ps("div",{className:"styles_barContainer__DTIpd",children:Ps(fG,{children:Ps(oG,{data:t,theme:NU,groupMode:v,layout:x,defaultHeight:275,keys:S,indexBy:r,margin:{top:10,right:20,bottom:h>0?60:40,left:TG({data:t,layout:x,keys:S,indexBy:r,stacked:!0,position:"left",formatLeftTick:f,formatBottomTick:d})},padding:a,innerPadding:0,valueScale:{type:"linear",nice:!0,min:g,max:m},indexScale:{type:"band",round:!0},layers:["grid","axes",cG,e=>Ps(yG,{...e,indexBy:r,layout:x,legend:n,barSize:A,groupMode:v}),e=>Ps(SG,{...e,legend:n,indexBy:r,formatValue:k}),"markers",e=>Ps(gG,{...e,hasValueFn:c,indexBy:r,layout:x,tooltip:({value:e})=>Ps(lG,{allowZeroValues:!0,value:e,indexBy:r,legend:n,formatLegendValue:s,formatIndexBy:l})})],markers:y,colors:"function"==typeof _?_:e=>C.get(e.id)?.color??"var(--bg-base-secondary)",enableLabel:!1,enableTotals:!1,axisTop:null,axisRight:null,axisBottom:{tickSize:0,tickPadding:5,tickRotation:h,truncateTickAt:0,renderTick:i,style:{ticks:{text:{fontSize:b}}},format:T?f:e=>d(e,t.find((t=>t[r]===e))),tickValues:t.length>30?t.filter(((e,t)=>!(t%2))).map((e=>e[r])):void 0},axisLeft:{tickSize:0,tickPadding:8,tickRotation:0,truncateTickAt:0,format:T?d?e=>d(e,t.find((t=>t[r]===e))):void 0:f,tickValues:w},animate:!TU,motionConfig:AU,onClick:o})})}),!M&&!p&&Ps(sG,{data:n})]})},EG=(e,t)=>e>=t,NG=e=>e>=91?"bottom-right":"top-right",OG=e=>{const{title:t,data:n,i18n:r,keys:i,threshold:o=90}=e,a=Ai((()=>mV.take(n,15).map((({id:e,stabilityRate:t})=>({id:e,stabilityRate:t,[e]:t})))),[n]),s=r("legend.stabilityRate"),l=(e=>e>=100?100:e<=0?0:e)(o),c=Ai((()=>a.map((({id:e,stabilityRate:t})=>({id:e,label:s,color:EG(t,l)?"var(--bg-support-castor-heavy)":"var(--bg-support-capella-heavy)",value:t,[e]:t})))),[a,s,l]),u=0===a.length;return Ps($b,u?{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})}:{title:t,children:Ps(LG,{markers:[{axis:"y",value:o,legend:`${o}%`,textStyle:{fill:NU.markers?.text?.fill,fontSize:NU.markers?.text?.fontSize,fontWeight:NU.markers?.text?.fontWeight},lineStyle:{stroke:NU.markers?.lineColor,strokeWidth:NU.markers?.lineStrokeWidth},legendPosition:NG(l),legendOffsetY:10,legendOffsetX:7}],groupMode:"stacked",data:a,legend:c,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>i[e.id],formatBottomTick:(e,t)=>mV.truncate(i[t.id],{length:15}),bottomTickSize:a.length>4?10:12,formatLegendValue:({value:e})=>{if(void 0!==e)return`${e}%`},noLegend:!0,formatLeftTick:e=>`${e}%`,maxValue:100,leftAxisTickValues:[0,10,20,30,40,50,60,70,80,90,100],bottomTickRotation:45,colors:e=>((e,t)=>{if(e>=t)return"var(--bg-support-castor-heavy)";const n=t>20?t-5:void 0;return n&&e>=n?"var(--bg-support-atlas-heavy)":"var(--bg-support-capella-heavy)"})(e.data.stabilityRate,l)})})},RG=e=>e.startsWith("new:"),DG=e=>e.startsWith("removed:"),PG=e=>{const{title:t,data:n,i18n:r,statuses:i}=e,o=n.find((e=>"current"===e.id)),a=Ai((()=>{const e=[];for(const t of i)e.push(`new:${t}`);for(const t of i)e.push(`removed:${t}`);return e}),[i]),s=Ai((()=>[...a.map((e=>{const t=e.replace(":",""),n=e.replace("new:","").replace("removed:","");return{id:e,label:r(`status.${t}`),color:WH(n),value:RG(e)?1:-1}})),{id:"trend",label:r("legend.trend"),color:"var(--bg-support-betelgeuse-medium)",type:"point"}]),[a,r]),l=Math.ceil(1.01*Math.max(...n.map((e=>{const t=Math.abs(a.filter((e=>DG(e))).reduce(((t,n)=>t+(e[n]??0)),0)),n=Math.abs(a.filter((e=>RG(e))).reduce(((t,n)=>t+(e[n]??0)),0));return Math.max(n,t)})))),c=Ai((()=>n.map((e=>{const t=2*l,n=((e,t)=>t.reduce(((t,n)=>(RG(n)&&(t[n]=e[n]??0),DG(n)&&(t[n]=-(e[n]??0)),t)),{}))(e,a),r=Math.abs(a.filter((e=>DG(e))).reduce(((e,t)=>e+(n[t]??0)),0)),i=Math.abs(a.filter((e=>RG(e))).reduce(((e,t)=>e+(n[t]??0)),0)),o=VH({positiveValue:i,negativeValue:r,absTotal:t,noValuePercentage:-1});return{id:e.id,timestamp:e.timestamp,...n,trend:o}}))),[n,a,l]),u=c.every((e=>a.every((t=>0===e[t])))),d=c.filter((e=>"current"!==e.id)).every((e=>a.every((t=>0===e[t]))));return!o||u?Ps($b,{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})}):1===n.length&&o||d?Ps($b,{title:t,children:Ps(bV,{title:r("no-history"),icon:zs.lineChartsBarChartSquare})}):Ps($b,{title:t,children:Ps(LG,{groupMode:"stacked",data:c,legend:s,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return r("ticks.current");const t=c.find((t=>t.id===e));return t?r("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatLegendValue:({value:e,id:t})=>"trend"===t?"":e?JU(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?JU(Math.abs(Number(e))):""},minValue:-l,maxValue:l,formatTrendValue:e=>{if(-1!==e)return e}})})},zG=e=>"skipped"===e||"unknown"===e,IG=e=>"failed"===e||"broken"===e,BG=(e,t)=>t.reduce(((t,n)=>(zG(n)&&(t[n]=e[n]??0),IG(n)&&(t[n]=-(e[n]??0)),t)),{}),jG=e=>{const{title:t,data:n,i18n:r,statuses:i}=e,o=n.find((e=>"current"===e.id)),a=Ai((()=>i.map((e=>({id:e,label:r(`status.${e}`),color:WH(e),value:zG(e)?1:-1})))),[i,r]),s=Ai((()=>n.map((e=>({id:e.id,timestamp:e.timestamp,...BG(e,i)})))),[n,i]),l=s.every((e=>i.every((t=>0===e[t])))),c=s.filter((e=>"current"!==e.id)).every((e=>i.every((t=>0===e[t]))));if(!o||l)return Ps($b,{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})});if(1===n.length&&o||c)return Ps($b,{title:t,children:Ps(bV,{title:r("no-history"),icon:zs.lineChartsBarChartSquare})});const u=Math.max(...s.map((e=>{const t=Math.abs(i.filter((e=>IG(e))).reduce(((t,n)=>t+(e[n]??0)),0)),n=Math.abs(i.filter((e=>zG(e))).reduce(((t,n)=>t+(e[n]??0)),0));return Math.max(t,n)}))),d=Math.ceil(1.01*u);return Ps($b,{title:t,children:Ps(LG,{groupMode:"stacked",layout:"horizontal",data:s,legend:a,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return mV.truncate(r("ticks.current"),{length:15});const t=s.find((t=>t.id===e));return t?mV.truncate(r("ticks.history",{timestamp:t?.timestamp}),{length:15}):""},bottomTickSize:10,formatLegendValue:({value:e})=>e?JU(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?JU(Math.abs(Number(e))):""},minValue:-d,maxValue:d})})};function FG(){return FG=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},FG.apply(null,arguments)}function HG(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var $G={layers:["separators","parts","labels","annotations"],direction:"vertical",interpolation:"smooth",spacing:0,shapeBlending:.66,colors:{scheme:"nivo"},size:void 0,fillOpacity:1,borderWidth:6,borderColor:{from:"color"},borderOpacity:.66,enableLabel:!0,labelColor:{theme:"background"},enableBeforeSeparators:!0,beforeSeparatorLength:0,beforeSeparatorOffset:0,enableAfterSeparators:!0,afterSeparatorLength:0,afterSeparatorOffset:0,annotations:[],isInteractive:!0,currentPartSizeExtension:0,role:"img",animate:!0,motionConfig:"default"},qG=function(e){var t=e.part;return Ps(cE,{id:t.data.label,value:t.formattedValue,color:t.color,enableChip:!0})},UG=function(e){var t,n,r=e.data,i=e.width,o=e.height,a=e.direction,s=void 0===a?$G.direction:a,l=e.interpolation,c=void 0===l?$G.interpolation:l,u=e.spacing,d=void 0===u?$G.spacing:u,f=e.shapeBlending,h=void 0===f?$G.shapeBlending:f,p=e.valueFormat,g=e.colors,m=void 0===g?$G.colors:g,v=e.size,b=void 0===v?$G.size:v,y=e.fillOpacity,_=void 0===y?$G.fillOpacity:y,w=e.borderWidth,x=void 0===w?$G.borderWidth:w,k=e.borderColor,C=void 0===k?$G.borderColor:k,S=e.borderOpacity,M=void 0===S?$G.borderOpacity:S,A=e.labelColor,T=void 0===A?$G.labelColor:A,L=e.enableBeforeSeparators,E=void 0===L?$G.enableBeforeSeparators:L,N=e.beforeSeparatorLength,O=void 0===N?$G.beforeSeparatorLength:N,R=e.beforeSeparatorOffset,D=void 0===R?$G.beforeSeparatorOffset:R,P=e.enableAfterSeparators,z=void 0===P?$G.enableAfterSeparators:P,I=e.afterSeparatorLength,B=void 0===I?$G.afterSeparatorLength:I,j=e.afterSeparatorOffset,F=void 0===j?$G.afterSeparatorOffset:j,H=e.isInteractive,$=void 0===H?$G.isInteractive:H,q=e.currentPartSizeExtension,U=void 0===q?$G.currentPartSizeExtension:q,W=e.currentBorderWidth,V=e.onMouseEnter,G=e.onMouseMove,Y=e.onMouseLeave,X=e.onClick,Z=e.tooltip,K=nE(),J=cF(m,"id"),Q=aF(C,K),ee=aF(T,K),te=sI(p),ne=Ai((function(){return function(e,t){var n=Fg();return"vertical"===t?n.curve("smooth"===e?Gg:zg).x0((function(e){return e.x0})).x1((function(e){return e.x1})).y((function(e){return e.y})):n.curve("smooth"===e?Gg:zg).y0((function(e){return e.y0})).y1((function(e){return e.y1})).x((function(e){return e.x})),[n,jg().defined((function(e){return null!==e})).x((function(e){return e.x})).y((function(e){return e.y})).curve("smooth"===e?Gg:zg)]}(c,s)}),[c,s]),re=ne[0],ie=ne[1],oe=E?O+D:0,ae=z?B+F:0;"vertical"===s?(t=i-oe-ae,n=o):(t=i,n=o-oe-ae);var se=Ai((function(){return function(e){var t,n,r=e.data,i=e.width,o=e.height,a=e.spacing;"vertical"===e.direction?(t=o,n=i):(t=i,n=o);var s=(t-a*(r.length-1))/r.length,l=function(e){return a*e+s*e};l.bandwidth=s;var c=r.map((function(e){return e.value}));return[l,_f().domain([0,Math.max.apply(Math,c)]).range([0,n])]}({data:r,direction:s,width:t,height:n,spacing:d})}),[r,s,t,n,d]),le=se[0],ce=function(e,t){return Ai((function(){return function(e,t){if("function"==typeof e)return e;if(Array.isArray(e)){var n=Wd(e);return function(e){return Number(n(String(e.id)))}}if(vo(e)){if(function(e){return void 0!==e.datum}(e))return function(t){var n=bo(t,e.datum);return"number"==typeof n?n:0};throw new Error("Invalid size, when using an object, you should specify a 'datum' property")}return function(e){return t(e.value)}}(e,t)}),[e,t])}(b,se[1]),ue=xi(null),de=ue[0],fe=ue[1],he=Ai((function(){var e=r.map((function(e,r){var i,o,a,l,c=e.id===de,u=ce(e);"vertical"===s?(i=u,o=le.bandwidth,l=oe+.5*(t-i),a=le(r)):(i=le.bandwidth,o=u,l=le(r),a=oe+.5*(n-o));var d=l+i,f=l+.5*i,h=a+o,p=a+.5*o,g={data:e,width:i,height:o,color:J(e),fillOpacity:_,borderWidth:c&&void 0!==W?W:x,borderOpacity:M,formattedValue:te(e.value),isCurrent:c,x:f,x0:l,x1:d,y:p,y0:a,y1:h,borderColor:"",labelColor:"",points:[],areaPoints:[],borderPoints:[]};return g.borderColor=Q(g),g.labelColor=ee(g),g})),i=h/2;return e.forEach((function(t,n){var r=e[n+1];if("vertical"===s){t.points.push({x:t.x0,y:t.y0}),t.points.push({x:t.x1,y:t.y0}),r?(t.points.push({x:r.x1,y:t.y1}),t.points.push({x:r.x0,y:t.y1})):(t.points.push({x:t.points[1].x,y:t.y1}),t.points.push({x:t.points[0].x,y:t.y1})),t.isCurrent&&(t.points[0].x-=U,t.points[1].x+=U,t.points[2].x+=U,t.points[3].x-=U),t.areaPoints=[{x:0,x0:t.points[0].x,x1:t.points[1].x,y:t.y0,y0:0,y1:0}],t.areaPoints.push(FG({},t.areaPoints[0],{y:t.y0+t.height*i}));var o={x:0,x0:t.points[3].x,x1:t.points[2].x,y:t.y1,y0:0,y1:0};t.areaPoints.push(FG({},o,{y:t.y1-t.height*i})),t.areaPoints.push(o),[0,1,2,3].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x0,y:t.areaPoints[e].y})})),t.borderPoints.push(null),[3,2,1,0].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x1,y:t.areaPoints[e].y})}))}else{t.points.push({x:t.x0,y:t.y0}),r?(t.points.push({x:t.x1,y:r.y0}),t.points.push({x:t.x1,y:r.y1})):(t.points.push({x:t.x1,y:t.y0}),t.points.push({x:t.x1,y:t.y1})),t.points.push({x:t.x0,y:t.y1}),t.isCurrent&&(t.points[0].y-=U,t.points[1].y-=U,t.points[2].y+=U,t.points[3].y+=U),t.areaPoints=[{x:t.x0,x0:0,x1:0,y:0,y0:t.points[0].y,y1:t.points[3].y}],t.areaPoints.push(FG({},t.areaPoints[0],{x:t.x0+t.width*i}));var a={x:t.x1,x0:0,x1:0,y:0,y0:t.points[1].y,y1:t.points[2].y};t.areaPoints.push(FG({},a,{x:t.x1-t.width*i})),t.areaPoints.push(a),[0,1,2,3].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x,y:t.areaPoints[e].y0})})),t.borderPoints.push(null),[3,2,1,0].map((function(e){t.borderPoints.push({x:t.areaPoints[e].x,y:t.areaPoints[e].y1})}))}})),e}),[r,s,le,t,n,oe,h,J,te,Q,ee,de,M,x,W,U,_,ce]),pe=yE(),ge=pe.showTooltipFromEvent,me=pe.hideTooltip,ve=Ai((function(){return function(e){var t=e.parts,n=e.setCurrentPartId,r=e.onMouseEnter,i=e.onMouseLeave,o=e.onMouseMove,a=e.onClick,s=e.showTooltipFromEvent,l=e.hideTooltip,c=e.tooltip,u=void 0===c?qG:c;return e.isInteractive?t.map((function(e){return FG({},e,{onMouseEnter:function(t){n(e.data.id),s(Pr(u,{part:e}),t),null==r||r(e,t)},onMouseLeave:function(t){n(null),l(),null==i||i(e,t)},onMouseMove:function(t){s(Pr(u,{part:e}),t),null==o||o(e,t)},onClick:void 0!==a?function(t){a(e,t)}:void 0})})):t}({parts:he,setCurrentPartId:fe,isInteractive:$,onMouseEnter:V,onMouseLeave:Y,onMouseMove:G,onClick:X,showTooltipFromEvent:ge,hideTooltip:me,tooltip:Z})}),[he,fe,$,V,Y,G,X,ge,me,Z]),be=Ai((function(){return function(e){var t=e.parts,n=e.direction,r=e.width,i=e.height,o=e.spacing,a=e.enableBeforeSeparators,s=e.beforeSeparatorOffset,l=e.enableAfterSeparators,c=e.afterSeparatorOffset,u=[],d=[],f=t[t.length-1];if("vertical"===n){t.forEach((function(e){var t=e.y0-o/2;a&&u.push({partId:e.data.id,x0:0,x1:e.x0-s,y0:t,y1:t}),l&&d.push({partId:e.data.id,x0:e.x1+c,x1:r,y0:t,y1:t})}));var h=f.y1;a&&u.push(FG({},u[u.length-1],{partId:"none",y0:h,y1:h})),l&&d.push(FG({},d[d.length-1],{partId:"none",y0:h,y1:h}))}else if("horizontal"===n){t.forEach((function(e){var t=e.x0-o/2;u.push({partId:e.data.id,x0:t,x1:t,y0:0,y1:e.y0-s}),d.push({partId:e.data.id,x0:t,x1:t,y0:e.y1+c,y1:i})}));var p=f.x1;u.push(FG({},u[u.length-1],{partId:"none",x0:p,x1:p})),d.push(FG({},d[d.length-1],{partId:"none",x0:p,x1:p}))}return[u,d]}({parts:he,direction:s,width:i,height:o,spacing:d,enableBeforeSeparators:E,beforeSeparatorOffset:D,enableAfterSeparators:z,afterSeparatorOffset:F})}),[he,s,i,o,d,E,D,z,F]),ye=be[0],_e=be[1],we=Ai((function(){return{width:i,height:o,parts:ve,areaGenerator:re,borderGenerator:ie,beforeSeparators:ye,afterSeparators:_e,setCurrentPartId:fe}}),[i,o,ve,re,ie,ye,_e,fe]);return{parts:ve,areaGenerator:re,borderGenerator:ie,beforeSeparators:ye,afterSeparators:_e,setCurrentPartId:fe,currentPartId:de,customLayerProps:we}},WG=function(e){var t=e.part,n=e.areaGenerator,r=e.borderGenerator,i=Sz(),o=i.animate,a=i.config,s=Qz(n(t.areaPoints)),l=Qz(r(t.borderPoints)),c=uC({areaColor:t.color,borderWidth:t.borderWidth,borderColor:t.borderColor,config:a,immediate:!o});return Ps(Ir,{children:[t.borderWidth>0&&Ps(wM.path,{d:l,stroke:c.borderColor,strokeWidth:c.borderWidth,strokeOpacity:t.borderOpacity,fill:"none"}),Ps(wM.path,{d:s,fill:c.areaColor,fillOpacity:t.fillOpacity,onMouseEnter:t.onMouseEnter,onMouseLeave:t.onMouseLeave,onMouseMove:t.onMouseMove,onClick:t.onClick})]})},VG=function(e){var t=e.parts,n=e.areaGenerator,r=e.borderGenerator;return Ps(Ir,{children:t.map((function(e){return Ps(WG,{part:e,areaGenerator:n,borderGenerator:r},e.data.id)}))})},GG=function(e){var t=e.part,n=nE(),r=Sz(),i=r.animate,o=r.config,a=uC({transform:"translate("+t.x+", "+t.y+")",color:t.labelColor,config:o,immediate:!i});return Ps(wM.g,{transform:a.transform,children:Ps(NI,{textAnchor:"middle",dominantBaseline:"central",style:FG({},n.labels.text,{fill:a.color,pointerEvents:"none"}),children:t.formattedValue})})},YG=function(e){return Ps(Ir,{children:e.parts.map((function(e){return Ps(GG,{part:e},e.data.id)}))})},XG=function(e){var t=e.separator,n=nE(),r=Sz(),i=r.animate,o=r.config,a=uC({x1:t.x0,x2:t.x1,y1:t.y0,y2:t.y1,config:o,immediate:!i});return Ps(wM.line,FG({x1:a.x1,x2:a.x2,y1:a.y1,y2:a.y2,fill:"none"},n.grid.line))},ZG=function(e){var t=e.beforeSeparators,n=e.afterSeparators;return Ps(Ir,{children:[t.map((function(e){return Ps(XG,{separator:e},e.partId)})),n.map((function(e){return Ps(XG,{separator:e},e.partId)}))]})},KG=function(e){var t=function(e,t){return xW({data:e,annotations:t,getPosition:function(e){return{x:e.x,y:e.y}},getDimensions:function(e){var t=e.width,n=e.height;return{size:Math.max(t,n),width:t,height:n}}})}(e.parts,e.annotations);return Ps(Ir,{children:t.map((function(e,t){return Ps(LW,FG({},e),t)}))})},JG=["isInteractive","animate","motionConfig","theme","renderWrapper"],QG=function(e){var t=e.data,n=e.width,r=e.height,i=e.margin,o=e.direction,a=void 0===o?$G.direction:o,s=e.interpolation,l=void 0===s?$G.interpolation:s,c=e.spacing,u=void 0===c?$G.spacing:c,d=e.shapeBlending,f=void 0===d?$G.shapeBlending:d,h=e.valueFormat,p=e.colors,g=void 0===p?$G.colors:p,m=e.size,v=void 0===m?$G.size:m,b=e.fillOpacity,y=void 0===b?$G.fillOpacity:b,_=e.borderWidth,w=void 0===_?$G.borderWidth:_,x=e.borderColor,k=void 0===x?$G.borderColor:x,C=e.borderOpacity,S=void 0===C?$G.borderOpacity:C,M=e.enableLabel,A=void 0===M?$G.enableLabel:M,T=e.labelColor,L=void 0===T?$G.labelColor:T,E=e.enableBeforeSeparators,N=void 0===E?$G.enableBeforeSeparators:E,O=e.beforeSeparatorLength,R=void 0===O?$G.beforeSeparatorLength:O,D=e.beforeSeparatorOffset,P=void 0===D?$G.beforeSeparatorOffset:D,z=e.enableAfterSeparators,I=void 0===z?$G.enableAfterSeparators:z,B=e.afterSeparatorLength,j=void 0===B?$G.afterSeparatorLength:B,F=e.afterSeparatorOffset,H=void 0===F?$G.afterSeparatorOffset:F,$=e.layers,q=void 0===$?$G.layers:$,U=e.annotations,W=void 0===U?$G.annotations:U,V=e.isInteractive,G=void 0===V?$G.isInteractive:V,Y=e.currentPartSizeExtension,X=void 0===Y?$G.currentPartSizeExtension:Y,Z=e.currentBorderWidth,K=e.onMouseEnter,J=e.onMouseMove,Q=e.onMouseLeave,ee=e.onClick,te=e.tooltip,ne=e.role,re=void 0===ne?$G.role:ne,ie=e.ariaLabel,oe=e.ariaLabelledBy,ae=e.ariaDescribedBy,se=e.forwardedRef,le=iI(n,r,i),ce=le.margin,ue=le.innerWidth,de=le.innerHeight,fe=le.outerWidth,he=le.outerHeight,pe=UG({data:t,width:ue,height:de,direction:a,interpolation:l,spacing:u,shapeBlending:f,valueFormat:h,colors:g,size:v,fillOpacity:y,borderWidth:w,borderColor:k,borderOpacity:S,labelColor:L,enableBeforeSeparators:N,beforeSeparatorLength:R,beforeSeparatorOffset:P,enableAfterSeparators:I,afterSeparatorLength:j,afterSeparatorOffset:H,isInteractive:G,currentPartSizeExtension:X,currentBorderWidth:Z,onMouseEnter:K,onMouseMove:J,onMouseLeave:Q,onClick:ee,tooltip:te}),ge=pe.areaGenerator,me=pe.borderGenerator,ve=pe.parts,be=pe.beforeSeparators,ye=pe.afterSeparators,_e=pe.customLayerProps,we={separators:null,parts:null,annotations:null,labels:null};return q.includes("separators")&&(we.separators=Ps(ZG,{beforeSeparators:be,afterSeparators:ye},"separators")),q.includes("parts")&&(we.parts=Ps(VG,{parts:ve,areaGenerator:ge,borderGenerator:me},"parts")),null!=q&&q.includes("annotations")&&(we.annotations=Ps(KG,{parts:ve,annotations:W},"annotations")),q.includes("labels")&&A&&(we.labels=Ps(YG,{parts:ve},"labels")),Ps(Yz,{width:fe,height:he,margin:ce,role:re,ariaLabel:ie,ariaLabelledBy:oe,ariaDescribedBy:ae,ref:se,children:q.map((function(e,t){var n;return"function"==typeof e?Ps(Ir,{children:Pr(e,_e)},t):null!=(n=null==we?void 0:we[e])?n:null}))})},eY=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?$G.isInteractive:n,i=e.animate,o=void 0===i?$G.animate:i,a=e.motionConfig,s=void 0===a?$G.motionConfig:a,l=e.theme,c=e.renderWrapper,u=HG(e,JG);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(QG,FG({isInteractive:r},u,{forwardedRef:t}))})})),tY=["defaultWidth","defaultHeight","onResize","debounceResize"],nY=Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=HG(e,tY);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(eY,FG({width:n,height:r},a,{ref:t}))}})}));const rY={background:"var(--bg-base-primary)",axis:{ticks:{text:{fill:"var(--on-text-secondary)"}},legend:{text:{fill:"var(--on-text-primary)"}}},grid:{line:{stroke:"var(--on-border-muted)"}},legends:{text:{fill:"var(--on-text-secondary)"}},tooltip:{container:{background:"var(--bg-base-modal)",color:"var(--on-text-primary)"}},text:{fill:"var(--on-text-primary)"}},iY=e=>{const t=nE(),{animate:n,config:r}=Sz(),i=uC({transform:`translate(10, ${e.y})`,color:e.labelColor,config:r,immediate:!n}),o=[];return o.push(`Layer: ${e.data.layer}`),e.data.value>0?(o.push(`Number of tests: ${e.data.value} (${e.data.percentage}%)`),o.push(`Success rate: ${e.data.successRate}%`)):o.push("No tests"),Ps(WU.g,{transform:i.transform,children:Ps(NI,{style:{...t.labels.text,pointerEvents:"none"},lineHeight:1.2,children:o.map(((e,t)=>Ps(WU.tspan,{x:0,dy:0===t?0:"1.2em",children:e},t)))},e.data.id)})},oY=e=>{const{parts:t}=e;return t.map((e=>Ps(iY,{...e},e.data.id)))},aY=e=>{const{data:t,title:n,translations:r,height:i=400,width:o="100%"}=e,a=r["no-results"],s=Ai((()=>[...t].reverse().map((e=>({id:e.layer,value:e.testCount,label:e.layer,successRate:e.successRate,percentage:e.percentage,layer:e.layer,color:e.testCount>0?"var(--bg-support-aldebaran)":"var(--bg-support-rau)"})))),[t]);return t&&0!==t.length?Ps($b,{title:n,children:Ps("div",{role:"img",tabIndex:0,style:{width:o,height:i},children:Ps(nY,{data:s,theme:rY,enableLabel:!1,layers:["separators","parts","labels","annotations",oY],interpolation:"linear",spacing:5,shapeBlending:0,borderWidth:0,colors:e=>e.color,labelColor:{theme:"background"},enableAfterSeparators:!1})})}):Ps($b,{title:n,children:Ps(UH,{label:a,width:o,height:i,ariaLabel:a})})};function sY(){return sY=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},sY.apply(null,arguments)}var lY={pointerEvents:"none"},cY=function(e){var t=e.label,n=e.style,r=nE();return Ps(wM.g,{transform:n.transform,opacity:n.progress,style:lY,children:Ps(NI,{textAnchor:"middle",dominantBaseline:"central",style:sY({},r.labels.text,{fill:n.textColor}),children:t})})},uY=function(e){var t=e%(2*Math.PI);return t<0&&(t+=2*Math.PI),t},dY=function(e,t){return e.filter((function(e){return Math.abs(jz(e.arc.endAngle-e.arc.startAngle))>=t}))},fY={startAngle:{enter:function(e){return sY({},e,{endAngle:e.startAngle})},update:function(e){return e},leave:function(e){return sY({},e,{startAngle:e.endAngle})}},middleAngle:{enter:function(e){var t=e.startAngle+(e.endAngle-e.startAngle)/2;return sY({},e,{startAngle:t,endAngle:t})},update:function(e){return e},leave:function(e){var t=e.startAngle+(e.endAngle-e.startAngle)/2;return sY({},e,{startAngle:t,endAngle:t})}},endAngle:{enter:function(e){return sY({},e,{startAngle:e.endAngle})},update:function(e){return e},leave:function(e){return sY({},e,{endAngle:e.startAngle})}},innerRadius:{enter:function(e){return sY({},e,{outerRadius:e.innerRadius})},update:function(e){return e},leave:function(e){return sY({},e,{innerRadius:e.outerRadius})}},centerRadius:{enter:function(e){var t=e.innerRadius+(e.outerRadius-e.innerRadius)/2;return sY({},e,{innerRadius:t,outerRadius:t})},update:function(e){return e},leave:function(e){var t=e.innerRadius+(e.outerRadius-e.innerRadius)/2;return sY({},e,{innerRadius:t,outerRadius:t})}},outerRadius:{enter:function(e){return sY({},e,{innerRadius:e.outerRadius})},update:function(e){return e},leave:function(e){return sY({},e,{outerRadius:e.innerRadius})}},pushIn:{enter:function(e){return sY({},e,{innerRadius:e.innerRadius-e.outerRadius+e.innerRadius,outerRadius:e.innerRadius})},update:function(e){return e},leave:function(e){return sY({},e,{innerRadius:e.outerRadius,outerRadius:e.outerRadius+e.outerRadius-e.innerRadius})}},pushOut:{enter:function(e){return sY({},e,{innerRadius:e.outerRadius,outerRadius:e.outerRadius+e.outerRadius-e.innerRadius})},update:function(e){return e},leave:function(e){return sY({},e,{innerRadius:e.innerRadius-e.outerRadius+e.innerRadius,outerRadius:e.innerRadius})}}},hY=function(e,t){return Ai((function(){var n=fY[e];return{enter:function(e){return sY({progress:0},n.enter(e.arc),t?t.enter(e):{})},update:function(e){return sY({progress:1},n.update(e.arc),t?t.update(e):{})},leave:function(e){return sY({progress:0},n.leave(e.arc),t?t.leave(e):{})}}}),[e,t])},pY=function(e,t){var n=function(e){return e.startAngle+(e.endAngle-e.startAngle)/2}(e)-Math.PI/2,r=e.innerRadius+(e.outerRadius-e.innerRadius)*t;return Fz(n,r)},gY=function(e){return function(t,n,r,i){return vC([t,n,r,i],(function(t,n,r,i){var o=pY({startAngle:t,endAngle:n,innerRadius:r,outerRadius:i},e);return"translate("+o.x+","+o.y+")"}))}},mY=function(e){var t=e.center,n=e.data,r=e.transitionMode,i=e.label,o=e.radiusOffset,a=e.skipAngle,s=e.skipRadius,l=e.textColor,c=e.component,u=void 0===c?cY:c,d=cI(i),f=nE(),h=aF(l,f),p=Ai((function(){return n.filter((function(e){var t=Math.abs(jz(e.arc.endAngle-e.arc.startAngle)),n=Math.abs(e.arc.outerRadius-e.arc.innerRadius);return t>=a&&n>=s}))}),[n,a,s]),g=function(e,t,n){void 0===t&&(t=.5),void 0===n&&(n="innerRadius");var r=Sz(),i=r.animate,o=r.config,a=hY(n,void 0);return{transition:dC(e,{keys:function(e){return e.id},initial:a.update,from:a.enter,enter:a.update,update:a.update,leave:a.leave,config:o,immediate:!i}),interpolate:gY(t)}}(p,o,r),m=g.transition,v=g.interpolate,b=u;return Ps("g",{transform:"translate("+t[0]+","+t[1]+")",children:m((function(e,t){return Pr(b,{key:t.id,datum:t,label:d(t),style:{progress:e.progress,transform:v(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius),textColor:h(t)}})}))})},vY=function(e){var t=e.label,n=e.style,r=nE();return Ps(wM.g,{opacity:n.opacity,children:[Ps(wM.path,{fill:"none",stroke:n.linkColor,strokeWidth:n.thickness,d:n.path}),Ps(NI,{transform:n.textPosition,textAnchor:n.textAnchor,dominantBaseline:"central",style:sY({},r.labels.text,{fill:n.textColor}),children:t})]})},bY=function(e,t,n,r){var i,o,a=uY(e.startAngle+(e.endAngle-e.startAngle)/2-Math.PI/2),s=Fz(a,e.outerRadius+t),l=Fz(a,e.outerRadius+t+n);return a<Math.PI/2||a>1.5*Math.PI?(i="after",o={x:l.x+r,y:l.y}):(i="before",o={x:l.x-r,y:l.y}),{side:i,points:[s,l,o]}},yY=jg().x((function(e){return e.x})).y((function(e){return e.y})),_Y=function(e,t,n,r,i,o,a){return vC([e,t,n,r,i,o,a],(function(e,t,n,r,i,o,a){var s=bY({startAngle:e,endAngle:t,outerRadius:r},i,o,a).points;return yY(s)}))},wY=function(e,t,n,r){return vC([e,t,n,r],(function(e,t,n,r){return function(e){var t=uY(e.startAngle+(e.endAngle-e.startAngle)/2-Math.PI/2);return t<Math.PI/2||t>1.5*Math.PI?"start":"end"}({startAngle:e,endAngle:t})}))},xY=function(e,t,n,r,i,o,a,s){return vC([e,t,n,r,i,o,a,s],(function(e,t,n,r,i,o,a,s){var l=bY({startAngle:e,endAngle:t,outerRadius:r},i,o,a),c=l.points,u=l.side,d=c[2];return"before"===u?d.x-=s:d.x+=s,"translate("+d.x+","+d.y+")"}))},kY=function(e){var t=e.center,n=e.data,r=e.label,i=e.skipAngle,o=e.offset,a=e.diagonalLength,s=e.straightLength,l=e.strokeWidth,c=e.textOffset,u=e.textColor,d=e.linkColor,f=e.component,h=void 0===f?vY:f,p=cI(r),g=function(e){var t=e.data,n=e.offset,r=void 0===n?0:n,i=e.diagonalLength,o=e.straightLength,a=e.skipAngle,s=void 0===a?0:a,l=e.textOffset,c=e.linkColor,u=e.textColor,d=Sz(),f=d.animate,h=d.config,p=nE(),g=aF(c,p),m=aF(u,p),v=function(e,t){return Ai((function(){return dY(e,t)}),[e,t])}(t,s),b=function(e){var t=e.offset,n=e.diagonalLength,r=e.straightLength,i=e.textOffset,o=e.getLinkColor,a=e.getTextColor;return Ai((function(){return{enter:function(e){return{startAngle:e.arc.startAngle,endAngle:e.arc.endAngle,innerRadius:e.arc.innerRadius,outerRadius:e.arc.outerRadius,offset:t,diagonalLength:0,straightLength:0,textOffset:i,linkColor:o(e),textColor:a(e),opacity:0}},update:function(e){return{startAngle:e.arc.startAngle,endAngle:e.arc.endAngle,innerRadius:e.arc.innerRadius,outerRadius:e.arc.outerRadius,offset:t,diagonalLength:n,straightLength:r,textOffset:i,linkColor:o(e),textColor:a(e),opacity:1}},leave:function(e){return{startAngle:e.arc.startAngle,endAngle:e.arc.endAngle,innerRadius:e.arc.innerRadius,outerRadius:e.arc.outerRadius,offset:t,diagonalLength:0,straightLength:0,textOffset:i,linkColor:o(e),textColor:a(e),opacity:0}}}}),[n,r,i,o,a,t])}({offset:r,diagonalLength:i,straightLength:o,textOffset:l,getLinkColor:g,getTextColor:m});return{transition:dC(v,{keys:function(e){return e.id},initial:b.update,from:b.enter,enter:b.update,update:b.update,leave:b.leave,config:h,immediate:!f}),interpolateLink:_Y,interpolateTextAnchor:wY,interpolateTextPosition:xY}}({data:n,skipAngle:i,offset:o,diagonalLength:a,straightLength:s,textOffset:c,linkColor:d,textColor:u}),m=g.transition,v=g.interpolateLink,b=g.interpolateTextAnchor,y=g.interpolateTextPosition,_=h;return Ps("g",{transform:"translate("+t[0]+","+t[1]+")",children:m((function(e,t){return Pr(_,{key:t.id,datum:t,label:p(t),style:sY({},e,{thickness:l,path:v(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius,e.offset,e.diagonalLength,e.straightLength),textAnchor:b(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius),textPosition:y(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius,e.offset,e.diagonalLength,e.straightLength,e.textOffset)})})}))})},CY=function(e){var t=e.datum,n=e.style,r=e.onClick,i=e.onMouseEnter,o=e.onMouseMove,a=e.onMouseLeave,s=Ti((function(e){return null==r?void 0:r(t,e)}),[r,t]),l=Ti((function(e){return null==i?void 0:i(t,e)}),[i,t]),c=Ti((function(e){return null==o?void 0:o(t,e)}),[o,t]),u=Ti((function(e){return null==a?void 0:a(t,e)}),[a,t]);return Ps(wM.path,{d:n.path,opacity:n.opacity,fill:t.fill||n.color,stroke:n.borderColor,strokeWidth:n.borderWidth,onClick:r?s:void 0,onMouseEnter:i?l:void 0,onMouseMove:o?c:void 0,onMouseLeave:a?u:void 0,"data-testid":"arc."+t.id})},SY=function(e,t,n,r,i){return vC([e,t,n,r],(function(e,t,n,r){return i({startAngle:e,endAngle:t,innerRadius:Math.max(0,n),outerRadius:Math.max(0,r)})}))},MY=function(e){var t=e.center,n=e.data,r=e.arcGenerator,i=e.borderWidth,o=e.borderColor,a=e.onClick,s=e.onMouseEnter,l=e.onMouseMove,c=e.onMouseLeave,u=e.transitionMode,d=e.component,f=void 0===d?CY:d,h=nE(),p=aF(o,h),g=function(e,t,n){void 0===t&&(t="innerRadius");var r=Sz(),i=r.animate,o=r.config,a=hY(t,n);return{transition:dC(e,{keys:function(e){return e.id},initial:a.update,from:a.enter,enter:a.update,update:a.update,leave:a.leave,config:o,immediate:!i}),interpolate:SY}}(n,u,{enter:function(e){return{opacity:0,color:e.color,borderColor:p(e)}},update:function(e){return{opacity:1,color:e.color,borderColor:p(e)}},leave:function(e){return{opacity:0,color:e.color,borderColor:p(e)}}}),m=g.transition,v=g.interpolate,b=f;return Ps("g",{transform:"translate("+t[0]+","+t[1]+")",children:m((function(e,t){return Pr(b,{key:t.id,datum:t,style:sY({},e,{borderWidth:i,path:v(e.startAngle,e.endAngle,e.innerRadius,e.outerRadius,r)}),onClick:a,onMouseEnter:s,onMouseMove:l,onMouseLeave:c})}))})},AY=function(e){var t=void 0===e?{}:e,n=t.cornerRadius,r=void 0===n?0:n,i=t.padAngle,o=void 0===i?0:i;return Ai((function(){return Rg().innerRadius((function(e){return e.innerRadius})).outerRadius((function(e){return e.outerRadius})).cornerRadius(r).padAngle(o)}),[r,o])};function TY(){return TY=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},TY.apply(null,arguments)}function LY(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}var EY,NY=function(e){var t=e.width,n=e.height,r=e.legends,i=e.data,o=e.toggleSerie;return Ps(Ir,{children:r.map((function(e,r){var a;return Ps(MF,TY({},e,{containerWidth:t,containerHeight:n,data:null!=(a=e.data)?a:i,toggleSerie:e.toggleSerie?o:void 0}),r)}))})},OY={id:"id",value:"value",sortByValue:!1,innerRadius:0,padAngle:0,cornerRadius:0,layers:["arcs","arcLinkLabels","arcLabels","legends"],startAngle:0,endAngle:360,fit:!0,activeInnerRadiusOffset:0,activeOuterRadiusOffset:0,borderWidth:0,borderColor:{from:"color",modifiers:[["darker",1]]},enableArcLabels:!0,arcLabel:"formattedValue",arcLabelsSkipAngle:0,arcLabelsSkipRadius:0,arcLabelsRadiusOffset:.5,arcLabelsTextColor:{theme:"labels.text.fill"},enableArcLinkLabels:!0,arcLinkLabel:"id",arcLinkLabelsSkipAngle:0,arcLinkLabelsOffset:0,arcLinkLabelsDiagonalLength:16,arcLinkLabelsStraightLength:24,arcLinkLabelsThickness:1,arcLinkLabelsTextOffset:6,arcLinkLabelsTextColor:{theme:"labels.text.fill"},arcLinkLabelsColor:{theme:"axis.ticks.line.stroke"},colors:{scheme:"nivo"},defs:[],fill:[],isInteractive:!0,animate:!0,motionConfig:"gentle",transitionMode:"innerRadius",tooltip:function(e){var t=e.datum;return Ps(cE,{id:t.id,value:t.formattedValue,enableChip:!0,color:t.color})},legends:[],role:"img",pixelRatio:"undefined"!=typeof window&&null!=(EY=window.devicePixelRatio)?EY:1},RY=["points"],DY=function(e){var t=e.data,n=e.id,r=void 0===n?OY.id:n,i=e.value,o=void 0===i?OY.value:i,a=e.valueFormat,s=e.colors,l=void 0===s?OY.colors:s,c=cI(r),u=cI(o),d=sI(a),f=cF(l,"id");return Ai((function(){return t.map((function(e){var t,n=c(e),r=u(e),i={id:n,label:null!=(t=e.label)?t:n,hidden:!1,value:r,formattedValue:d(r),data:e};return TY({},i,{color:f(i)})}))}),[t,c,u,d,f])},PY=function(e){var t=e.data,n=e.width,r=e.height,i=e.innerRadius,o=void 0===i?OY.innerRadius:i,a=e.startAngle,s=void 0===a?OY.startAngle:a,l=e.endAngle,c=void 0===l?OY.endAngle:l,u=e.padAngle,d=void 0===u?OY.padAngle:u,f=e.sortByValue,h=void 0===f?OY.sortByValue:f,p=e.cornerRadius,g=void 0===p?OY.cornerRadius:p,m=e.fit,v=void 0===m?OY.fit:m,b=e.activeInnerRadiusOffset,y=void 0===b?OY.activeInnerRadiusOffset:b,_=e.activeOuterRadiusOffset,w=void 0===_?OY.activeOuterRadiusOffset:_,x=e.activeId,k=e.onActiveIdChange,C=e.defaultActiveId,S=e.forwardLegendData,M=function(e){var t=e.activeId,n=e.onActiveIdChange,r=e.defaultActiveId,i=void 0!==t,o=xi(i||void 0===r?null:r),a=o[0],s=o[1];return{activeId:i?t:a,setActiveId:Ti((function(e){n&&n(e),i||s(e)}),[i,n,s])}}({activeId:x,onActiveIdChange:k,defaultActiveId:C}),A=M.activeId,T=M.setActiveId,L=xi([]),E=L[0],N=L[1],O=Ai((function(){var e,t=Math.min(n,r)/2,i=t*Math.min(o,1),a=n/2,l=r/2;if(v){var u=function(e,t,n,r,i,o){void 0===o&&(o=!0);var a=[],s=Fz(Bz(r),n);a.push([s.x,s.y]);var l=Fz(Bz(i),n);a.push([l.x,l.y]);for(var c=Math.round(Math.min(r,i));c<=Math.round(Math.max(r,i));c++)if(c%90==0){var u=Fz(Bz(c),n);a.push([u.x,u.y])}a=a.map((function(n){var r=n[0],i=n[1];return[e+r,t+i]})),o&&a.push([e,t]);var d=a.map((function(e){return e[0]})),f=a.map((function(e){return e[1]})),h=Math.min.apply(Math,d),p=Math.max.apply(Math,d),g=Math.min.apply(Math,f);return{points:a,x:h,y:g,width:p-h,height:Math.max.apply(Math,f)-g}}(a,l,t,s-90,c-90),d=u.points,f=LY(u,RY),h=Math.min(n/f.width,r/f.height),p={width:f.width*h,height:f.height*h};p.x=(n-p.width)/2,p.y=(r-p.height)/2,a=(a-f.x)/f.width*f.width*h+p.x,l=(l-f.y)/f.height*f.height*h+p.y,e={box:f,ratio:h,points:d},t*=h,i*=h}return{centerX:a,centerY:l,radius:t,innerRadius:i,debug:e}}),[n,r,o,s,c,v]),R=function(e){var t=e.data,n=e.startAngle,r=e.endAngle,i=e.innerRadius,o=e.outerRadius,a=e.padAngle,s=e.sortByValue,l=e.activeId,c=e.activeInnerRadiusOffset,u=e.activeOuterRadiusOffset,d=e.hiddenIds,f=e.forwardLegendData,h=Ai((function(){var e=qg().value((function(e){return e.value})).startAngle(Bz(n)).endAngle(Bz(r)).padAngle(Bz(a));return s||e.sortValues(null),e}),[n,r,a,s]),p=Ai((function(){var e=t.filter((function(e){return!d.includes(e.id)}));return{dataWithArc:h(e).map((function(e){var t=Math.abs(e.endAngle-e.startAngle);return TY({},e.data,{arc:{index:e.index,startAngle:e.startAngle,endAngle:e.endAngle,innerRadius:l===e.data.id?i-c:i,outerRadius:l===e.data.id?o+u:o,thickness:o-i,padAngle:e.padAngle,angle:t,angleDeg:jz(t)}})})),legendData:t.map((function(e){return{id:e.id,label:e.label,color:e.color,hidden:d.includes(e.id),data:e}}))}}),[h,t,d,l,i,c,o,u]),g=p.legendData,m=Mi(f);return Ci((function(){"function"==typeof m.current&&m.current(g)}),[m,g]),p}({data:t,startAngle:s,endAngle:c,innerRadius:O.innerRadius,outerRadius:O.radius,padAngle:d,sortByValue:h,activeId:A,activeInnerRadiusOffset:y,activeOuterRadiusOffset:w,hiddenIds:E,forwardLegendData:S}),D=Ti((function(e){N((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]);return TY({arcGenerator:AY({cornerRadius:g,padAngle:Bz(d)}),activeId:A,setActiveId:T,toggleSerie:D},R,O)},zY=function(e){var t=e.center,n=e.data,r=e.arcGenerator,i=e.borderWidth,o=e.borderColor,a=e.isInteractive,s=e.onClick,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.setActiveId,f=e.tooltip,h=e.transitionMode,p=yE(),g=p.showTooltipFromEvent,m=p.hideTooltip,v=Ai((function(){if(a)return function(e,t){null==s||s(e,t)}}),[a,s]),b=Ai((function(){if(a)return function(e,t){g(Pr(f,{datum:e}),t),d(e.id),null==l||l(e,t)}}),[a,g,d,l,f]),y=Ai((function(){if(a)return function(e,t){g(Pr(f,{datum:e}),t),null==c||c(e,t)}}),[a,g,c,f]),_=Ai((function(){if(a)return function(e,t){m(),d(null),null==u||u(e,t)}}),[a,m,d,u]);return Ps(MY,{center:t,data:n,arcGenerator:r,borderWidth:i,borderColor:o,transitionMode:h,onClick:v,onMouseEnter:b,onMouseMove:y,onMouseLeave:_})},IY=["isInteractive","animate","motionConfig","theme","renderWrapper"],BY=function(e){var t=e.data,n=e.id,r=void 0===n?OY.id:n,i=e.value,o=void 0===i?OY.value:i,a=e.valueFormat,s=e.sortByValue,l=void 0===s?OY.sortByValue:s,c=e.layers,u=void 0===c?OY.layers:c,d=e.startAngle,f=void 0===d?OY.startAngle:d,h=e.endAngle,p=void 0===h?OY.endAngle:h,g=e.padAngle,m=void 0===g?OY.padAngle:g,v=e.fit,b=void 0===v?OY.fit:v,y=e.innerRadius,_=void 0===y?OY.innerRadius:y,w=e.cornerRadius,x=void 0===w?OY.cornerRadius:w,k=e.activeInnerRadiusOffset,C=void 0===k?OY.activeInnerRadiusOffset:k,S=e.activeOuterRadiusOffset,M=void 0===S?OY.activeOuterRadiusOffset:S,A=e.width,T=e.height,L=e.margin,E=e.colors,N=void 0===E?OY.colors:E,O=e.borderWidth,R=void 0===O?OY.borderWidth:O,D=e.borderColor,P=void 0===D?OY.borderColor:D,z=e.enableArcLabels,I=void 0===z?OY.enableArcLabels:z,B=e.arcLabel,j=void 0===B?OY.arcLabel:B,F=e.arcLabelsSkipAngle,H=void 0===F?OY.arcLabelsSkipAngle:F,$=e.arcLabelsSkipRadius,q=void 0===$?OY.arcLabelsSkipRadius:$,U=e.arcLabelsTextColor,W=void 0===U?OY.arcLabelsTextColor:U,V=e.arcLabelsRadiusOffset,G=void 0===V?OY.arcLabelsRadiusOffset:V,Y=e.arcLabelsComponent,X=e.enableArcLinkLabels,Z=void 0===X?OY.enableArcLinkLabels:X,K=e.arcLinkLabel,J=void 0===K?OY.arcLinkLabel:K,Q=e.arcLinkLabelsSkipAngle,ee=void 0===Q?OY.arcLinkLabelsSkipAngle:Q,te=e.arcLinkLabelsOffset,ne=void 0===te?OY.arcLinkLabelsOffset:te,re=e.arcLinkLabelsDiagonalLength,ie=void 0===re?OY.arcLinkLabelsDiagonalLength:re,oe=e.arcLinkLabelsStraightLength,ae=void 0===oe?OY.arcLinkLabelsStraightLength:oe,se=e.arcLinkLabelsThickness,le=void 0===se?OY.arcLinkLabelsThickness:se,ce=e.arcLinkLabelsTextOffset,ue=void 0===ce?OY.arcLinkLabelsTextOffset:ce,de=e.arcLinkLabelsTextColor,fe=void 0===de?OY.arcLinkLabelsTextColor:de,he=e.arcLinkLabelsColor,pe=void 0===he?OY.arcLinkLabelsColor:he,ge=e.arcLinkLabelComponent,me=e.defs,ve=void 0===me?OY.defs:me,be=e.fill,ye=void 0===be?OY.fill:be,_e=e.isInteractive,we=void 0===_e?OY.isInteractive:_e,xe=e.onClick,ke=e.onMouseEnter,Ce=e.onMouseMove,Se=e.onMouseLeave,Me=e.tooltip,Ae=void 0===Me?OY.tooltip:Me,Te=e.activeId,Le=e.onActiveIdChange,Ee=e.defaultActiveId,Ne=e.transitionMode,Oe=void 0===Ne?OY.transitionMode:Ne,Re=e.legends,De=void 0===Re?OY.legends:Re,Pe=e.forwardLegendData,ze=e.role,Ie=void 0===ze?OY.role:ze,Be=e.forwardedRef,je=iI(A,T,L),Fe=je.outerWidth,He=je.outerHeight,$e=je.margin,qe=je.innerWidth,Ue=je.innerHeight,We=DY({data:t,id:r,value:o,valueFormat:a,colors:N}),Ve=PY({data:We,width:qe,height:Ue,fit:b,innerRadius:_,startAngle:f,endAngle:p,padAngle:m,sortByValue:l,cornerRadius:x,activeInnerRadiusOffset:C,activeOuterRadiusOffset:M,activeId:Te,onActiveIdChange:Le,defaultActiveId:Ee,forwardLegendData:Pe}),Ge=Ve.dataWithArc,Ye=Ve.legendData,Xe=Ve.arcGenerator,Ze=Ve.centerX,Ke=Ve.centerY,Je=Ve.radius,Qe=Ve.innerRadius,et=Ve.setActiveId,tt=Ve.toggleSerie,nt=gI(ve,Ge,ye),rt={arcs:null,arcLinkLabels:null,arcLabels:null,legends:null};u.includes("arcs")&&(rt.arcs=Ps(zY,{center:[Ze,Ke],data:Ge,arcGenerator:Xe,borderWidth:R,borderColor:P,isInteractive:we,onClick:xe,onMouseEnter:ke,onMouseMove:Ce,onMouseLeave:Se,setActiveId:et,tooltip:Ae,transitionMode:Oe},"arcs")),Z&&u.includes("arcLinkLabels")&&(rt.arcLinkLabels=Ps(kY,{center:[Ze,Ke],data:Ge,label:J,skipAngle:ee,offset:ne,diagonalLength:ie,straightLength:ae,strokeWidth:le,textOffset:ue,textColor:fe,linkColor:pe,component:ge},"arcLinkLabels")),I&&u.includes("arcLabels")&&(rt.arcLabels=Ps(mY,{center:[Ze,Ke],data:Ge,label:j,radiusOffset:G,skipAngle:H,skipRadius:q,textColor:W,transitionMode:Oe,component:Y},"arcLabels")),De.length>0&&u.includes("legends")&&(rt.legends=Ps(NY,{width:qe,height:Ue,data:Ye,legends:De,toggleSerie:tt},"legends"));var it=function(e){var t=e.dataWithArc,n=e.arcGenerator,r=e.centerX,i=e.centerY,o=e.radius,a=e.innerRadius;return Ai((function(){return{dataWithArc:t,arcGenerator:n,centerX:r,centerY:i,radius:o,innerRadius:a}}),[t,n,r,i,o,a])}({dataWithArc:Ge,arcGenerator:Xe,centerX:Ze,centerY:Ke,radius:Je,innerRadius:Qe});return Ps(Yz,{width:Fe,height:He,margin:$e,defs:nt,role:Ie,ref:Be,children:u.map((function(e,t){return void 0!==rt[e]?rt[e]:"function"==typeof e?Ps(Ir,{children:Pr(e,it)},t):null}))})},jY=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?OY.isInteractive:n,i=e.animate,o=void 0===i?OY.animate:i,a=e.motionConfig,s=void 0===a?OY.motionConfig:a,l=e.theme,c=e.renderWrapper,u=LY(e,IY);return Ps(Tz,{animate:o,isInteractive:r,motionConfig:s,renderWrapper:c,theme:l,children:Ps(BY,TY({isInteractive:r},u,{forwardedRef:t}))})})),FY=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=LY(e,FY);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(jY,TY({width:n,height:r},a,{ref:t}))}})}));var HY=["isInteractive","theme","renderWrapper"],$Y=function(e){var t=e.data,n=e.id,r=void 0===n?OY.id:n,i=e.value,o=void 0===i?OY.value:i,a=e.valueFormat,s=e.sortByValue,l=void 0===s?OY.sortByValue:s,c=e.startAngle,u=void 0===c?OY.startAngle:c,d=e.endAngle,f=void 0===d?OY.endAngle:d,h=e.padAngle,p=void 0===h?OY.padAngle:h,g=e.fit,m=void 0===g?OY.fit:g,v=e.innerRadius,b=void 0===v?OY.innerRadius:v,y=e.cornerRadius,_=void 0===y?OY.cornerRadius:y,w=e.activeInnerRadiusOffset,x=void 0===w?OY.activeInnerRadiusOffset:w,k=e.activeOuterRadiusOffset,C=void 0===k?OY.activeOuterRadiusOffset:k,S=e.width,M=e.height,A=e.margin,T=e.pixelRatio,L=void 0===T?OY.pixelRatio:T,E=e.colors,N=void 0===E?OY.colors:E,O=e.borderWidth,R=void 0===O?OY.borderWidth:O,D=e.borderColor,P=void 0===D?OY.borderColor:D,z=e.enableArcLabels,I=void 0===z?OY.enableArcLabels:z,B=e.arcLabel,j=void 0===B?OY.arcLabel:B,F=e.arcLabelsSkipAngle,H=void 0===F?OY.arcLabelsSkipAngle:F,$=e.arcLabelsTextColor,q=void 0===$?OY.arcLabelsTextColor:$,U=e.arcLabelsRadiusOffset,W=void 0===U?OY.arcLabelsRadiusOffset:U,V=e.enableArcLinkLabels,G=void 0===V?OY.enableArcLinkLabels:V,Y=e.arcLinkLabel,X=void 0===Y?OY.arcLinkLabel:Y,Z=e.arcLinkLabelsSkipAngle,K=void 0===Z?OY.arcLinkLabelsSkipAngle:Z,J=e.arcLinkLabelsOffset,Q=void 0===J?OY.arcLinkLabelsOffset:J,ee=e.arcLinkLabelsDiagonalLength,te=void 0===ee?OY.arcLinkLabelsDiagonalLength:ee,ne=e.arcLinkLabelsStraightLength,re=void 0===ne?OY.arcLinkLabelsStraightLength:ne,ie=e.arcLinkLabelsThickness,oe=void 0===ie?OY.arcLinkLabelsThickness:ie,ae=e.arcLinkLabelsTextOffset,se=void 0===ae?OY.arcLinkLabelsTextOffset:ae,le=e.arcLinkLabelsTextColor,ce=void 0===le?OY.arcLinkLabelsTextColor:le,ue=e.arcLinkLabelsColor,de=void 0===ue?OY.arcLinkLabelsColor:ue,fe=e.isInteractive,he=void 0===fe?OY.isInteractive:fe,pe=e.onClick,ge=e.onMouseMove,me=e.tooltip,ve=void 0===me?OY.tooltip:me,be=e.activeId,ye=e.onActiveIdChange,_e=e.defaultActiveId,we=e.legends,xe=void 0===we?OY.legends:we,ke=e.forwardLegendData,Ce=e.role,Se=e.forwardedRef,Me=Mi(null),Ae=nE(),Te=iI(S,M,A),Le=Te.margin,Ee=Te.innerWidth,Ne=Te.innerHeight,Oe=Te.outerWidth,Re=Te.outerHeight,De=DY({data:t,id:r,value:o,valueFormat:a,colors:N}),Pe=PY({data:De,width:Ee,height:Ne,fit:m,innerRadius:b,startAngle:u,endAngle:f,padAngle:p,sortByValue:l,cornerRadius:_,activeInnerRadiusOffset:x,activeOuterRadiusOffset:C,activeId:be,onActiveIdChange:ye,defaultActiveId:_e,forwardLegendData:ke}),ze=Pe.dataWithArc,Ie=Pe.arcGenerator,Be=Pe.centerX,je=Pe.centerY,Fe=Pe.radius,He=Pe.innerRadius,$e=Pe.setActiveId,qe=aF(P,Ae),Ue=function(e){var t=e.data,n=e.offset,r=e.skipAngle,i=e.label,o=e.textColor,a=cI(i),s=nE(),l=aF(o,s),c=Ti((function(e){return{label:a(e),textColor:l(e)}}),[a,l]);return function(e){var t=e.data,n=e.offset,r=void 0===n?.5:n,i=e.skipAngle,o=void 0===i?0:i,a=e.computeExtraProps,s=void 0===a?function(){return{}}:a;return Ai((function(){return dY(t,o).map((function(e){var t=pY(e.arc,r);return sY({},s(e),{x:t.x,y:t.y,data:e})}))}),[t,r,o,s])}({data:t,offset:n,skipAngle:r,computeExtraProps:c})}({data:ze,label:j,skipAngle:H,offset:W,textColor:q}),We=function(e){var t=e.data,n=e.skipAngle,r=e.offset,i=e.diagonalLength,o=e.straightLength,a=e.textOffset,s=void 0===a?0:a,l=e.label,c=e.linkColor,u=e.textColor,d=cI(l),f=nE(),h=aF(c,f),p=aF(u,f),g=Ti((function(e){var t,n={x:e.points[2].x,y:e.points[2].y};return"before"===e.side?(n.x-=s,t="end"):(n.x+=s,t="start"),sY({},n,{label:d(e.data),linkColor:h(e.data),textAnchor:t,textColor:p(e.data)})}),[d,h,p,s]);return function(e){var t=e.data,n=e.skipAngle,r=void 0===n?0:n,i=e.offset,o=void 0===i?.5:i,a=e.diagonalLength,s=e.straightLength,l=e.computeExtraProps,c=void 0===l?function(){return{}}:l,u=Ai((function(){return t.filter((function(e){return Math.abs(jz(e.arc.endAngle-e.arc.startAngle))>=r})).map((function(e){return sY({},bY(e.arc,o,a,s),{data:e})}))}),[t,r,o,a,s]);return Ai((function(){return u.map((function(e){return sY({},c(e),e)}))}),[u,c])}({data:t,skipAngle:n,offset:r,diagonalLength:i,straightLength:o,computeExtraProps:g})}({data:ze,skipAngle:K,offset:Q,diagonalLength:te,straightLength:re,label:X,linkColor:de,textOffset:se,textColor:ce});Ci((function(){if(Me.current){Me.current.width=Oe*L,Me.current.height=Re*L;var e=Me.current.getContext("2d");e.scale(L,L),e.fillStyle=Ae.background,e.fillRect(0,0,Oe,Re),e.save(),e.translate(Le.left,Le.top),Ie.context(e),e.save(),e.translate(Be,je),ze.forEach((function(t){e.beginPath(),e.fillStyle=t.color,e.strokeStyle=qe(t),e.lineWidth=R,Ie(t.arc),e.fill(),R>0&&e.stroke()})),!0===G&&function(e,t,n,r){e.textBaseline="middle",vI(e,n.labels.text),t.forEach((function(t){e.textAlign=Hz.canvas.align[t.textAnchor],bI(e,sY({},n.labels.text,{fill:t.textColor}),String(t.label),t.x,t.y),e.beginPath(),e.strokeStyle=t.linkColor,e.lineWidth=r,t.points.forEach((function(t,n){0===n?e.moveTo(t.x,t.y):e.lineTo(t.x,t.y)})),e.stroke()}))}(e,We,Ae,oe),!0===I&&function(e,t,n){vI(e,n.labels.text),e.textAlign="center",e.textBaseline="middle",t.forEach((function(t){bI(e,sY({},n.labels.text,{fill:t.textColor}),String(t.label),t.x,t.y)}))}(e,Ue,Ae),e.restore(),xe.forEach((function(t){TF(e,TY({},t,{data:ze,containerWidth:Ee,containerHeight:Ne,theme:Ae}))}))}}),[Me,Ee,Ne,Oe,Re,Le.top,Le.left,L,Be,je,Ie,ze,R,qe,I,Ue,G,We,oe,xe,Ae]);var Ve=Ai((function(){return ze.map((function(e){return TY({id:e.id},e.arc)}))}),[ze]),Ge=function(e){if(!Me.current)return null;var t=fI(Me.current,e),n=t[0],r=t[1],i=function(e,t,n,r,i,o,a){if(function(e,t,n,r,i,o){var a=uI(i,o,e,t);return a<n&&a>r}(e,t,n,r,o,a)){var s=function(e,t,n,r){var i=Math.atan2(r-t,n-e)-Math.PI/2;return i>0?i:2*Math.PI+i}(o,a,e,t);return i.find((function(e){var t=e.startAngle,n=e.endAngle;return s>=t&&s<n}))}}(Le.left+Be,Le.top+je,Fe,He,Ve,n,r);return i?ze.find((function(e){return e.id===i.id})):null},Ye=yE(),Xe=Ye.showTooltipFromEvent,Ze=Ye.hideTooltip,Ke=function(e){var t=Ge(e);t?(null==ge||ge(t,e),$e(t.id),Xe(Pr(ve,{datum:t}),e)):($e(null),Ze())};return Ps("canvas",{ref:mI(Me,Se),width:Oe*L,height:Re*L,style:{width:Oe,height:Re,cursor:he?"auto":"normal"},onMouseEnter:he?Ke:void 0,onMouseMove:he?Ke:void 0,onMouseLeave:he?function(){Ze()}:void 0,onClick:he?function(e){if(pe){var t=Ge(e);t&&pe(t,e)}}:void 0,role:Ce})},qY=Ui((function(e,t){var n=e.isInteractive,r=void 0===n?OY.isInteractive:n,i=e.theme,o=e.renderWrapper,a=LY(e,HY);return Ps(Tz,{isInteractive:r,renderWrapper:o,theme:i,children:Ps($Y,TY({isInteractive:r},a,{forwardedRef:t}))})})),UY=["defaultWidth","defaultHeight","onResize","debounceResize"];Ui((function(e,t){var n=e.defaultWidth,r=e.defaultHeight,i=e.onResize,o=e.debounceResize,a=LY(e,UY);return Ps(Nz,{defaultWidth:n,defaultHeight:r,onResize:i,debounceResize:o,children:function(e){var n=e.width,r=e.height;return Ps(qY,TY({width:n,height:r},a,{ref:t}))}})}));const WY=e=>{const{debounceTimeout:t=0,children:n}=e,[r,i]=xi(0),o=Mi(null),a=Mi(!0);return Ci((()=>()=>{a.current=!1}),[]),Ci((()=>{if(!o.current)return;const e=mV.debounce((e=>{a.current&&i(e.clientWidth)}),t);e(o.current);const n=new ResizeObserver((t=>{for(const n of t)e(n.target)}));return n.observe(o.current),()=>n.disconnect()}),[t]),Ps("div",{ref:o,style:{width:"100%"},children:n(r)})},VY={id:"__EMPTY_ARC_DO_NOT_COUNT_IT_USED_FOR_VISUALS__",value:1,color:"var(--bg-control-secondary)",label:""},GY=["new","flaky","retries"];const YY=e=>e>1e3?"999+":e.toString(),XY=e=>{switch(e){case"new":return zs.testNew;case"flaky":return zs.lineIconBomb2;case"retries":return zs.lineGeneralZap}},ZY=e=>{const{stats:t,i18n:n,layout:r}=e;return Ps("div",{className:"styles_additionalStats__Yztrs","data-layout":r,children:GY.map((e=>{const r=t[e]??0;return Ps(ew,{style:"primary",tooltip:n(`tests.${e}`,{count:r}),icon:XY(e),children:r?YY(r):"-"},e)}))})},KY=[{limit:1e3,suffix:"K"},{limit:1e6,suffix:"M"},{limit:1e9,suffix:"B"},{limit:1e12,suffix:"T"},{limit:1e15,suffix:"Q"}],JY=({width:e,text:t,symbolWidth:n})=>{const r=e-2*n,i=Math.floor(r/n),o=parseInt(t,10),a=o.toLocaleString("ru");if(a.length<=i)return a;let s=o,l="";for(let e=0;e<KY.length;e++){const{limit:t,suffix:n}=KY[e];if(s=o/t,Math.round(s)<1e3||e===KY.length-1){l=n;break}}let c=s.toFixed(2).replace(/\.?0+$/,"").replace(/(\.\d)0$/,"$1");return(c+l).length>i&&(c=Math.round(+c).toString()),`${(+c).toLocaleString("ru")}${l}`},QY=({metric:e,metricType:t,layerProps:n,isEmpty:r,i18n:i,total:o})=>"total"===t||r?Ps(eX,{layer:n,i18n:i,total:o}):"percent"===t?Ps(tX,{layer:n,metric:e,i18n:i,total:o}):null,eX=({layer:e,i18n:t,total:n})=>{const{radius:r,centerX:i,centerY:o}=e;return Ps(nX,{radius:r,centerX:i,centerY:o,title:n,description:t("total")})},tX=({layer:e,metric:t,i18n:n,total:r})=>{const{dataWithArc:i,radius:o,centerX:a,centerY:s}=e,l=i.find((e=>e.data.id===t)),c=((e=0,t=0)=>{if(0===e)return"0";if(0===t)return"0";const n=e/t*100;return Number.isInteger(n)?n.toString():n>99.99&&n<100?"99.99":n.toFixed(2).replace(/\.?0+$/,"")})(l?.data.value,r);return Ps(nX,{radius:o,centerX:a,centerY:s,title:n("percentage",{percentage:c}),description:n("of",{total:r})})},nX=({radius:e,centerX:t,centerY:n,title:r,description:i})=>{const o=r.toString(),a=o.includes("%"),s=Math.round(Math.min(e/1.8,36)),l=Math.round(Math.min(e/3.3,16)),c=Math.min(e/2.5,2*l),u=Ai((()=>a?(({width:e,text:t,symbolWidth:n})=>{const r=e-2*n,i=t.length*n,[o]=t.split("%"),[a,s="00"]=o.split(".");if("00"===s)return`${a}%`;if(r>i)return t;const l=a.length*n,c=n,u=Math.floor((r-l-c)/n)-1;if(1===u){const e=(+`${a}.${s}`).toFixed(1),[t,n]=e.toString().split(".");return"0"===n?`${t}%`:`${e}%`}return 2===u?`${a}.${s}%`:`${(+`${a}.${s}`).toFixed(0)}%`})({width:e,text:o,symbolWidth:s/3}):JY({width:e,text:o,symbolWidth:s/3})),[a,e,o,s]),d=Ai((()=>(({width:e,text:t,symbolWidth:n})=>{const r=t.match(/\d+/g)||[],i=t.replace(/\d+/g,"").length,o=r.map((t=>JY({width:e-i*n,text:t,symbolWidth:n})));let a=t;return r.forEach(((e,t)=>{a=a.replace(e,o[t])})),a})({width:e,text:i.toString(),symbolWidth:l/3})),[i,l,e]);return Ps(Ir,{children:[Ps("text",{x:t,y:n-c/3,textAnchor:"middle",dominantBaseline:"central",style:{fontSize:s},className:"styles_centeredMetricTitle__-DWkh",children:u}),Ps("text",{x:t,y:n+c/1.5,textAnchor:"middle",dominantBaseline:"central",style:{fontSize:l},className:"styles_centeredMetricDescription__7Q2Vf",children:d})]})},rX=e=>e,iX=e=>e>=300?284:e-16,oX={top:8,right:8,bottom:8,left:8},aX={datum:"data.color"},sX={theme:"background"},lX=e=>{const{title:t,data:n,statuses:r,metric:i="passed",i18n:o=rX}=e,a=Ai((()=>(e=>{const{data:t,i18n:n,statuses:r=Jp}=e,i=[];for(const e of r)e in t&&i.push({color:WH(e),id:e,value:t[e]??0,label:n(`status.${e}`)});return i})({data:n,i18n:o,statuses:r})),[n,o,r]),s=n.total,l=0===s,c=(u=n,GY.some((e=>e in u)));var u;const d=c?362:300;return Ps($b,{title:t??"",centerContent:!0,children:Ps(WY,{children:e=>Ps("div",{className:"styles_wrapper__UrP78","data-layout":e>d?"vertical":"horizontal",children:[Ps("div",{className:"styles_pie__EtJEe",children:Ps(jY,{width:iX(c?e-62:e),height:iX(c?e-62:e),data:l?[VY]:a,margin:oX,colors:aX,innerRadius:.75,padAngle:1,cornerRadius:4,activeOuterRadiusOffset:4,borderWidth:0,borderColor:sX,enableArcLabels:!1,enableArcLinkLabels:!1,isInteractive:!l,sortByValue:!0,transitionMode:"startAngle",layers:["arcs",e=>Ps(QY,{layerProps:e,i18n:o,metricType:"percent",metric:i,isEmpty:l,total:s})],animate:!TU,motionConfig:AU,tooltip:cX,theme:NU})}),c&&Ps(ZY,{stats:n,i18n:o,layout:e>d?"vertical":"horizontal"})]})})})},cX=e=>{const{datum:t}=e,n=Ai((()=>({id:t.id.toString(),color:t.color,label:t.label,value:t.value})),[t]);return Ps(ZU,{children:Ps(eW,{mode:"default",legend:n})})},uX=e=>{const{title:t,data:n,statuses:r=Jp,i18n:i}=e,o=n.find((e=>"current"===e.id)),a=r.map((e=>({id:e,label:i(`status.${e}`),color:WH(e)}))),s=n.map((e=>({id:e.id,name:e.name,timestamp:e.timestamp,...e.statistic}))),l=s.every((e=>0===e.total)),c=s.filter((e=>"current"!==e.id)).every((e=>0===e.total)),u=s.reduce(((e,t)=>Math.max(e,t.total)),0),d=1.01*u;return l||!o||0===o.statistic.total?Ps($b,{title:t,children:Ps(bV,{title:i("no-results"),icon:zs.lineChartsBarChartSquare})}):1===n.length&&o||c?Ps($b,{title:t,children:Ps(bV,{title:i("no-history"),icon:zs.lineChartsBarChartSquare})}):Ps($b,{title:t,children:Ps(LG,{groupMode:"stacked",data:s,legend:a,indexBy:"id",hasValueFn:e=>e.total>0,formatIndexBy:e=>"current"===e.id?i("tooltips.current"):i("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return i("ticks.current");const t=s.find((t=>t.id===e));return t?i("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?JU(Math.abs(Number(e))):""},formatLegendValue:({value:e})=>e?JU(e):"-",noLegend:!0,maxValue:d})})},dX=e=>{switch(e){case"new":return"var(--on-support-sirius)";case"fixed":return"var(--on-support-castor)";case"regressed":return"var(--on-support-capella)";case"malfunctioned":return"var(--on-support-atlas)"}},fX=["fixed","regressed","malfunctioned"],hX=e=>{const{title:t,data:n,i18n:r}=e,i=Math.ceil(1.01*Math.max(...n.map((e=>e.fixed+e.regressed+e.malfunctioned)))),o=n.map((e=>{const t=2*i,n=e.regressed+e.malfunctioned,r=VH({positiveValue:e.fixed,negativeValue:n,absTotal:t,noValuePercentage:-1});return{id:e.id,timestamp:e.timestamp,prevItemTimestamp:e.prevItemTimestamp,fixed:e.fixed,regressed:0===e.regressed?0:-e.regressed,malfunctioned:0===e.malfunctioned?0:-e.malfunctioned,trend:r}})),a=n.find((e=>"current"===e.id)),s=Ai((()=>[...fX.map((e=>({id:e,label:r(`transitions.${e}`),color:dX(e),value:"fixed"===e?1:-1}))),{id:"trend",label:r("legend.trend"),color:"var(--bg-support-betelgeuse-medium)",type:"point"}]),[r]),l=o.every((e=>0===e.fixed&&0===e.regressed&&0===e.malfunctioned)),c=o.filter((e=>"current"!==e.id)).every((e=>0===e.fixed&&0===e.regressed&&0===e.malfunctioned));return!a||l?Ps($b,{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})}):1===n.length&&a||c?Ps($b,{title:t,children:Ps(bV,{title:r("no-history"),icon:zs.lineChartsBarChartSquare})}):Ps($b,{title:t,children:Ps(LG,{groupMode:"stacked",data:o,legend:s,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return r("ticks.current");const t=o.find((t=>t.id===e));return t?r("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatTrendValue:e=>{if(-1!==e)return e},formatLegendValue:({value:e,id:t})=>"trend"===t?"":e?JU(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?JU(Math.abs(Number(e))):""},minValue:-i,maxValue:i})})},pX=["var(--bg-support-aldebaran)","var(--bg-support-betelgeuse)","var(--bg-support-sirius)","var(--bg-support-mirach)","var(--bg-support-rigel)","var(--bg-support-gliese)","var(--bg-support-rau)","var(--bg-support-aldebaran-heavy)","var(--bg-support-betelgeuse-heavy)","var(--bg-support-sirius-heavy)","var(--bg-support-mirach-heavy)","var(--bg-support-gliese-heavy)","var(--bg-support-rigel-heavy)","var(--bg-support-rau-heavy)"],gX=e=>{const{title:t,data:n,i18n:r,groupBy:i,keys:o}=e,a=Ai((()=>(e=>e.reduce(((e,t,n)=>{let r=pX[n];return r||(r=pX[n-pX.length]),e[t]=r,e}),{}))(Object.keys(o))),[o]),s=r("legend.total"),l=Ai((()=>Object.entries(o).map((([e,t])=>({id:e,label:"none"===i?s:t,color:a[e]})))),[o,a,i,s]),c=Ai((()=>n.map((e=>({id:`${e.from}-${e.to}`,...e})))),[n]),u=1.01*Ai((()=>{if(0===c.length)return 0;const e=Object.keys(o);return Math.max(...c.map((t=>{let n=0;for(const r of e)n+=t[r]??0;return n})))}),[c,o]),d=0===c.length;return Ps($b,d?{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})}:{title:t,children:Ps(LG,{groupMode:"stacked",data:c,legend:l,indexBy:"id",hasValueFn:e=>Object.keys(o).some((t=>e[t]>0)),formatIndexBy:e=>r("tooltips.durationRange",{from:e.from??0,to:e.to}),formatBottomTick:(e,t)=>r("ticks.durationRange",{from:t.from??0,to:t.to}),bottomTickSize:c.length>4?10:12,formatLegendValue:({value:e})=>{if(e&&0!==Number(e))return r("legend.value",{value:e})},noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?JU(Math.abs(Number(e))):""},maxValue:u})})},mX=e=>{const{title:t,data:n,i18n:r,statuses:i}=e,o=Ai((()=>i.map((e=>({id:e,label:r(`status.${e}`),color:WH(e)})))),[i,r]),a=n,s=a.every((e=>i.every((t=>0===e[t]))));return Ps($b,s?{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})}:{title:t,children:Ps(LG,{groupMode:"stacked",data:a,legend:o,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>r(`severity.${e.id}`),formatBottomTick:e=>r(`severity.${e}`),formatLegendValue:({value:e})=>e?JU(Math.abs(Number(e))):"-",noLegend:!0,formatLeftTick:e=>{const t=Math.abs(Number(e));return Number.isInteger(t)?JU(Math.abs(Number(e))):""}})})},vX=e=>0===e.duration&&0===e.sequentialDuration,bX=e=>{const{title:t,data:n,i18n:r}=e,i=n,o=Ai((()=>[{id:"sequentialDuration",label:r("durations.sequential"),color:"var(--bg-support-rigel)",type:"default"},{id:"duration",label:r("durations.duration"),color:"var(--bg-support-betelgeuse)",type:"default"},{id:"speedup",label:r("durations.speedup"),color:"var(--bg-support-betelgeuse-medium)",type:"point"}]),[r]),a=n.find((e=>"current"===e.id));return i.every((e=>vX(e)))||!a||vX(a)?Ps($b,{title:t,children:Ps(bV,{title:r("no-results"),icon:zs.lineChartsBarChartSquare})}):Ps($b,{title:t,children:Ps(LG,{groupMode:"grouped",data:i,legend:o,indexBy:"id",hasValueFn:()=>!0,formatIndexBy:e=>"current"===e.id?r("tooltips.current"):r("tooltips.history",{timestamp:e?.timestamp}),formatBottomTick:e=>{if("current"===e)return r("ticks.current");const t=i.find((t=>t.id===e));return t?r("ticks.history",{timestamp:t?.timestamp}):""},bottomTickRotation:45,formatLeftTick:e=>r("legend.duration",{duration:e}),formatLegendValue:({id:e,value:t})=>"duration"===e||"sequentialDuration"===e?r("legend.duration",{duration:t}):"speedup"===e?r("legend.speedup",{speedup:t}):void 0,formatTrendValue:(e,t)=>"speedup"===t?e<=1?0:100*(1-1/e):e,noLegend:!0})})};var yX="http://www.w3.org/1999/xhtml",_X={svg:"http://www.w3.org/2000/svg",xhtml:yX,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function wX(e){var t=e+="",n=t.indexOf(":");return n>=0&&"xmlns"!==(t=e.slice(0,n))&&(e=e.slice(n+1)),_X.hasOwnProperty(t)?{space:_X[t],local:e}:e}function xX(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===yX&&t.documentElement.namespaceURI===yX?t.createElement(e):t.createElementNS(n,e)}}function kX(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function CX(e){var t=wX(e);return(t.local?kX:xX)(t)}function SX(){}function MX(e){return null==e?SX:function(){return this.querySelector(e)}}function AX(){return[]}function TX(e){return null==e?AX:function(){return this.querySelectorAll(e)}}function LX(e){return function(){return this.matches(e)}}function EX(e){return function(t){return t.matches(e)}}var NX=Array.prototype.find;function OX(){return this.firstElementChild}var RX=Array.prototype.filter;function DX(){return Array.from(this.children)}function PX(e){return new Array(e.length)}function zX(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function IX(e,t,n,r,i,o){for(var a,s=0,l=t.length,c=o.length;s<c;++s)(a=t[s])?(a.__data__=o[s],r[s]=a):n[s]=new zX(e,o[s]);for(;s<l;++s)(a=t[s])&&(i[s]=a)}function BX(e,t,n,r,i,o,a){var s,l,c,u=new Map,d=t.length,f=o.length,h=new Array(d);for(s=0;s<d;++s)(l=t[s])&&(h[s]=c=a.call(l,l.__data__,s,t)+"",u.has(c)?i[s]=l:u.set(c,l));for(s=0;s<f;++s)c=a.call(e,o[s],s,o)+"",(l=u.get(c))?(r[s]=l,l.__data__=o[s],u.delete(c)):n[s]=new zX(e,o[s]);for(s=0;s<d;++s)(l=t[s])&&u.get(h[s])===l&&(i[s]=l)}function jX(e){return e.__data__}function FX(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function HX(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function $X(e){return function(){this.removeAttribute(e)}}function qX(e){return function(){this.removeAttributeNS(e.space,e.local)}}function UX(e,t){return function(){this.setAttribute(e,t)}}function WX(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function VX(e,t){return function(){var n=t.apply(this,arguments);null==n?this.removeAttribute(e):this.setAttribute(e,n)}}function GX(e,t){return function(){var n=t.apply(this,arguments);null==n?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}}function YX(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function XX(e){return function(){this.style.removeProperty(e)}}function ZX(e,t,n){return function(){this.style.setProperty(e,t,n)}}function KX(e,t,n){return function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function JX(e,t){return e.style.getPropertyValue(t)||YX(e).getComputedStyle(e,null).getPropertyValue(t)}function QX(e){return function(){delete this[e]}}function eZ(e,t){return function(){this[e]=t}}function tZ(e,t){return function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}}function nZ(e){return e.trim().split(/^|\s+/)}function rZ(e){return e.classList||new iZ(e)}function iZ(e){this._node=e,this._names=nZ(e.getAttribute("class")||"")}function oZ(e,t){for(var n=rZ(e),r=-1,i=t.length;++r<i;)n.add(t[r])}function aZ(e,t){for(var n=rZ(e),r=-1,i=t.length;++r<i;)n.remove(t[r])}function sZ(e){return function(){oZ(this,e)}}function lZ(e){return function(){aZ(this,e)}}function cZ(e,t){return function(){(t.apply(this,arguments)?oZ:aZ)(this,e)}}function uZ(){this.textContent=""}function dZ(e){return function(){this.textContent=e}}function fZ(e){return function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}}function hZ(){this.innerHTML=""}function pZ(e){return function(){this.innerHTML=e}}function gZ(e){return function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}}function mZ(){this.nextSibling&&this.parentNode.appendChild(this)}function vZ(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function bZ(){return null}function yZ(){var e=this.parentNode;e&&e.removeChild(this)}function _Z(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function wZ(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function xZ(e){return function(){var t=this.__on;if(t){for(var n,r=0,i=-1,o=t.length;r<o;++r)n=t[r],e.type&&n.type!==e.type||n.name!==e.name?t[++i]=n:this.removeEventListener(n.type,n.listener,n.options);++i?t.length=i:delete this.__on}}}function kZ(e,t,n){return function(){var r,i=this.__on,o=function(e){return function(t){e.call(this,t,this.__data__)}}(t);if(i)for(var a=0,s=i.length;a<s;++a)if((r=i[a]).type===e.type&&r.name===e.name)return this.removeEventListener(r.type,r.listener,r.options),this.addEventListener(r.type,r.listener=o,r.options=n),void(r.value=t);this.addEventListener(e.type,o,n),r={type:e.type,name:e.name,value:t,listener:o,options:n},i?i.push(r):this.__on=[r]}}function CZ(e,t,n){var r=YX(e),i=r.CustomEvent;"function"==typeof i?i=new i(t,n):(i=r.document.createEvent("Event"),n?(i.initEvent(t,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function SZ(e,t){return function(){return CZ(this,e,t)}}function MZ(e,t){return function(){return CZ(this,e,t.apply(this,arguments))}}zX.prototype={constructor:zX,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},iZ.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};var AZ=[null];function TZ(e,t){this._groups=e,this._parents=t}function LZ(){return new TZ([[document.documentElement]],AZ)}function EZ(e){return"string"==typeof e?new TZ([[document.querySelector(e)]],[document.documentElement]):new TZ([[e]],AZ)}function NZ(e,t){if(e=function(e){let t;for(;t=e.sourceEvent;)e=t;return e}(e),void 0===t&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var r=n.createSVGPoint();return r.x=e.clientX,r.y=e.clientY,[(r=r.matrixTransform(t.getScreenCTM().inverse())).x,r.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}TZ.prototype=LZ.prototype={constructor:TZ,select:function(e){"function"!=typeof e&&(e=MX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a,s=t[i],l=s.length,c=r[i]=new Array(l),u=0;u<l;++u)(o=s[u])&&(a=e.call(o,o.__data__,u,s))&&("__data__"in o&&(a.__data__=o.__data__),c[u]=a);return new TZ(r,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return function(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}(e.apply(this,arguments))}}(e):TX(e);for(var t=this._groups,n=t.length,r=[],i=[],o=0;o<n;++o)for(var a,s=t[o],l=s.length,c=0;c<l;++c)(a=s[c])&&(r.push(e.call(a,a.__data__,c,s)),i.push(a));return new TZ(r,i)},selectChild:function(e){return this.select(null==e?OX:function(e){return function(){return NX.call(this.children,e)}}("function"==typeof e?e:EX(e)))},selectChildren:function(e){return this.selectAll(null==e?DX:function(e){return function(){return RX.call(this.children,e)}}("function"==typeof e?e:EX(e)))},filter:function(e){"function"!=typeof e&&(e=LX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a=t[i],s=a.length,l=r[i]=[],c=0;c<s;++c)(o=a[c])&&e.call(o,o.__data__,c,a)&&l.push(o);return new TZ(r,this._parents)},data:function(e,t){if(!arguments.length)return Array.from(this,jX);var n=t?BX:IX,r=this._parents,i=this._groups;"function"!=typeof e&&(e=function(e){return function(){return e}}(e));for(var o=i.length,a=new Array(o),s=new Array(o),l=new Array(o),c=0;c<o;++c){var u=r[c],d=i[c],f=d.length,h=FX(e.call(u,u&&u.__data__,c,r)),p=h.length,g=s[c]=new Array(p),m=a[c]=new Array(p);n(u,d,g,m,l[c]=new Array(f),h,t);for(var v,b,y=0,_=0;y<p;++y)if(v=g[y]){for(y>=_&&(_=y+1);!(b=m[_])&&++_<p;);v._next=b||null}}return(a=new TZ(a,r))._enter=s,a._exit=l,a},enter:function(){return new TZ(this._enter||this._groups.map(PX),this._parents)},exit:function(){return new TZ(this._exit||this._groups.map(PX),this._parents)},join:function(e,t,n){var r=this.enter(),i=this,o=this.exit();return"function"==typeof e?(r=e(r))&&(r=r.selection()):r=r.append(e+""),null!=t&&(i=t(i))&&(i=i.selection()),null==n?o.remove():n(o),r&&i?r.merge(i).order():i},merge:function(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,i=n.length,o=r.length,a=Math.min(i,o),s=new Array(i),l=0;l<a;++l)for(var c,u=n[l],d=r[l],f=u.length,h=s[l]=new Array(f),p=0;p<f;++p)(c=u[p]||d[p])&&(h[p]=c);for(;l<i;++l)s[l]=n[l];return new TZ(s,this._parents)},selection:function(){return this},order:function(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r,i=e[t],o=i.length-1,a=i[o];--o>=0;)(r=i[o])&&(a&&4^r.compareDocumentPosition(a)&&a.parentNode.insertBefore(r,a),a=r);return this},sort:function(e){function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}e||(e=HX);for(var n=this._groups,r=n.length,i=new Array(r),o=0;o<r;++o){for(var a,s=n[o],l=s.length,c=i[o]=new Array(l),u=0;u<l;++u)(a=s[u])&&(c[u]=a);c.sort(t)}return new TZ(i,this._parents).order()},call:function(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,o=r.length;i<o;++i){var a=r[i];if(a)return a}return null},size:function(){let e=0;for(const t of this)++e;return e},empty:function(){return!this.node()},each:function(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var i,o=t[n],a=0,s=o.length;a<s;++a)(i=o[a])&&e.call(i,i.__data__,a,o);return this},attr:function(e,t){var n=wX(e);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((null==t?n.local?qX:$X:"function"==typeof t?n.local?GX:VX:n.local?WX:UX)(n,t))},style:function(e,t,n){return arguments.length>1?this.each((null==t?XX:"function"==typeof t?KX:ZX)(e,t,null==n?"":n)):JX(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?QX:"function"==typeof t?tZ:eZ)(e,t)):this.node()[e]},classed:function(e,t){var n=nZ(e+"");if(arguments.length<2){for(var r=rZ(this.node()),i=-1,o=n.length;++i<o;)if(!r.contains(n[i]))return!1;return!0}return this.each(("function"==typeof t?cZ:t?sZ:lZ)(n,t))},text:function(e){return arguments.length?this.each(null==e?uZ:("function"==typeof e?fZ:dZ)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?hZ:("function"==typeof e?gZ:pZ)(e)):this.node().innerHTML},raise:function(){return this.each(mZ)},lower:function(){return this.each(vZ)},append:function(e){var t="function"==typeof e?e:CX(e);return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var n="function"==typeof e?e:CX(e),r=null==t?bZ:"function"==typeof t?t:MX(t);return this.select((function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)}))},remove:function(){return this.each(yZ)},clone:function(e){return this.select(e?wZ:_Z)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,n){var r,i,o=function(e){return e.trim().split(/^|\s+/).map((function(e){var t="",n=e.indexOf(".");return n>=0&&(t=e.slice(n+1),e=e.slice(0,n)),{type:e,name:t}}))}(e+""),a=o.length;if(!(arguments.length<2)){for(s=t?kZ:xZ,r=0;r<a;++r)this.each(s(o[r],t,n));return this}var s=this.node().__on;if(s)for(var l,c=0,u=s.length;c<u;++c)for(r=0,l=s[c];r<a;++r)if((i=o[r]).type===l.type&&i.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?MZ:SZ)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r,i=e[t],o=0,a=i.length;o<a;++o)(r=i[o])&&(yield r)}};var OZ={value:()=>{}};function RZ(){for(var e,t=0,n=arguments.length,r={};t<n;++t){if(!(e=arguments[t]+"")||e in r||/[\s.]/.test(e))throw new Error("illegal type: "+e);r[e]=[]}return new DZ(r)}function DZ(e){this._=e}function PZ(e,t){for(var n,r=0,i=e.length;r<i;++r)if((n=e[r]).name===t)return n.value}function zZ(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=OZ,e=e.slice(0,r).concat(e.slice(r+1));break}return null!=n&&e.push({name:t,value:n}),e}DZ.prototype=RZ.prototype={constructor:DZ,on:function(e,t){var n,r,i=this._,o=(r=i,(e+"").trim().split(/^|\s+/).map((function(e){var t="",n=e.indexOf(".");if(n>=0&&(t=e.slice(n+1),e=e.slice(0,n)),e&&!r.hasOwnProperty(e))throw new Error("unknown type: "+e);return{type:e,name:t}}))),a=-1,s=o.length;if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw new Error("invalid callback: "+t);for(;++a<s;)if(n=(e=o[a]).type)i[n]=zZ(i[n],e.name,t);else if(null==t)for(n in i)i[n]=zZ(i[n],e.name,null);return this}for(;++a<s;)if((n=(e=o[a]).type)&&(n=PZ(i[n],e.name)))return n},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new DZ(e)},call:function(e,t){if((n=arguments.length-2)>0)for(var n,r,i=new Array(n),o=0;o<n;++o)i[o]=arguments[o+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(o=0,n=(r=this._[e]).length;o<n;++o)r[o].value.apply(t,i)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],i=0,o=r.length;i<o;++i)r[i].value.apply(t,n)}};var IZ,BZ,jZ=0,FZ=0,HZ=0,$Z=0,qZ=0,UZ=0,WZ="object"==typeof performance&&performance.now?performance:Date,VZ="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function GZ(){return qZ||(VZ(YZ),qZ=WZ.now()+UZ)}function YZ(){qZ=0}function XZ(){this._call=this._time=this._next=null}function ZZ(e,t,n){var r=new XZ;return r.restart(e,t,n),r}function KZ(){qZ=($Z=WZ.now())+UZ,jZ=FZ=0;try{!function(){GZ(),++jZ;for(var e,t=IZ;t;)(e=qZ-t._time)>=0&&t._call.call(void 0,e),t=t._next;--jZ}()}finally{jZ=0,function(){for(var e,t,n=IZ,r=1/0;n;)n._call?(r>n._time&&(r=n._time),e=n,n=n._next):(t=n._next,n._next=null,n=e?e._next=t:IZ=t);BZ=e,QZ(r)}(),qZ=0}}function JZ(){var e=WZ.now(),t=e-$Z;t>1e3&&(UZ-=t,$Z=e)}function QZ(e){jZ||(FZ&&(FZ=clearTimeout(FZ)),e-qZ>24?(e<1/0&&(FZ=setTimeout(KZ,e-WZ.now()-UZ)),HZ&&(HZ=clearInterval(HZ))):(HZ||($Z=WZ.now(),HZ=setInterval(JZ,1e3)),jZ=1,VZ(KZ)))}function eK(e,t,n){var r=new XZ;return t=null==t?0:+t,r.restart((n=>{r.stop(),e(n+t)}),t,n),r}XZ.prototype=ZZ.prototype={constructor:XZ,restart:function(e,t,n){if("function"!=typeof e)throw new TypeError("callback is not a function");n=(null==n?GZ():+n)+(null==t?0:+t),this._next||BZ===this||(BZ?BZ._next=this:IZ=this,BZ=this),this._call=e,this._time=n,QZ()},stop:function(){this._call&&(this._call=null,this._time=1/0,QZ())}};var tK=RZ("start","end","cancel","interrupt"),nK=[];function rK(e,t,n,r,i,o){var a=e.__transition;if(a){if(n in a)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function o(l){var c,u,d,f;if(1!==n.state)return s();for(c in i)if((f=i[c]).name===n.name){if(3===f.state)return eK(o);4===f.state?(f.state=6,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete i[c]):+c<t&&(f.state=6,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete i[c])}if(eK((function(){3===n.state&&(n.state=4,n.timer.restart(a,n.delay,n.time),a(l))})),n.state=2,n.on.call("start",e,e.__data__,n.index,n.group),2===n.state){for(n.state=3,r=new Array(d=n.tween.length),c=0,u=-1;c<d;++c)(f=n.tween[c].value.call(e,e.__data__,n.index,n.group))&&(r[++u]=f);r.length=u+1}}function a(t){for(var i=t<n.duration?n.ease.call(null,t/n.duration):(n.timer.restart(s),n.state=5,1),o=-1,a=r.length;++o<a;)r[o].call(e,i);5===n.state&&(n.on.call("end",e,e.__data__,n.index,n.group),s())}function s(){for(var r in n.state=6,n.timer.stop(),delete i[t],i)return;delete e.__transition}i[t]=n,n.timer=ZZ((function(e){n.state=1,n.timer.restart(o,n.delay,n.time),n.delay<=e&&o(e-n.delay)}),0,n.time)}(e,n,{name:t,index:r,group:i,on:tK,tween:nK,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:0})}function iK(e,t){var n=aK(e,t);if(n.state>0)throw new Error("too late; already scheduled");return n}function oK(e,t){var n=aK(e,t);if(n.state>3)throw new Error("too late; already running");return n}function aK(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function sK(e,t){var n,r;return function(){var i=oK(this,e),o=i.tween;if(o!==n)for(var a=0,s=(r=n=o).length;a<s;++a)if(r[a].name===t){(r=r.slice()).splice(a,1);break}i.tween=r}}function lK(e,t,n){var r,i;if("function"!=typeof n)throw new Error;return function(){var o=oK(this,e),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:t,value:n},l=0,c=i.length;l<c;++l)if(i[l].name===t){i[l]=s;break}l===c&&i.push(s)}o.tween=i}}function cK(e,t,n){var r=e._id;return e.each((function(){var e=oK(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)})),function(e){return aK(e,r).value[t]}}function uK(e,t){var n;return("number"==typeof t?cd:t instanceof Su?id:(n=Su(t))?(t=n,id):hd)(e,t)}function dK(e){return function(){this.removeAttribute(e)}}function fK(e){return function(){this.removeAttributeNS(e.space,e.local)}}function hK(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttribute(e);return a===o?null:a===r?i:i=t(r=a,n)}}function pK(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttributeNS(e.space,e.local);return a===o?null:a===r?i:i=t(r=a,n)}}function gK(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttribute(e))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttribute(e)}}function mK(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttributeNS(e.space,e.local)}}function vK(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}(e,i)),n}return i._value=t,i}function bK(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}(e,i)),n}return i._value=t,i}function yK(e,t){return function(){iK(this,e).delay=+t.apply(this,arguments)}}function _K(e,t){return t=+t,function(){iK(this,e).delay=t}}function wK(e,t){return function(){oK(this,e).duration=+t.apply(this,arguments)}}function xK(e,t){return t=+t,function(){oK(this,e).duration=t}}var kK=LZ.prototype.constructor;function CK(e){return function(){this.style.removeProperty(e)}}var SK=0;function MK(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function AK(e){return LZ().transition(e)}function TK(){return++SK}var LK=LZ.prototype;function EK(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}MK.prototype=AK.prototype={constructor:MK,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=MX(e));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s,l,c=r[a],u=c.length,d=o[a]=new Array(u),f=0;f<u;++f)(s=c[f])&&(l=e.call(s,s.__data__,f,c))&&("__data__"in s&&(l.__data__=s.__data__),d[f]=l,rK(d[f],t,n,f,d,aK(s,n)));return new MK(o,this._parents,t,n)},selectAll:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=TX(e));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var l,c=r[s],u=c.length,d=0;d<u;++d)if(l=c[d]){for(var f,h=e.call(l,l.__data__,d,c),p=aK(l,n),g=0,m=h.length;g<m;++g)(f=h[g])&&rK(f,t,n,g,h,p);o.push(h),a.push(l)}return new MK(o,a,t,n)},selectChild:LK.selectChild,selectChildren:LK.selectChildren,filter:function(e){"function"!=typeof e&&(e=LX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a=t[i],s=a.length,l=r[i]=[],c=0;c<s;++c)(o=a[c])&&e.call(o,o.__data__,c,a)&&l.push(o);return new MK(r,this._parents,this._name,this._id)},merge:function(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var l,c=t[s],u=n[s],d=c.length,f=a[s]=new Array(d),h=0;h<d;++h)(l=c[h]||u[h])&&(f[h]=l);for(;s<r;++s)a[s]=t[s];return new MK(a,this._parents,this._name,this._id)},selection:function(){return new kK(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,n=TK(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)if(a=s[c]){var u=aK(a,t);rK(a,e,n,c,s,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new MK(r,this._parents,e,n)},call:LK.call,nodes:LK.nodes,node:LK.node,size:LK.size,empty:LK.empty,each:LK.each,on:function(e,t){var n=this._id;return arguments.length<2?aK(this.node(),n).on.on(e):this.each(function(e,t,n){var r,i,o=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".");return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?iK:oK;return function(){var a=o(this,e),s=a.on;s!==r&&(i=(r=s).copy()).on(t,n),a.on=i}}(n,e,t))},attr:function(e,t){var n=wX(e),r="transform"===n?xd:uK;return this.attrTween(e,"function"==typeof t?(n.local?mK:gK)(n,r,cK(this,"attr."+e,t)):null==t?(n.local?fK:dK)(n):(n.local?pK:hK)(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw new Error;var r=wX(e);return this.tween(n,(r.local?vK:bK)(r,t))},style:function(e,t,n){var r="transform"==(e+="")?wd:uK;return null==t?this.styleTween(e,function(e,t){var n,r,i;return function(){var o=JX(this,e),a=(this.style.removeProperty(e),JX(this,e));return o===a?null:o===n&&a===r?i:i=t(n=o,r=a)}}(e,r)).on("end.style."+e,CK(e)):"function"==typeof t?this.styleTween(e,function(e,t,n){var r,i,o;return function(){var a=JX(this,e),s=n(this),l=s+"";return null==s&&(this.style.removeProperty(e),l=s=JX(this,e)),a===l?null:a===r&&l===i?o:(i=l,o=t(r=a,s))}}(e,r,cK(this,"style."+e,t))).each(function(e,t){var n,r,i,o,a="style."+t,s="end."+a;return function(){var l=oK(this,e),c=l.on,u=null==l.value[a]?o||(o=CK(t)):void 0;c===n&&i===u||(r=(n=c).copy()).on(s,i=u),l.on=r}}(this._id,e)):this.styleTween(e,function(e,t,n){var r,i,o=n+"";return function(){var a=JX(this,e);return a===o?null:a===r?i:i=t(r=a,n)}}(e,r,t),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw new Error;return this.tween(r,function(e,t,n){var r,i;function o(){var o=t.apply(this,arguments);return o!==i&&(r=(i=o)&&function(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}(e,o,n)),r}return o._value=t,o}(e,t,null==n?"":n))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this);this.textContent=null==t?"":t}}(cK(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw new Error;return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){return function(t){this.textContent=e.call(this,t)}}(r)),t}return r._value=e,r}(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=aK(this.node(),n).tween,o=0,a=i.length;o<a;++o)if((r=i[o]).name===e)return r.value;return null}return this.each((null==t?sK:lK)(n,e,t))},delay:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?yK:_K)(t,e)):aK(this.node(),t).delay},duration:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?wK:xK)(t,e)):aK(this.node(),t).duration},ease:function(e){var t=this._id;return arguments.length?this.each(function(e,t){if("function"!=typeof t)throw new Error;return function(){oK(this,e).ease=t}}(t,e)):aK(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error;return this.each(function(e,t){return function(){var n=t.apply(this,arguments);if("function"!=typeof n)throw new Error;oK(this,e).ease=n}}(this._id,e))},end:function(){var e,t,n=this,r=n._id,i=n.size();return new Promise((function(o,a){var s={value:a},l={value:function(){0==--i&&o()}};n.each((function(){var n=oK(this,r),i=n.on;i!==e&&((t=(e=i).copy())._.cancel.push(s),t._.interrupt.push(s),t._.end.push(l)),n.on=t})),0===i&&o()}))},[Symbol.iterator]:LK[Symbol.iterator]};var NK={time:null,delay:0,duration:250,ease:EK};function OK(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}function RK(e){return e}LZ.prototype.interrupt=function(e){return this.each((function(){!function(e,t){var n,r,i,o=e.__transition,a=!0;if(o){for(i in t=null==t?null:t+"",o)(n=o[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete o[i]):a=!1;a&&delete e.__transition}}(this,e)}))},LZ.prototype.transition=function(e){var t,n;e instanceof MK?(t=e._id,e=e._name):(t=TK(),(n=NK).time=GZ(),e=null==e?null:e+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)(a=s[c])&&rK(a,e,t,c,s,n||OK(a,t));return new MK(r,this._parents,e,t)};var DK=1e-6;function PK(e){return"translate("+e+",0)"}function zK(e){return"translate(0,"+e+")"}function IK(e){return t=>+e(t)}function BK(e,t){return t=Math.max(0,e.bandwidth()-2*t)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}function jK(){return!this.__axis}function FK(e,t){var n=[],r=null,i=null,o=6,a=6,s=3,l="undefined"!=typeof window&&window.devicePixelRatio>1?0:.5,c=1===e||4===e?-1:1,u=4===e||2===e?"x":"y",d=1===e||3===e?PK:zK;function f(f){var h=null==r?t.ticks?t.ticks.apply(t,n):t.domain():r,p=null==i?t.tickFormat?t.tickFormat.apply(t,n):RK:i,g=Math.max(o,0)+s,m=t.range(),v=+m[0]+l,b=+m[m.length-1]+l,y=(t.bandwidth?BK:IK)(t.copy(),l),_=f.selection?f.selection():f,w=_.selectAll(".domain").data([null]),x=_.selectAll(".tick").data(h,t).order(),k=x.exit(),C=x.enter().append("g").attr("class","tick"),S=x.select("line"),M=x.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),x=x.merge(C),S=S.merge(C.append("line").attr("stroke","currentColor").attr(u+"2",c*o)),M=M.merge(C.append("text").attr("fill","currentColor").attr(u,c*g).attr("dy",1===e?"0em":3===e?"0.71em":"0.32em")),f!==_&&(w=w.transition(f),x=x.transition(f),S=S.transition(f),M=M.transition(f),k=k.transition(f).attr("opacity",DK).attr("transform",(function(e){return isFinite(e=y(e))?d(e+l):this.getAttribute("transform")})),C.attr("opacity",DK).attr("transform",(function(e){var t=this.parentNode.__axis;return d((t&&isFinite(t=t(e))?t:y(e))+l)}))),k.remove(),w.attr("d",4===e||2===e?a?"M"+c*a+","+v+"H"+l+"V"+b+"H"+c*a:"M"+l+","+v+"V"+b:a?"M"+v+","+c*a+"V"+l+"H"+b+"V"+c*a:"M"+v+","+l+"H"+b),x.attr("opacity",1).attr("transform",(function(e){return d(y(e)+l)})),S.attr(u+"2",c*o),M.attr(u,c*g).text(p),_.filter(jK).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",2===e?"start":4===e?"end":"middle"),_.each((function(){this.__axis=y}))}return f.scale=function(e){return arguments.length?(t=e,f):t},f.ticks=function(){return n=Array.from(arguments),f},f.tickArguments=function(e){return arguments.length?(n=null==e?[]:Array.from(e),f):n.slice()},f.tickValues=function(e){return arguments.length?(r=null==e?null:Array.from(e),f):r&&r.slice()},f.tickFormat=function(e){return arguments.length?(i=e,f):i},f.tickSize=function(e){return arguments.length?(o=a=+e,f):o},f.tickSizeInner=function(e){return arguments.length?(o=+e,f):o},f.tickSizeOuter=function(e){return arguments.length?(a=+e,f):a},f.tickPadding=function(e){return arguments.length?(s=+e,f):s},f.offset=function(e){return arguments.length?(l=+e,f):l},f}function HK(e){return FK(3,e)}const $K={capture:!0,passive:!1};function qK(e){e.preventDefault(),e.stopImmediatePropagation()}var UK=RZ("start","end","cancel","interrupt"),WK=[];function VK(e,t,n,r,i,o){var a=e.__transition;if(a){if(n in a)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function o(l){var c,u,d,f;if(1!==n.state)return s();for(c in i)if((f=i[c]).name===n.name){if(3===f.state)return eK(o);4===f.state?(f.state=6,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete i[c]):+c<t&&(f.state=6,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete i[c])}if(eK((function(){3===n.state&&(n.state=4,n.timer.restart(a,n.delay,n.time),a(l))})),n.state=2,n.on.call("start",e,e.__data__,n.index,n.group),2===n.state){for(n.state=3,r=new Array(d=n.tween.length),c=0,u=-1;c<d;++c)(f=n.tween[c].value.call(e,e.__data__,n.index,n.group))&&(r[++u]=f);r.length=u+1}}function a(t){for(var i=t<n.duration?n.ease.call(null,t/n.duration):(n.timer.restart(s),n.state=5,1),o=-1,a=r.length;++o<a;)r[o].call(e,i);5===n.state&&(n.on.call("end",e,e.__data__,n.index,n.group),s())}function s(){for(var r in n.state=6,n.timer.stop(),delete i[t],i)return;delete e.__transition}i[t]=n,n.timer=ZZ((function(e){n.state=1,n.timer.restart(o,n.delay,n.time),n.delay<=e&&o(e-n.delay)}),0,n.time)}(e,n,{name:t,index:r,group:i,on:UK,tween:WK,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:0})}function GK(e,t){var n=XK(e,t);if(n.state>0)throw new Error("too late; already scheduled");return n}function YK(e,t){var n=XK(e,t);if(n.state>3)throw new Error("too late; already running");return n}function XK(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function ZK(e,t){var n,r,i,o=e.__transition,a=!0;if(o){for(i in t=null==t?null:t+"",o)(n=o[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete o[i]):a=!1;a&&delete e.__transition}}function KK(e,t){var n,r;return function(){var i=YK(this,e),o=i.tween;if(o!==n)for(var a=0,s=(r=n=o).length;a<s;++a)if(r[a].name===t){(r=r.slice()).splice(a,1);break}i.tween=r}}function JK(e,t,n){var r,i;if("function"!=typeof n)throw new Error;return function(){var o=YK(this,e),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:t,value:n},l=0,c=i.length;l<c;++l)if(i[l].name===t){i[l]=s;break}l===c&&i.push(s)}o.tween=i}}function QK(e,t,n){var r=e._id;return e.each((function(){var e=YK(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)})),function(e){return XK(e,r).value[t]}}function eJ(e,t){var n;return("number"==typeof t?cd:t instanceof Su?id:(n=Su(t))?(t=n,id):hd)(e,t)}function tJ(e){return function(){this.removeAttribute(e)}}function nJ(e){return function(){this.removeAttributeNS(e.space,e.local)}}function rJ(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttribute(e);return a===o?null:a===r?i:i=t(r=a,n)}}function iJ(e,t,n){var r,i,o=n+"";return function(){var a=this.getAttributeNS(e.space,e.local);return a===o?null:a===r?i:i=t(r=a,n)}}function oJ(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttribute(e))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttribute(e)}}function aJ(e,t,n){var r,i,o;return function(){var a,s,l=n(this);if(null!=l)return(a=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:a===r&&s===i?o:(i=s,o=t(r=a,l));this.removeAttributeNS(e.space,e.local)}}function sJ(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}(e,i)),n}return i._value=t,i}function lJ(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}(e,i)),n}return i._value=t,i}function cJ(e,t){return function(){GK(this,e).delay=+t.apply(this,arguments)}}function uJ(e,t){return t=+t,function(){GK(this,e).delay=t}}function dJ(e,t){return function(){YK(this,e).duration=+t.apply(this,arguments)}}function fJ(e,t){return t=+t,function(){YK(this,e).duration=t}}var hJ=LZ.prototype.constructor;function pJ(e){return function(){this.style.removeProperty(e)}}var gJ=0;function mJ(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function vJ(){return++gJ}var bJ=LZ.prototype;mJ.prototype={constructor:mJ,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=MX(e));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s,l,c=r[a],u=c.length,d=o[a]=new Array(u),f=0;f<u;++f)(s=c[f])&&(l=e.call(s,s.__data__,f,c))&&("__data__"in s&&(l.__data__=s.__data__),d[f]=l,VK(d[f],t,n,f,d,XK(s,n)));return new mJ(o,this._parents,t,n)},selectAll:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=TX(e));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var l,c=r[s],u=c.length,d=0;d<u;++d)if(l=c[d]){for(var f,h=e.call(l,l.__data__,d,c),p=XK(l,n),g=0,m=h.length;g<m;++g)(f=h[g])&&VK(f,t,n,g,h,p);o.push(h),a.push(l)}return new mJ(o,a,t,n)},selectChild:bJ.selectChild,selectChildren:bJ.selectChildren,filter:function(e){"function"!=typeof e&&(e=LX(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o,a=t[i],s=a.length,l=r[i]=[],c=0;c<s;++c)(o=a[c])&&e.call(o,o.__data__,c,a)&&l.push(o);return new mJ(r,this._parents,this._name,this._id)},merge:function(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var l,c=t[s],u=n[s],d=c.length,f=a[s]=new Array(d),h=0;h<d;++h)(l=c[h]||u[h])&&(f[h]=l);for(;s<r;++s)a[s]=t[s];return new mJ(a,this._parents,this._name,this._id)},selection:function(){return new hJ(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,n=vJ(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)if(a=s[c]){var u=XK(a,t);VK(a,e,n,c,s,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new mJ(r,this._parents,e,n)},call:bJ.call,nodes:bJ.nodes,node:bJ.node,size:bJ.size,empty:bJ.empty,each:bJ.each,on:function(e,t){var n=this._id;return arguments.length<2?XK(this.node(),n).on.on(e):this.each(function(e,t,n){var r,i,o=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".");return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?GK:YK;return function(){var a=o(this,e),s=a.on;s!==r&&(i=(r=s).copy()).on(t,n),a.on=i}}(n,e,t))},attr:function(e,t){var n=wX(e),r="transform"===n?xd:eJ;return this.attrTween(e,"function"==typeof t?(n.local?aJ:oJ)(n,r,QK(this,"attr."+e,t)):null==t?(n.local?nJ:tJ)(n):(n.local?iJ:rJ)(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw new Error;var r=wX(e);return this.tween(n,(r.local?sJ:lJ)(r,t))},style:function(e,t,n){var r="transform"==(e+="")?wd:eJ;return null==t?this.styleTween(e,function(e,t){var n,r,i;return function(){var o=JX(this,e),a=(this.style.removeProperty(e),JX(this,e));return o===a?null:o===n&&a===r?i:i=t(n=o,r=a)}}(e,r)).on("end.style."+e,pJ(e)):"function"==typeof t?this.styleTween(e,function(e,t,n){var r,i,o;return function(){var a=JX(this,e),s=n(this),l=s+"";return null==s&&(this.style.removeProperty(e),l=s=JX(this,e)),a===l?null:a===r&&l===i?o:(i=l,o=t(r=a,s))}}(e,r,QK(this,"style."+e,t))).each(function(e,t){var n,r,i,o,a="style."+t,s="end."+a;return function(){var l=YK(this,e),c=l.on,u=null==l.value[a]?o||(o=pJ(t)):void 0;c===n&&i===u||(r=(n=c).copy()).on(s,i=u),l.on=r}}(this._id,e)):this.styleTween(e,function(e,t,n){var r,i,o=n+"";return function(){var a=JX(this,e);return a===o?null:a===r?i:i=t(r=a,n)}}(e,r,t),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw new Error;return this.tween(r,function(e,t,n){var r,i;function o(){var o=t.apply(this,arguments);return o!==i&&(r=(i=o)&&function(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}(e,o,n)),r}return o._value=t,o}(e,t,null==n?"":n))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this);this.textContent=null==t?"":t}}(QK(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw new Error;return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){return function(t){this.textContent=e.call(this,t)}}(r)),t}return r._value=e,r}(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=XK(this.node(),n).tween,o=0,a=i.length;o<a;++o)if((r=i[o]).name===e)return r.value;return null}return this.each((null==t?KK:JK)(n,e,t))},delay:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?cJ:uJ)(t,e)):XK(this.node(),t).delay},duration:function(e){var t=this._id;return arguments.length?this.each(("function"==typeof e?dJ:fJ)(t,e)):XK(this.node(),t).duration},ease:function(e){var t=this._id;return arguments.length?this.each(function(e,t){if("function"!=typeof t)throw new Error;return function(){YK(this,e).ease=t}}(t,e)):XK(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error;return this.each(function(e,t){return function(){var n=t.apply(this,arguments);if("function"!=typeof n)throw new Error;YK(this,e).ease=n}}(this._id,e))},end:function(){var e,t,n=this,r=n._id,i=n.size();return new Promise((function(o,a){var s={value:a},l={value:function(){0==--i&&o()}};n.each((function(){var n=YK(this,r),i=n.on;i!==e&&((t=(e=i).copy())._.cancel.push(s),t._.interrupt.push(s),t._.end.push(l)),n.on=t})),0===i&&o()}))},[Symbol.iterator]:bJ[Symbol.iterator]};var yJ={time:null,delay:0,duration:250,ease:EK};function _J(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}LZ.prototype.interrupt=function(e){return this.each((function(){ZK(this,e)}))},LZ.prototype.transition=function(e){var t,n;e instanceof mJ?(t=e._id,e=e._name):(t=vJ(),(n=yJ).time=GZ(),e=null==e?null:e+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],l=s.length,c=0;c<l;++c)(a=s[c])&&VK(a,e,t,c,s,n||_J(a,t));return new mJ(r,this._parents,e,t)};var wJ=e=>()=>e;function xJ(e,{sourceEvent:t,target:n,selection:r,mode:i,dispatch:o}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},selection:{value:r,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:o}})}function kJ(e){e.preventDefault(),e.stopImmediatePropagation()}var CJ={name:"drag"},SJ={name:"space"},MJ={name:"handle"},AJ={name:"center"};const{abs:TJ,max:LJ,min:EJ}=Math;function NJ(e){return[+e[0],+e[1]]}function OJ(e){return[NJ(e[0]),NJ(e[1])]}var RJ={name:"x",handles:["w","e"].map(FJ),input:function(e,t){return null==e?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},DJ={},PJ={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},zJ={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},IJ={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},BJ={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},jJ={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function FJ(e){return{type:e}}function HJ(e){return!e.ctrlKey&&!e.button}function $J(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function qJ(){return navigator.maxTouchPoints||"ontouchstart"in this}function UJ(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function WJ(){return function(e){var t,n=$J,r=HJ,i=qJ,o=!0,a=RZ("start","brush","end"),s=6;function l(t){var n=t.property("__brush",g).selectAll(".overlay").data([FJ("overlay")]);n.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",PJ.overlay).merge(n).each((function(){var e=UJ(this).extent;EZ(this).attr("x",e[0][0]).attr("y",e[0][1]).attr("width",e[1][0]-e[0][0]).attr("height",e[1][1]-e[0][1])})),t.selectAll(".selection").data([FJ("selection")]).enter().append("rect").attr("class","selection").attr("cursor",PJ.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var r=t.selectAll(".handle").data(e.handles,(function(e){return e.type}));r.exit().remove(),r.enter().append("rect").attr("class",(function(e){return"handle handle--"+e.type})).attr("cursor",(function(e){return PJ[e.type]})),t.each(c).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",f).filter(i).on("touchstart.brush",f).on("touchmove.brush",h).on("touchend.brush touchcancel.brush",p).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function c(){var e=EZ(this),t=UJ(this).selection;t?(e.selectAll(".selection").style("display",null).attr("x",t[0][0]).attr("y",t[0][1]).attr("width",t[1][0]-t[0][0]).attr("height",t[1][1]-t[0][1]),e.selectAll(".handle").style("display",null).attr("x",(function(e){return"e"===e.type[e.type.length-1]?t[1][0]-s/2:t[0][0]-s/2})).attr("y",(function(e){return"s"===e.type[0]?t[1][1]-s/2:t[0][1]-s/2})).attr("width",(function(e){return"n"===e.type||"s"===e.type?t[1][0]-t[0][0]+s:s})).attr("height",(function(e){return"e"===e.type||"w"===e.type?t[1][1]-t[0][1]+s:s}))):e.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function u(e,t,n){var r=e.__brush.emitter;return!r||n&&r.clean?new d(e,t,n):r}function d(e,t,n){this.that=e,this.args=t,this.state=e.__brush,this.active=0,this.clean=n}function f(n){if((!t||n.touches)&&r.apply(this,arguments)){var i,a,s,l,d,f,h,p,g,m,v,b=this,y=n.target.__data__.type,_="selection"===(o&&n.metaKey?y="overlay":y)?CJ:o&&n.altKey?AJ:MJ,w=e===DJ?null:BJ[y],x=e===RJ?null:jJ[y],k=UJ(b),C=k.extent,S=k.selection,M=C[0][0],A=C[0][1],T=C[1][0],L=C[1][1],E=0,N=0,O=w&&x&&o&&n.shiftKey,R=Array.from(n.touches||[n],(e=>{const t=e.identifier;return(e=NZ(e,b)).point0=e.slice(),e.identifier=t,e}));ZK(b);var D=u(b,arguments,!0).beforestart();if("overlay"===y){S&&(g=!0);const t=[R[0],R[1]||R[0]];k.selection=S=[[i=e===DJ?M:EJ(t[0][0],t[1][0]),s=e===RJ?A:EJ(t[0][1],t[1][1])],[d=e===DJ?T:LJ(t[0][0],t[1][0]),h=e===RJ?L:LJ(t[0][1],t[1][1])]],R.length>1&&j(n)}else i=S[0][0],s=S[0][1],d=S[1][0],h=S[1][1];a=i,l=s,f=d,p=h;var P=EZ(b).attr("pointer-events","none"),z=P.selectAll(".overlay").attr("cursor",PJ[y]);if(n.touches)D.moved=B,D.ended=F;else{var I=EZ(n.view).on("mousemove.brush",B,!0).on("mouseup.brush",F,!0);o&&I.on("keydown.brush",(function(e){switch(e.keyCode){case 16:O=w&&x;break;case 18:_===MJ&&(w&&(d=f-E*w,i=a+E*w),x&&(h=p-N*x,s=l+N*x),_=AJ,j(e));break;case 32:_!==MJ&&_!==AJ||(w<0?d=f-E:w>0&&(i=a-E),x<0?h=p-N:x>0&&(s=l-N),_=SJ,z.attr("cursor",PJ.selection),j(e));break;default:return}kJ(e)}),!0).on("keyup.brush",(function(e){switch(e.keyCode){case 16:O&&(m=v=O=!1,j(e));break;case 18:_===AJ&&(w<0?d=f:w>0&&(i=a),x<0?h=p:x>0&&(s=l),_=MJ,j(e));break;case 32:_===SJ&&(e.altKey?(w&&(d=f-E*w,i=a+E*w),x&&(h=p-N*x,s=l+N*x),_=AJ):(w<0?d=f:w>0&&(i=a),x<0?h=p:x>0&&(s=l),_=MJ),z.attr("cursor",PJ[y]),j(e));break;default:return}kJ(e)}),!0),function(e){var t=e.document.documentElement,n=EZ(e).on("dragstart.drag",qK,$K);"onselectstart"in t?n.on("selectstart.drag",qK,$K):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}(n.view)}c.call(b),D.start(n,_.name)}function B(e){for(const t of e.changedTouches||[e])for(const e of R)e.identifier===t.identifier&&(e.cur=NZ(t,b));if(O&&!m&&!v&&1===R.length){const e=R[0];TJ(e.cur[0]-e[0])>TJ(e.cur[1]-e[1])?v=!0:m=!0}for(const e of R)e.cur&&(e[0]=e.cur[0],e[1]=e.cur[1]);g=!0,kJ(e),j(e)}function j(e){const t=R[0],n=t.point0;var r;switch(E=t[0]-n[0],N=t[1]-n[1],_){case SJ:case CJ:w&&(E=LJ(M-i,EJ(T-d,E)),a=i+E,f=d+E),x&&(N=LJ(A-s,EJ(L-h,N)),l=s+N,p=h+N);break;case MJ:R[1]?(w&&(a=LJ(M,EJ(T,R[0][0])),f=LJ(M,EJ(T,R[1][0])),w=1),x&&(l=LJ(A,EJ(L,R[0][1])),p=LJ(A,EJ(L,R[1][1])),x=1)):(w<0?(E=LJ(M-i,EJ(T-i,E)),a=i+E,f=d):w>0&&(E=LJ(M-d,EJ(T-d,E)),a=i,f=d+E),x<0?(N=LJ(A-s,EJ(L-s,N)),l=s+N,p=h):x>0&&(N=LJ(A-h,EJ(L-h,N)),l=s,p=h+N));break;case AJ:w&&(a=LJ(M,EJ(T,i-E*w)),f=LJ(M,EJ(T,d+E*w))),x&&(l=LJ(A,EJ(L,s-N*x)),p=LJ(A,EJ(L,h+N*x)))}f<a&&(w*=-1,r=i,i=d,d=r,r=a,a=f,f=r,y in zJ&&z.attr("cursor",PJ[y=zJ[y]])),p<l&&(x*=-1,r=s,s=h,h=r,r=l,l=p,p=r,y in IJ&&z.attr("cursor",PJ[y=IJ[y]])),k.selection&&(S=k.selection),m&&(a=S[0][0],f=S[1][0]),v&&(l=S[0][1],p=S[1][1]),S[0][0]===a&&S[0][1]===l&&S[1][0]===f&&S[1][1]===p||(k.selection=[[a,l],[f,p]],c.call(b),D.brush(e,_.name))}function F(e){if(function(e){e.stopImmediatePropagation()}(e),e.touches){if(e.touches.length)return;t&&clearTimeout(t),t=setTimeout((function(){t=null}),500)}else!function(e,t){var n=e.document.documentElement,r=EZ(e).on("dragstart.drag",null);t&&(r.on("click.drag",qK,$K),setTimeout((function(){r.on("click.drag",null)}),0)),"onselectstart"in n?r.on("selectstart.drag",null):(n.style.MozUserSelect=n.__noselect,delete n.__noselect)}(e.view,g),I.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);P.attr("pointer-events","all"),z.attr("cursor",PJ.overlay),k.selection&&(S=k.selection),function(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}(S)&&(k.selection=null,c.call(b)),D.end(e,_.name)}}function h(e){u(this,arguments).moved(e)}function p(e){u(this,arguments).ended(e)}function g(){var t=this.__brush||{selection:null};return t.extent=OJ(n.apply(this,arguments)),t.dim=e,t}return l.move=function(t,n,r){t.tween?t.on("start.brush",(function(e){u(this,arguments).beforestart().start(e)})).on("interrupt.brush end.brush",(function(e){u(this,arguments).end(e)})).tween("brush",(function(){var t=this,r=t.__brush,i=u(t,arguments),o=r.selection,a=e.input("function"==typeof n?n.apply(this,arguments):n,r.extent),s=pd(o,a);function l(e){r.selection=1===e&&null===a?null:s(e),c.call(t),i.brush()}return null!==o&&null!==a?l:l(1)})):t.each((function(){var t=this,i=arguments,o=t.__brush,a=e.input("function"==typeof n?n.apply(t,i):n,o.extent),s=u(t,i).beforestart();ZK(t),o.selection=null===a?null:a,c.call(t),s.start(r).brush(r).end(r)}))},l.clear=function(e,t){l.move(e,null,t)},d.prototype={beforestart:function(){return 1==++this.active&&(this.state.emitter=this,this.starting=!0),this},start:function(e,t){return this.starting?(this.starting=!1,this.emit("start",e,t)):this.emit("brush",e),this},brush:function(e,t){return this.emit("brush",e,t),this},end:function(e,t){return 0==--this.active&&(delete this.state.emitter,this.emit("end",e,t)),this},emit:function(t,n,r){var i=EZ(this.that).datum();a.call(t,this.that,new xJ(t,{sourceEvent:n,target:l,selection:e.output(this.state.selection),mode:r,dispatch:a}),i)}},l.extent=function(e){return arguments.length?(n="function"==typeof e?e:wJ(OJ(e)),l):n},l.filter=function(e){return arguments.length?(r="function"==typeof e?e:wJ(!!e),l):r},l.touchable=function(e){return arguments.length?(i="function"==typeof e?e:wJ(!!e),l):i},l.handleSize=function(e){return arguments.length?(s=+e,l):s},l.keyModifiers=function(e){return arguments.length?(o=!!e,l):o},l.on=function(){var e=a.on.apply(a,arguments);return e===a?l:e},l}(RJ)}var VJ={timelineContainer:"styles_timelineContainer__3SW8x",durationRangeText:"styles_durationRangeText__kjCEl",timelineChart:"styles_timelineChart__sjwgA",axises:"styles_axises__nnLwP",xAxis:"styles_xAxis__w8pk1",xGrid:"styles_xGrid__2cimK",groupAxis:"styles_groupAxis__8rzsA",group:"styles_group__-lm0v",segment:"styles_segment__tDYtR",brusher:"styles_brusher__iTl0A",zoomSelection:"styles_zoomSelection__W-Y0x",brush:"styles_brush__5MVEw",tooltip:"styles_tooltip__WgR7o",tooltipContent:"styles_tooltipContent__qmhxV",labelGroup:"styles_labelGroup__wJsCk"};const GJ=(e,t)=>{let n=5381;const r=Array.from(`${e}:${t}`);for(const e of r)n=Math.imul(n,33)+e.charCodeAt(0);const i=new Array(21);let o=Math.abs(n);for(let e=0;e<21;++e)o=(1664525*o+1013904223)%4294967296,i[e]="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz-"[o%64];return i.join("")};class YJ extends CustomEvent{constructor(e){super("zoom",{detail:e})}}const XJ=(e,t=ZJ)=>{const[n,r]=xi(e),i=Mi(n),o=Mi(t);return Ci((()=>{o.current=t}),[t]),Ci((()=>{i.current=n,o.current(i.current)}),[n]),[i,n,r]},ZJ=()=>{},KJ=e=>e?e<0?0:e:0,JJ=()=>HK(),QJ={top:0,right:0,bottom:20,left:0},eQ=300,tQ=20,nQ=()=>{},rQ=e=>{const{width:t=eQ,height:n=tQ,margins:r=QJ,domainRange:i,currentSelection:o,tickFormat:a,onChange:s=nQ,onReset:l=nQ,selectedTestsCount:c,totalTestsCount:u,translations:d,transitionDuration:f=300}=e,h=KJ(t-r.left-r.right),p=KJ(n-r.top-r.bottom),[g,m,v]=XJ((()=>_f().domain(i).range([0,h])));Ci((()=>{v((()=>_f().domain(i).range([0,h])))}),[i,h]);const b=Mi(null),y=Mi(null),_=Mi(null),w=Mi(null),x=Mi(null),k=Mi(null),C=Mi(s),S=Mi(l);Ci((()=>{C.current=s,S.current=l}),[s,l]);const M=Mi(JJ().tickFormat((()=>""))),A=Mi(JJ().tickPadding(0)),T=Mi(WJ().handleSize(24).on("end",(e=>{if(!e.sourceEvent||!g.current||!C.current)return;if(!e.selection||2!==e.selection.length){const[e,t]=g.current.domain();return void C.current(e,t)}const[t,n]=e.selection.map((e=>m.invert(e)));C.current(t,n)})));Ci((()=>{if(!b.current||!m)return;if(!i||i[1]<=i[0])return;const[e,t]=i,n=(t-e)/6,s=[];for(let t=0;t<7;t++)s.push(e+n*t);if(s[0]=e,s[6]=t,A.current.scale(m).tickFormat(a).tickValues(s),M.current.scale(m).tickSize(-p).tickValues(s),EZ(y.current).attr("transform",`translate(${r.left},${r.top})`),EZ(_.current).exit().transition().duration(f).attr("width",0).attr("height",0),w.current&&(EZ(w.current).attr("transform",`translate(0,${p})`),EZ(w.current).call(M.current)),x.current&&(EZ(x.current).attr("transform",`translate(0,${p})`),EZ(x.current).call(A.current).selectAll("text").attr("y",8)),k.current){const e=EZ(k.current);e.select(".selection").attr("rx",2).attr("ry",2),e.call(T.current.extent([[0,0],[h,p]]));const t=[m(o[0]??i[0]),m(o[1]??i[1])];T.current.move(e,t)}}),[r,m,i,o,a,h,p,f]);const L=(c/u*100).toFixed(2);return Ps("svg",{ref:b,className:VJ.brusher,width:t,height:n+14,children:Ps("g",{ref:y,className:VJ.brusherMargins,children:[Ps("rect",{ref:_,className:VJ.gridBackground}),Ps("g",{ref:k,className:VJ.brush}),Ps("g",{className:VJ.axises,children:[Ps("g",{ref:w,className:VJ.xGrid}),Ps("g",{ref:x,className:VJ.xAxis}),Ps("text",{x:h/2,y:60,textAnchor:"middle",className:VJ.durationRangeText,children:d.selected({count:c,percentage:L,minDuration:og(o[0]),maxDuration:og(o[1])})})]})]})})},iQ=e=>{const{segments:t,groupId:n,groupName:r,offsetTime:i}=e,[o,a]=Ai((()=>{let e=1/0,r=-1/0;const i=t.filter((e=>e.groupId===n));for(const t of i)e=Math.min(e,t.timeRange[0].getTime()),r=Math.max(r,t.timeRange[1].getTime());return[e,r]}),[t,n]);return Ps("div",{className:VJ.tooltipContent,children:[Ps("div",{children:r}),Ps("div",{children:[og(o-i)," — ",og(a-i)]})]})},oQ=si(null),aQ=e=>{const{children:t,width:n}=e;return Ps(oQ.Provider,{value:n,children:t})},sQ=()=>{},lQ=e=>{const{children:t,width:n,onResize:r,debounceResize:i=0}=e,[o]=OE(n,i);return Ci((()=>{r?.(o)}),[o,r]),o>0?Ps(aQ,{width:o,children:t}):null},cQ=e=>{const{children:t,defaultWidth:n=0,onResize:r=sQ,debounceResize:i=0}=e,o=Mi(null),[a,s]=xi(n);return Ci((()=>{if(!o.current)return;s(o.current.clientWidth);const e=new ResizeObserver((e=>{for(const t of e)s(t.target.clientWidth)}));return e.observe(o.current),()=>e.disconnect()}),[n]),Ps("div",{ref:o,children:Ps(lQ,{width:a,onResize:r,debounceResize:i,children:t})})},uQ=e=>{const{segment:t,offsetTime:n}=e;if(!t.id)return null;const r=t.labelGroup.length>1;return Ps("div",{className:VJ.tooltipContent,children:[r?Ps("div",{className:VJ.labelGroup,children:t.labelGroup.map(((e,t)=>Ps(js,{type:"ui",size:"s",bold:!0,children:e},t)))}):Ps(js,{type:"ui",size:"s",bold:!0,children:t.label}),Ps("div",{children:[og(t.timeRange[0].getTime()-n)," — ",og(t.timeRange[1].getTime()-n)]})]})},dQ=()=>HK(),fQ={top:0,right:0,bottom:20,left:0},hQ=300,pQ=20,gQ=()=>{},mQ=e=>{const{width:t=hQ,height:n=pQ,margins:r=fQ,scale:i,domainRange:o,currentSelection:a,tickFormat:s,onChange:l=gQ,onReset:c=gQ,transitionDuration:u=300}=e,[d,f,h]=XJ((()=>i.copy()));Ci((()=>{h((()=>d.current.domain()===i.domain()&&d.current.range()===i.range()?d.current:i.copy()))}),[i]);const p=KJ(t-r.left-r.right),g=KJ(n-r.top-r.bottom);Ci((()=>{h((()=>i.copy().domain(o??[]).range([0,p])))}),[o,p,i]);const m=Mi(null),v=Mi(null),b=Mi(null),y=Mi(null),_=Mi(null),w=Mi(null),x=Mi(l),k=Mi(c),C=Mi(dQ().tickFormat((()=>""))),S=Mi(dQ().tickPadding(0)),M=Mi(WJ().handleSize(24).on("end",(e=>{if(!e.sourceEvent||!d.current||!x.current)return;if(!e.selection||2!==e.selection.length){const[e,t]=d.current.domain();return void x.current(e,t)}const[t,n]=e.selection.map((e=>d.current.invert(e)));x.current(t,n)})));return Ci((()=>{x.current=l,k.current=c}),[l,c]),Ci((()=>{if(m.current&&f&&o&&!(o[1]<=o[0])&&(S.current.scale(f).tickFormat(s),C.current.scale(f).tickSize(-g),C.current.ticks(7),EZ(v.current).attr("transform",`translate(${r.left},${r.top})`),EZ(b.current).transition().duration(u).attr("width",String(p)).attr("height",String(g)),y.current&&(EZ(y.current).attr("transform",`translate(0,${g})`),EZ(y.current).call(C.current)),_.current&&(EZ(_.current).attr("transform",`translate(0,${g})`),EZ(_.current).call(S.current).selectAll("text").attr("y",8)),w.current)){const e=EZ(w.current);e.select(".selection").attr("rx",2).attr("ry",2),e.call(M.current.extent([[0,0],[p,g]]));const t=[f(a?.[0]??o[0].getTime()),f(a?.[1]??o[1].getTime())];M.current.move(e,t)}}),[p,g,r,o,a,s,f,u]),Ps("svg",{ref:m,className:VJ.brusher,width:t,height:n,children:Ps("g",{ref:v,className:VJ.brusherMargins,children:[Ps("rect",{ref:b,className:VJ.gridBackground}),Ps("g",{ref:w,className:VJ.brush}),Ps("g",{className:VJ.axises,children:[Ps("g",{ref:y,className:VJ.xGrid}),Ps("g",{ref:_,className:VJ.xAxis})]})]})})};EZ.prototype.transition=AK;const vQ=e=>{const t={failed:"var(--timeline-status-failed, #E8452CFF)",broken:"var(--timeline-status-broken, #E88D2CFF)",passed:"var(--timeline-status-passed, #099337FF)",skipped:"var(--timeline-status-skipped, #7281A1FF)",unknown:"var(--timeline-status-unknown, #B92CE8FF)"};return t[e]||t.unknown},bQ=e=>{const t={failed:"var(--on-support-capella, #E8452CFF)",broken:"var(--on-support-atlas, #E88D2CFF)",passed:"var(--on-support-castor, #099337FF)",skipped:"var(--on-support-rau, #7281A1FF)",unknown:"var(--on-support-skat, #B92CE8FF)"};return t[e]||t.unknown},yQ=e=>{if(e>=20)return 4;if(e<4)return 0;const t=(e-4)/16;return t*(2-t)*4},_Q=100,wQ=100,xQ=e=>{const{data:t=[],translations:n}=e,r=Ei(),{durationRange:i,handleDurationChange:o,durationDomain:a}=(e=>{const t=Ai((()=>{const t=e.reduce(((e,t)=>{const n=t.segments.map((e=>e.val));return{min:Math.min(e.min,...n),max:Math.max(e.max,...n)}}),{min:1/0,max:-1/0});return[t.min,t.max]}),[e]),[n,r]=xi(t[0]),[i,o]=xi(t[1]);Ci((()=>{r(t[0])}),[t[0]]),Ci((()=>{o(t[1])}),[t[1]]);const a=Ti(((e,t)=>{r(e),o(t)}),[]);return{durationRange:[n,i],handleDurationChange:a,durationDomain:t}})(t),s=(()=>{const e=Li(oQ);if(!e)throw new Error("useWidth must be used within a ResponsiveWrapper");return e})(),l=Mi(null),c=Mi(null),u=Mi(null),d=Mi(null),f=Mi(null),h=Mi(null),[p,g,m]=XJ((()=>Yd())),[v,b,y]=XJ((()=>Wd())),_=Mi(HK()),w=Mi(FK(1,void 0)),x=Mi(FK(4,void 0)),{tooltipRef:k,isVisible:C,handleShowTooltip:S,handleHideTooltip:M,data:A}=uG("bottom"),{tooltipRef:T,isVisible:L,handleShowTooltip:E,handleHideTooltip:N,data:O}=uG("bottom"),R=TU?0:500,D=TU?0:150,P=Mi(!1),z=t.length,I=KJ(s-_Q-wQ),B=KJ(24*z),j=B+26+30,F=Ai((()=>{const e=[];for(const n of t)for(const t of n.segments)e.push({groupId:n.id,groupName:n.name,label:t.label,labelGroup:t.labelGroup,timeRange:t.timeRange,hidden:t.hidden,val:t.val,labelVal:t.val,segment:t,id:t.id});return e}),[t]),H=Ai((()=>t.map((e=>({id:e.id,name:e.name})))),[t]),$=Ai((()=>[Hd(F,(e=>e.timeRange[0])),Fd(F,(e=>e.timeRange[1]))]),[F]),[q,U]=xi($),[W,V]=xi([null,null]),G=Ti((e=>{U((t=>((e,t)=>{if(!e&&!t)return!0;if(!e&&t)return!1;if(e&&!t)return!1;const n=e?.[0]?.getTime()??void 0,r=e?.[1]?.getTime()??void 0,i=t?.[0]?.getTime()??void 0,o=t?.[1]?.getTime()??void 0;return n===i&&r===o})(t,e)?t:e))}),[]),Y=Ti((e=>{V((t=>((e,t)=>{if(!e&&!t)return!0;if(!e&&t)return!1;if(e&&!t)return!1;const n=e?.[0]??void 0,r=e?.[1]??void 0;return n===(t?.[0]??void 0)&&r===(t?.[1]??void 0)})(t,e)?t:e))}),[]),[X,Z,K]=XJ((()=>Yp().domain($).range([0,I]).clamp(!0)));Ci((()=>{K((()=>X.current.copy().domain($))),G($)}),[...$,G]),Ci((()=>{K((()=>X.current.copy().range([0,I]).clamp(!0)))}),[I]);const J=Ai((()=>[Hd(F,(e=>e.timeRange[0])),Fd(F,(e=>e.timeRange[1]))]),[F]);Ci((()=>{if(!l.current)return;const e=e=>{const{zoomX:t,zoomY:n}=e.detail;t&&G(t),n&&Y(n)};if(l.current?.addEventListener("zoom",e),!c.current)return;const t=EZ(c.current),n=e=>NZ(e,c.current);return t.on("mousedown",(e=>{if(null!=EZ(window).on("mousemove.zoomRect"))return;const r=n(e);if(r[0]<0||r[0]>I||r[1]<0||r[1]>B)return;P.current=!0;const i=t.append("rect").attr("class",VJ.zoomSelection);EZ(window).on("mousemove.zoomRect",(e=>{e.stopPropagation();const t=n(e),o=[Math.max(0,Math.min(I,t[0])),Math.max(0,Math.min(B,t[1]))];i.attr("x",Math.min(r[0],o[0])).attr("y",Math.min(r[1],o[1])).attr("width",Math.abs(o[0]-r[0])).attr("height",Math.abs(o[1]-r[1]))})).on("mouseup.zoomRect",(e=>{EZ(window).on("mousemove.zoomRect",null).on("mouseup.zoomRect",null),i.remove(),P.current=!1;const t=n(e),o=[Math.max(0,Math.min(I,t[0])),Math.max(0,Math.min(B,t[1]))];if(r[0]===o[0]&&r[1]===o[1])return;const a=[r[0],o[0]].sort(Sd).map((e=>X.current.invert(e)));a[1].getTime()-a[0].getTime()>10&&l.current?.dispatchEvent(new YJ({zoomX:a,zoomY:null}))}),!0),e.stopPropagation()})),()=>{l.current?.removeEventListener("zoom",e)}}),[I,B,W,F,G,Y,b]),Ci((()=>{const e=q?.[0]&&q?.[1]?q:$;K((()=>X.current.copy().domain(e).range([0,I]).clamp(!0)))}),[q,$,I]),Ci((()=>{x.current.scale(b)}),[b,H]),Ci((()=>{y((()=>v.current.copy().domain(H.map((e=>e.id))).range(H.map(((e,t)=>(t+.5)/z*B)))))}),[H,z,B]),Ci((()=>{m((()=>p.current.copy().domain(H.map((e=>e.id))).range([B/H.length*.5,B*(1-.5/H.length)])))}),[H,B,z]),Ci((()=>{if(!(l.current&&Z&&0!==B&&d.current&&f.current))return;const[e,t]=Z.range();if(e===t)return;_.current.scale(Z),_.current.ticks(7),_.current.tickFormat((e=>J[0]?og(e.getTime()-J[0].getTime()):"")),w.current.scale(Z).ticks(7).tickFormat((()=>"")),EZ(d.current).style("stroke-opacity",0).style("fill-opacity",0).attr("transform",`translate(0,${B})`).transition().duration(R).call(_.current).style("stroke-opacity",1).style("fill-opacity",1),w.current.tickSize(B),EZ(f.current).attr("transform",`translate(0,${B})`).transition().duration(R).call(w.current);const n=Math.ceil(2*z/Math.sqrt(2)/B/.6),r=p.current.domain().filter(((e,t)=>!(t%n)));let i=Math.min(12,B/r.length*.6*Math.sqrt(2)),o=Math.ceil(wQ/(i/Math.sqrt(2)));const a=b.range(),s=Hd(a,((e,t)=>t>0?e-a[t-1]:2*e));i=Math.min(14,.6*KJ(s)*Math.sqrt(2)),o=Math.floor(_Q/(i/Math.sqrt(2))),x.current.tickFormat((e=>{const t=H.find((t=>t.id===e)),n=t?.name??"";return n.length<=o?n:`${n.substring(0,2*o/3)}...${n.substring(n.length-o/3,n.length)}`})),EZ(h.current).transition().duration(R).style("font-size",`${i}px`).call(x.current),EZ(h.current).selectAll(".tick").each((function(e){const t=e,n=H.find((e=>e.id===t));n&&EZ(this).select("text").on("mouseover",(e=>{S(e.target,n)})).on("mouseout",(e=>{M(e.target)}))}))}),[I,B,z,R,J,Z,b,H,S,M]),Ci((()=>{if(!c.current||0===B)return;const e=EZ(c.current).selectAll(`rect.${VJ.group}`).data(H,(e=>e.id));e.exit().transition().duration(R).style("stroke-opacity",0).style("fill-opacity",0).remove();const t=e.enter().append("rect").attr("class",VJ.group).attr("x",0).attr("y",0).attr("height",0).attr("fill","none").style("fill-opacity",0).style("stroke-opacity",0);e.merge(t).transition().duration(R).attr("width",I).attr("height",B/z).attr("y",(e=>{const t=b(e.id);return Number.isInteger(t)?t-B/z/2:0})).style("fill-opacity",1).style("stroke-opacity",1)}),[H,I,B,z,R,b,S,M]);const[Q,ee]=i,te=Ai((()=>F.filter((e=>{if(-1===b.domain().indexOf(e.groupId))return!1;const t=e.val;return!(t<Q||t>ee)})).length),[b,F,Q,ee]),ne=Ai((()=>F.filter((e=>{if(-1===b.domain().indexOf(e.groupId))return!1;const t=e.val;if(t<Q||t>ee)return!1;const[n,r]=Z.domain(),[i,o]=e.timeRange;return!(o<n||i>r)}))),[b,Z,F,Q,ee]);Ci((()=>{c.current&&0!==B&&Z&&(async()=>{let e=EZ(c.current).selectAll(`rect.${VJ.segment}`).data(ne,(e=>e.id));if(0===ne.length)return void e.exit().remove();e.exit().transition().duration(R).style("fill-opacity",0).remove();const t=e.enter().append("rect").attr("class",VJ.segment).attr("rx",1).attr("ry",1).attr("x",(e=>Z(e.timeRange[0]))).attr("y",(e=>(g(e.groupId)||0)-10)).attr("width",0).attr("height",0).style("fill",(e=>vQ(e.segment.status))).style("fill-opacity",0);t.on("mouseover",(function(e,t){P.current||(EZ(this).transition().duration(D).attr("x",X.current(t.timeRange[0])-1).attr("width",Fd([2,X.current(t.timeRange[1])-X.current(t.timeRange[0])])+2).attr("y",(p.current(t.groupId)||0)-11).attr("height",22).style("fill-opacity",1),E(e.target,t))})).on("mouseout",(function(e,t){if(P.current)return;const n=X.current(t.timeRange[1])-X.current(t.timeRange[0]);EZ(this).transition().duration(D).attr("x",X.current(t.timeRange[0])).attr("width",Fd([2,n])??0).attr("y",(p.current(t.groupId)??0)-10).attr("height",20).style("fill-opacity",1),N(e.target)})),e=e.merge(t),e.attr("rx",(e=>{const t=Z(e.timeRange[1])-Z(e.timeRange[0]);return yQ(t)})).attr("ry",(e=>{const t=Z(e.timeRange[1])-Z(e.timeRange[0]);return yQ(t)})).attr("stroke-width",(e=>Z(e.timeRange[1])-Z(e.timeRange[0])>=12?.5:.1)).attr("stroke","var(--timeline-bg, #ffffff)").attr("height",20),e.transition().duration(R).attr("x",(e=>Z(e.timeRange[0]))).attr("y",(e=>(g(e.groupId)||0)-10)).attr("width",(e=>{const t=Fd([2,(Z(e.timeRange[1])??0)-(Z(e.timeRange[0])??0)]);return(t??0)<0?0:t??0})).attr("height",20).style("fill",(e=>e.hidden?`url(#gradient-${r}-${e.segment.status})`:vQ(e.segment.status))).style("fill-opacity",1)})()}),[ne,I,B,I,R,q,Z,D,g,r]),Ci((()=>{l.current&&EZ(l.current).transition().duration(R).attr("width",s).attr("height",j)}),[s,j,R]);const re=Ti(((e,t)=>G([e,t])),[G]),[ie,oe]=Z.range(),ae=ie!==oe;return ae?Ps("div",{className:VJ.timelineChart,children:[a[0]!==a[1]&&ae&&Ps(rQ,{selectedTestsCount:te,totalTestsCount:F.length,translations:n,width:s,height:76,margins:{top:26,right:wQ,bottom:30,left:_Q},domainRange:a,currentSelection:[Q,ee],onChange:o,onReset:()=>o(a[0],a[1]),tickFormat:e=>og(e)},s),Ps("svg",{ref:l,width:s,height:j,children:[Ps("defs",{children:Jp.map((e=>Ps("pattern",{id:`gradient-${r}-${e}`,patternUnits:"userSpaceOnUse",width:"10",height:"10",patternTransform:"rotate(-45 5 5)",children:[Ps("rect",{width:"5",height:"10",fill:bQ(e)}),Ps("rect",{x:"5",width:"5",height:"10",fill:vQ(e)})]},e)))}),Ps("g",{ref:u,className:VJ.axises,"data-label":"axises",transform:"translate(100,26)",children:[Ps("g",{ref:d,className:VJ.xAxis,"data-label":"x-axis"}),Ps("g",{ref:f,className:VJ.xGrid,"data-label":"grid"}),Ps("g",{ref:h,className:VJ.groupAxis,"data-label":"groups-axis"})]}),Ps("g",{ref:c,"data-label":"graph",transform:"translate(100,26)",children:Ps("rect",{"data-label":"graph-selection",x:0,y:0,width:I,height:B,fill:"transparent"})})]}),$[0].getTime()!==$[1].getTime()&&ae&&Ps(mQ,{width:s,height:76,margins:{top:26,right:wQ,bottom:30,left:_Q},scale:Z,domainRange:$,currentSelection:q,onChange:re,onReset:()=>G($),tickFormat:e=>og(e.getTime()-J[0].getTime())}),Oc(Ps("div",{ref:k,"data-visible":C,className:VJ.tooltip,children:A?.id&&Ps(iQ,{segments:ne,groupId:A.id,groupName:A.name,offsetTime:J[0].getTime()})}),document.body),Oc(Ps("div",{ref:T,"data-visible":L,className:VJ.tooltip,children:O&&Ps(uQ,{segment:O,offsetTime:J[0].getTime()})}),document.body)]}):null},kQ=e=>{const{data:t,width:n,dataId:r,...i}=e,o=Ai((()=>((e,t)=>{const n=[];for(const r of e){const[e,i]=r.labels.reduce(((e,t)=>"host"===t.name?[t.value,e[1]]:"thread"===t.name?[e[0],t.value]:e),[void 0,void 0]);if(!e||!i)continue;const o=GJ(e,t),a=GJ(i,o),s=n.find((({id:e})=>e===a)),l=s?.segments??[],c=r.historyId??r.id,u=-1!==l.findIndex((({id:e})=>e===c)),d=l.find((({timeRange:e})=>e[0].getTime()===r.start&&e[1].getTime()===r.stop));u||d||l.push({label:r.name,labelGroup:[r.name],timeRange:[new Date(r.start),new Date(r.stop)],val:r.duration,status:r.status,id:r.historyId??r.id,hidden:r.hidden}),!u&&d&&d.labelGroup.push(r.name),s?s.segments=l:n.push({id:a,name:i,segments:l})}return n})(t,r)),[t,r]);return Ps("div",{className:VJ.timelineContainer,children:Ps(cQ,{defaultWidth:n,children:Ps(xQ,{...i,data:o},r)})})};function CQ(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=CQ(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function SQ(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=CQ(e))&&(r&&(r+=" "),r+=t);return r}var MQ=SQ,AQ="b2XhjWBW",TQ="fma_u1MG";var LQ=0;Array.isArray;function EQ(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--LQ,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return vr.vnode&&vr.vnode(c),c}const NQ=()=>EQ("div",{className:TQ,children:EQ("a",{href:"https://allurereport.org",target:"_blank",rel:"noreferrer",children:[EQ(js,{type:"paragraph",size:"m",className:TQ,children:"Powered by"}),EQ(Fb,{className:"XNvCzvZ7"})]})});var OQ=Symbol.for("preact-signals");function RQ(){if(BQ>1)BQ--;else{for(var e,t=!1;void 0!==IQ;){var n=IQ;for(IQ=void 0,jQ++;void 0!==n;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&UQ(n))try{n.c()}catch(n){t||(e=n,t=!0)}n=r}}if(jQ=0,BQ--,t)throw e}}function DQ(e){if(BQ>0)return e();BQ++;try{return e()}finally{RQ()}}var PQ=void 0;function zQ(e){var t=PQ;PQ=void 0;try{return e()}finally{PQ=t}}var IQ=void 0,BQ=0,jQ=0,FQ=0;function HQ(e){if(void 0!==PQ){var t=e.n;if(void 0===t||t.t!==PQ)return t={i:0,S:e,p:PQ.s,n:void 0,t:PQ,e:void 0,x:void 0,r:t},void 0!==PQ.s&&(PQ.s.n=t),PQ.s=t,e.n=t,32&PQ.f&&e.S(t),t;if(-1===t.i)return t.i=0,void 0!==t.n&&(t.n.p=t.p,void 0!==t.p&&(t.p.n=t.n),t.p=PQ.s,t.n=void 0,PQ.s.n=t,PQ.s=t),t}}function $Q(e,t){this.v=e,this.i=0,this.n=void 0,this.t=void 0,this.W=null==t?void 0:t.watched,this.Z=null==t?void 0:t.unwatched,this.name=null==t?void 0:t.name}function qQ(e,t){return new $Q(e,t)}function UQ(e){for(var t=e.s;void 0!==t;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function WQ(e){for(var t=e.s;void 0!==t;t=t.n){var n=t.S.n;if(void 0!==n&&(t.r=n),t.S.n=t,t.i=-1,void 0===t.n){e.s=t;break}}}function VQ(e){for(var t=e.s,n=void 0;void 0!==t;){var r=t.p;-1===t.i?(t.S.U(t),void 0!==r&&(r.n=t.n),void 0!==t.n&&(t.n.p=r)):n=t,t.S.n=t.r,void 0!==t.r&&(t.r=void 0),t=r}e.s=n}function GQ(e,t){$Q.call(this,void 0),this.x=e,this.s=void 0,this.g=FQ-1,this.f=4,this.W=null==t?void 0:t.watched,this.Z=null==t?void 0:t.unwatched,this.name=null==t?void 0:t.name}function YQ(e,t){return new GQ(e,t)}function XQ(e){var t=e.u;if(e.u=void 0,"function"==typeof t){BQ++;var n=PQ;PQ=void 0;try{t()}catch(t){throw e.f&=-2,e.f|=8,ZQ(e),t}finally{PQ=n,RQ()}}}function ZQ(e){for(var t=e.s;void 0!==t;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,XQ(e)}function KQ(e){if(PQ!==this)throw new Error("Out-of-order effect");VQ(this),PQ=e,this.f&=-2,8&this.f&&ZQ(this),RQ()}function JQ(e,t){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32,this.name=null==t?void 0:t.name}function QQ(e,t){var n=new JQ(e,t);try{n.c()}catch(e){throw n.d(),e}var r=n.d.bind(n);return r[Symbol.dispose]=r,r}$Q.prototype.brand=OQ,$Q.prototype.h=function(){return!0},$Q.prototype.S=function(e){var t=this,n=this.t;n!==e&&void 0===e.e&&(e.x=n,this.t=e,void 0!==n?n.e=e:zQ((function(){var e;null==(e=t.W)||e.call(t)})))},$Q.prototype.U=function(e){var t=this;if(void 0!==this.t){var n=e.e,r=e.x;void 0!==n&&(n.x=r,e.e=void 0),void 0!==r&&(r.e=n,e.x=void 0),e===this.t&&(this.t=r,void 0===r&&zQ((function(){var e;null==(e=t.Z)||e.call(t)})))}},$Q.prototype.subscribe=function(e){var t=this;return QQ((function(){var n=t.value,r=PQ;PQ=void 0;try{e(n)}finally{PQ=r}}),{name:"sub"})},$Q.prototype.valueOf=function(){return this.value},$Q.prototype.toString=function(){return this.value+""},$Q.prototype.toJSON=function(){return this.value},$Q.prototype.peek=function(){var e=PQ;PQ=void 0;try{return this.value}finally{PQ=e}},Object.defineProperty($Q.prototype,"value",{get:function(){var e=HQ(this);return void 0!==e&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(jQ>100)throw new Error("Cycle detected");this.v=e,this.i++,FQ++,BQ++;try{for(var t=this.t;void 0!==t;t=t.x)t.t.N()}finally{RQ()}}}}),GQ.prototype=new $Q,GQ.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if(32==(36&this.f))return!0;if(this.f&=-5,this.g===FQ)return!0;if(this.g=FQ,this.f|=1,this.i>0&&!UQ(this))return this.f&=-2,!0;var e=PQ;try{WQ(this),PQ=this;var t=this.x();(16&this.f||this.v!==t||0===this.i)&&(this.v=t,this.f&=-17,this.i++)}catch(e){this.v=e,this.f|=16,this.i++}return PQ=e,VQ(this),this.f&=-2,!0},GQ.prototype.S=function(e){if(void 0===this.t){this.f|=36;for(var t=this.s;void 0!==t;t=t.n)t.S.S(t)}$Q.prototype.S.call(this,e)},GQ.prototype.U=function(e){if(void 0!==this.t&&($Q.prototype.U.call(this,e),void 0===this.t)){this.f&=-33;for(var t=this.s;void 0!==t;t=t.n)t.S.U(t)}},GQ.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;void 0!==e;e=e.x)e.t.N()}},Object.defineProperty(GQ.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=HQ(this);if(this.h(),void 0!==e&&(e.i=this.i),16&this.f)throw this.v;return this.v}}),JQ.prototype.c=function(){var e=this.S();try{if(8&this.f)return;if(void 0===this.x)return;var t=this.x();"function"==typeof t&&(this.u=t)}finally{e()}},JQ.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,XQ(this),WQ(this),BQ++;var e=PQ;return PQ=this,KQ.bind(this,e)},JQ.prototype.N=function(){2&this.f||(this.f|=2,this.o=IQ,IQ=this)},JQ.prototype.d=function(){this.f|=8,1&this.f||ZQ(this)},JQ.prototype.dispose=function(){this.d()};var e0,t0,n0,r0="undefined"!=typeof window&&!!window.__PREACT_SIGNALS_DEVTOOLS__,i0=[];function o0(e,t){vr[e]=t.bind(null,vr[e]||function(){})}function a0(e){n0&&n0(),n0=e&&e.S()}function s0(e){var t=this,n=e.data,r=function(e,t){return xi((function(){return qQ(e,t)}))[0]}(n);r.value=n;var i=Ai((function(){for(var e=t,n=t.__v;n=n.__;)if(n.__c){n.__c.__$f|=4;break}var i=YQ((function(){var e=r.value.value;return 0===e?0:!0===e?"":e||""})),o=YQ((function(){return!Array.isArray(i.value)&&!yr(i.value)})),a=QQ((function(){if(this.N=d0,o.value){var t=i.value;e.__v&&e.__v.__e&&3===e.__v.__e.nodeType&&(e.__v.__e.data=t)}})),s=t.__$u.d;return t.__$u.d=function(){a(),s.call(this)},[o,i]}),[]),o=i[0],a=i[1];return o.value?a.peek():a.value}function l0(e,t,n,r){var i=t in e&&void 0===e.ownerSVGElement,o=qQ(n);return{o:function(e,t){o.value=e,r=t},d:QQ((function(){this.N=d0;var n=o.value.value;r[t]!==n&&(r[t]=n,i?e[t]=n:null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}))}}QQ((function(){e0=this.N}))(),s0.displayName="ReactiveTextNode",Object.defineProperties($Q.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:s0},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}}),o0("__b",(function(e,t){if(r0&&"function"==typeof t.type&&window.__PREACT_SIGNALS_DEVTOOLS__.exitComponent(),"string"==typeof t.type){var n,r=t.props;for(var i in r)if("children"!==i){var o=r[i];o instanceof $Q&&(n||(t.__np=n={}),n[i]=o,r[i]=o.peek())}}e(t)})),o0("__r",(function(e,t){if(r0&&"function"==typeof t.type&&window.__PREACT_SIGNALS_DEVTOOLS__.enterComponent(t),t.type!==Ir){a0();var n,r=t.__c;r&&(r.__$f&=-2,void 0===(n=r.__$u)&&(r.__$u=n=function(){var e;return QQ((function(){e=this})),e.c=function(){r.__$f|=1,r.setState({})},e}())),t0=r,a0(n)}e(t)})),o0("__e",(function(e,t,n,r){r0&&window.__PREACT_SIGNALS_DEVTOOLS__.exitComponent(),a0(),t0=void 0,e(t,n,r)})),o0("diffed",(function(e,t){var n;if(r0&&"function"==typeof t.type&&window.__PREACT_SIGNALS_DEVTOOLS__.exitComponent(),a0(),t0=void 0,"string"==typeof t.type&&(n=t.__e)){var r=t.__np,i=t.props;if(r){var o=n.U;if(o)for(var a in o){var s=o[a];void 0===s||a in r||(s.d(),o[a]=void 0)}else o={},n.U=o;for(var l in r){var c=o[l],u=r[l];void 0===c?(c=l0(n,l,u,i),o[l]=c):c.o(u,i)}}}e(t)})),o0("unmount",(function(e,t){if("string"==typeof t.type){var n=t.__e;if(n){var r=n.U;if(r)for(var i in n.U=void 0,r){var o=r[i];o&&o.d()}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)})),o0("__h",(function(e,t,n,r){(r<3||9===r)&&(t.__$f|=2),e(t,n,r)})),Br.prototype.shouldComponentUpdate=function(e,t){var n=this.__$u,r=n&&void 0!==n.s;for(var i in t)return!0;if(this.__f||"boolean"==typeof this.u&&!0===this.u){var o=2&this.__$f;if(!(r||o||4&this.__$f))return!0;if(1&this.__$f)return!0}else{if(!(r||4&this.__$f))return!0;if(3&this.__$f)return!0}for(var a in e)if("__source"!==a&&e[a]!==this.props[a])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};"undefined"==typeof requestAnimationFrame&&setTimeout;var c0=function(e){queueMicrotask((function(){queueMicrotask(e)}))};function u0(){DQ((function(){for(var e;e=i0.shift();)e0.call(e)}))}function d0(){1===i0.push(this)&&(vr.requestAnimationFrame||c0)(u0)}const f0=qQ("auto"),h0=e=>{f0.value=e;try{window.localStorage.setItem("theme",e)}catch{}document.documentElement.setAttribute("data-theme",e)},p0=()=>{const e=["light","dark","auto"],t=f0.value,n=e[(e.indexOf(t)+1)%e.length];h0(n)},g0=()=>{const{theme:e}=h()??{},t=window.localStorage.getItem("theme")||e;h0(t)},m0=qQ({loading:!0,error:void 0,data:{total:0}}),v0=qQ({loading:!0,error:void 0,data:{}}),b0=async()=>{m0.value={...m0.value,loading:!0,error:void 0};try{const e=await d("widgets/statistic.json",{bustCache:!0});m0.value={data:e,error:void 0,loading:!1}}catch(e){m0.value={data:{total:0},error:e.message,loading:!1}}},y0=async e=>{const t=e.filter((e=>!v0.value.data?.[e]));if(0!==t.length){v0.value={...v0.value,loading:!0,error:void 0};try{const n=await Promise.all(t.map((e=>d(`widgets/${e}/statistic.json`,{bustCache:!0}))));v0.value={data:e.reduce(((e,t,r)=>({...e,[t]:n[r]})),{}),loading:!1,error:void 0}}catch(e){v0.value={...v0.value,error:e.message,loading:!1}}}},_0=e=>"string"==typeof e,w0=()=>{let e,t;const n=new Promise(((n,r)=>{e=n,t=r}));return n.resolve=e,n.reject=t,n},x0=e=>null==e?"":""+e,k0=/###/g,C0=e=>e&&e.indexOf("###")>-1?e.replace(k0,"."):e,S0=e=>!e||_0(e),M0=(e,t,n)=>{const r=_0(t)?t.split("."):t;let i=0;for(;i<r.length-1;){if(S0(e))return{};const t=C0(r[i]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++i}return S0(e)?{}:{obj:e,k:C0(r[i])}},A0=(e,t,n)=>{const{obj:r,k:i}=M0(e,t,Object);if(void 0!==r||1===t.length)return void(r[i]=n);let o=t[t.length-1],a=t.slice(0,t.length-1),s=M0(e,a,Object);for(;void 0===s.obj&&a.length;)o=`${a[a.length-1]}.${o}`,a=a.slice(0,a.length-1),s=M0(e,a,Object),s?.obj&&void 0!==s.obj[`${s.k}.${o}`]&&(s.obj=void 0);s.obj[`${s.k}.${o}`]=n},T0=(e,t)=>{const{obj:n,k:r}=M0(e,t);if(n)return n[r]},L0=(e,t,n)=>{for(const r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?_0(e[r])||e[r]instanceof String||_0(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):L0(e[r],t[r],n):e[r]=t[r]);return e},E0=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var N0={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const O0=e=>_0(e)?e.replace(/[&<>"'\/]/g,(e=>N0[e])):e;const R0=[" ",",","?","!",";"],D0=new class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}(20),P0=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let i=e;for(let e=0;e<r.length;){if(!i||"object"!=typeof i)return;let t,o="";for(let a=e;a<r.length;++a)if(a!==e&&(o+=n),o+=r[a],t=i[o],void 0!==t){if(["string","number","boolean"].indexOf(typeof t)>-1&&a<r.length-1)continue;e+=a-e+1;break}i=t}return i},z0=e=>e?.replace("_","-"),I0={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console?.[e]?.apply?.(console,t)}};class B0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||I0,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,r){return r&&!this.debug?null:(_0(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new B0(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new B0(this.logger,e)}}var j0=new B0;class F0{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.observers[e]=new Map);const n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)})),this}off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];if(this.observers[e]){Array.from(this.observers[e].entries()).forEach((e=>{let[t,r]=e;for(let e=0;e<r;e++)t(...n)}))}if(this.observers["*"]){Array.from(this.observers["*"].entries()).forEach((t=>{let[r,i]=t;for(let t=0;t<i;t++)r.apply(r,[e,...n])}))}}}class H0 extends F0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,o=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;e.indexOf(".")>-1?a=e.split("."):(a=[e,t],n&&(Array.isArray(n)?a.push(...n):_0(n)&&i?a.push(...n.split(i)):a.push(n)));const s=T0(this.data,a);return!s&&!t&&!n&&e.indexOf(".")>-1&&(e=a[0],t=a[1],n=a.slice(2).join(".")),!s&&o&&_0(n)?P0(this.data?.[e]?.[t],n,i):s}addResource(e,t,n,r){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const o=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator;let a=[e,t];n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(a=e.split("."),r=t,t=a[1]),this.addNamespaces(t),A0(this.data,a,r),i.silent||this.emit("added",e,t,n,r)}addResources(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const r in n)(_0(n[r])||Array.isArray(n[r]))&&this.addResource(e,t,r,n[r],{silent:!0});r.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},a=[e,t];e.indexOf(".")>-1&&(a=e.split("."),r=n,n=t,t=a[1]),this.addNamespaces(t);let s=T0(this.data,a)||{};o.skipCopy||(n=JSON.parse(JSON.stringify(n))),r?L0(s,n,i):s={...s,...n},A0(this.data,a,s),o.silent||this.emit("added",e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((e=>t[e]&&Object.keys(t[e]).length>0))}toJSON(){return this.data}}var $0={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,i){return e.forEach((e=>{t=this.processors[e]?.process(t,n,r,i)??t})),t}};const q0={};class U0 extends F0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),((e,t,n)=>{e.forEach((e=>{t[e]&&(n[e]=t[e])}))})(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=j0.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;const n=this.resolve(e,t);return void 0!==n?.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let i=t.ns||this.options.defaultNS||[];const o=n&&e.indexOf(n)>-1,a=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||((e,t,n)=>{t=t||"",n=n||"";const r=R0.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===r.length)return!0;const i=D0.getRegExp(`(${r.map((e=>"?"===e?"\\?":e)).join("|")})`);let o=!i.test(e);if(!o){const t=e.indexOf(n);t>0&&!i.test(e.substring(0,t))&&(o=!0)}return o})(e,n,r));if(o&&!a){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:_0(i)?[i]:i};const o=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(o[0])>-1)&&(i=o.shift()),e=o.join(r)}return{key:e,namespaces:_0(i)?[i]:i}}translate(e,t,n){if("object"!=typeof t&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"==typeof t&&(t={...t}),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);const r=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:o,namespaces:a}=this.extractFromKey(e[e.length-1],t),s=a[a.length-1],l=t.lng||this.language,c=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if("cimode"===l?.toLowerCase()){if(c){const e=t.nsSeparator||this.options.nsSeparator;return r?{res:`${s}${e}${o}`,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:`${s}${e}${o}`}return r?{res:o,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:o}const u=this.resolve(e,t);let d=u?.res;const f=u?.usedKey||o,h=u?.exactUsedKey||o,p=Object.prototype.toString.apply(d),g=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,m=!this.i18nFormat||this.i18nFormat.handleAsObject,v=!_0(d)&&"boolean"!=typeof d&&"number"!=typeof d;if(!(m&&d&&v&&["[object Number]","[object Function]","[object RegExp]"].indexOf(p)<0)||_0(g)&&Array.isArray(d))if(m&&_0(g)&&Array.isArray(d))d=d.join(g),d&&(d=this.extendTranslation(d,e,t,n));else{let r=!1,a=!1;const c=void 0!==t.count&&!_0(t.count),f=U0.hasDefaultValue(t),h=c?this.pluralResolver.getSuffix(l,t.count,t):"",p=t.ordinal&&c?this.pluralResolver.getSuffix(l,t.count,{ordinal:!1}):"",g=c&&!t.ordinal&&0===t.count,m=g&&t[`defaultValue${this.options.pluralSeparator}zero`]||t[`defaultValue${h}`]||t[`defaultValue${p}`]||t.defaultValue;!this.isValidLookup(d)&&f&&(r=!0,d=m),this.isValidLookup(d)||(a=!0,d=o);const v=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&a?void 0:d,b=f&&m!==d&&this.options.updateMissing;if(a||r||b){if(this.logger.log(b?"updateKey":"missingKey",l,s,o,b?m:d),i){const e=this.resolve(o,{...t,keySeparator:!1});e&&e.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let e=[];const n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const r=(e,n,r)=>{const i=f&&r!==d?r:v;this.options.missingKeyHandler?this.options.missingKeyHandler(e,s,n,i,b,t):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(e,s,n,i,b,t),this.emit("missingKey",e,s,n,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&c?e.forEach((e=>{const n=this.pluralResolver.getSuffixes(e,t);g&&t[`defaultValue${this.options.pluralSeparator}zero`]&&n.indexOf(`${this.options.pluralSeparator}zero`)<0&&n.push(`${this.options.pluralSeparator}zero`),n.forEach((n=>{r([e],o+n,t[`defaultValue${n}`]||m)}))})):r(e,o,m))}d=this.extendTranslation(d,e,t,u,n),a&&d===o&&this.options.appendNamespaceToMissingKey&&(d=`${s}:${o}`),(a||r)&&this.options.parseMissingKeyHandler&&(d=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${s}:${o}`:o,r?d:void 0))}else{if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(f,d,{...t,ns:a}):`key '${o} (${this.language})' returned an object instead of string.`;return r?(u.res=e,u.usedParams=this.getUsedParamsDetails(t),u):e}if(i){const e=Array.isArray(d),n=e?[]:{},r=e?h:f;for(const e in d)if(Object.prototype.hasOwnProperty.call(d,e)){const o=`${r}${i}${e}`;n[e]=this.translate(o,{...t,joinArrays:!1,ns:a}),n[e]===o&&(n[e]=d[e])}d=n}}return r?(u.res=d,u.usedParams=this.getUsedParamsDetails(t),u):d}extendTranslation(e,t,n,r,i){var o=this;if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const a=_0(e)&&(void 0!==n?.interpolation?.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let s;if(a){const t=e.match(this.interpolator.nestingRegexp);s=t&&t.length}let l=n.replace&&!_0(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(l={...this.options.interpolation.defaultVariables,...l}),e=this.interpolator.interpolate(e,l,n.lng||this.language||r.usedLng,n),a){const t=e.match(this.interpolator.nestingRegexp);s<(t&&t.length)&&(n.nest=!1)}!n.lng&&r&&r.res&&(n.lng=this.language||r.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return i?.[0]!==r[0]||n.context?o.translate(...r,t):(o.logger.warn(`It seems you are nesting recursively key: ${r[0]} in key: ${t[0]}`),null)}),n)),n.interpolation&&this.interpolator.reset()}const a=n.postProcess||this.options.postProcess,s=_0(a)?[a]:a;return null!=e&&s?.length&&!1!==n.applyPostProcessor&&(e=$0.handle(s,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e){let t,n,r,i,o,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return _0(e)&&(e=[e]),e.forEach((e=>{if(this.isValidLookup(t))return;const s=this.extractFromKey(e,a),l=s.key;n=l;let c=s.namespaces;this.options.fallbackNS&&(c=c.concat(this.options.fallbackNS));const u=void 0!==a.count&&!_0(a.count),d=u&&!a.ordinal&&0===a.count,f=void 0!==a.context&&(_0(a.context)||"number"==typeof a.context)&&""!==a.context,h=a.lngs?a.lngs:this.languageUtils.toResolveHierarchy(a.lng||this.language,a.fallbackLng);c.forEach((e=>{this.isValidLookup(t)||(o=e,q0[`${h[0]}-${e}`]||!this.utils?.hasLoadedNamespace||this.utils?.hasLoadedNamespace(o)||(q0[`${h[0]}-${e}`]=!0,this.logger.warn(`key "${n}" for languages "${h.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((n=>{if(this.isValidLookup(t))return;i=n;const o=[l];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(o,l,n,e,a);else{let e;u&&(e=this.pluralResolver.getSuffix(n,a.count,a));const t=`${this.options.pluralSeparator}zero`,r=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(o.push(l+e),a.ordinal&&0===e.indexOf(r)&&o.push(l+e.replace(r,this.options.pluralSeparator)),d&&o.push(l+t)),f){const n=`${l}${this.options.contextSeparator}${a.context}`;o.push(n),u&&(o.push(n+e),a.ordinal&&0===e.indexOf(r)&&o.push(n+e.replace(r,this.options.pluralSeparator)),d&&o.push(n+t))}}let s;for(;s=o.pop();)this.isValidLookup(t)||(r=s,t=this.getResource(n,e,s,a))})))}))})),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:o}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],n=e.replace&&!_0(e.replace);let r=n?e.replace:e;if(n&&void 0!==e.count&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!n){r={...r};for(const e of t)delete r[e]}return r}static hasDefaultValue(e){const t="defaultValue";for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}class W0{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=j0.create("languageUtils")}getScriptPartFromCode(e){if(!(e=z0(e))||e.indexOf("-")<0)return null;const t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}getLanguagePartFromCode(e){if(!(e=z0(e))||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(_0(e)&&e.indexOf("-")>-1){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch(e){}return t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>{if(t)return;const n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:e.indexOf("-")>0&&n.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===n||0===e.indexOf(n)&&n.length>1?e:void 0))})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),_0(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),r=[],i=e=>{e&&(this.isSupportedCode(e)?r.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return _0(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):_0(e)&&i(this.formatLanguageCode(e)),n.forEach((e=>{r.indexOf(e)<0&&i(this.formatLanguageCode(e))})),r}}const V0={zero:0,one:1,two:2,few:3,many:4,other:5},G0={select:e=>1===e?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class Y0{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=j0.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,t){this.rules[e]=t}clearCache(){this.pluralRulesCache={}}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=z0("dev"===e?"en":e),r=t.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:n,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let o;try{o=new Intl.PluralRules(n,{type:r})}catch(n){if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),G0;if(!e.match(/-|_/))return G0;const r=this.languageUtils.getLanguagePartFromCode(e);o=this.getRule(r,t)}return this.pluralRulesCache[i]=o,o}needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?n.resolvedOptions().pluralCategories.sort(((e,t)=>V0[e]-V0[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=this.getRule(e,n);return r?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",t,n))}}const X0=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],o=((e,t,n)=>{const r=T0(e,n);return void 0!==r?r:T0(t,n)})(e,t,n);return!o&&i&&_0(n)&&(o=P0(e,n,r),void 0===o&&(o=P0(t,n,r))),o},Z0=e=>e.replace(/\$/g,"$$$$");class K0{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=j0.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(e=>e),this.init(e)}init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:t,escapeValue:n,useRawValueToEscape:r,prefix:i,prefixEscaped:o,suffix:a,suffixEscaped:s,formatSeparator:l,unescapeSuffix:c,unescapePrefix:u,nestingPrefix:d,nestingPrefixEscaped:f,nestingSuffix:h,nestingSuffixEscaped:p,nestingOptionsSeparator:g,maxReplaces:m,alwaysFormat:v}=e.interpolation;this.escape=void 0!==t?t:O0,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==r&&r,this.prefix=i?E0(i):o||"{{",this.suffix=a?E0(a):s||"}}",this.formatSeparator=l||",",this.unescapePrefix=c?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":c||"",this.nestingPrefix=d?E0(d):f||E0("$t("),this.nestingSuffix=h?E0(h):p||E0(")"),this.nestingOptionsSeparator=g||",",this.maxReplaces=m||1e3,this.alwaysFormat=void 0!==v&&v,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(e,t)=>e?.source===t?(e.lastIndex=0,e):new RegExp(t,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,t,n,r){let i,o,a;const s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},l=e=>{if(e.indexOf(this.formatSeparator)<0){const i=X0(t,s,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(i,void 0,n,{...r,...t,interpolationkey:e}):i}const i=e.split(this.formatSeparator),o=i.shift().trim(),a=i.join(this.formatSeparator).trim();return this.format(X0(t,s,o,this.options.keySeparator,this.options.ignoreJSONStructure),a,n,{...r,...t,interpolationkey:o})};this.resetRegExp();const c=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=void 0!==r?.interpolation?.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>Z0(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?Z0(this.escape(e)):Z0(e)}].forEach((t=>{for(a=0;i=t.regex.exec(e);){const n=i[1].trim();if(o=l(n),void 0===o)if("function"==typeof c){const t=c(e,i,r);o=_0(t)?t:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))o="";else{if(u){o=i[0];continue}this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),o=""}else _0(o)||this.useRawValueToEscape||(o=x0(o));const s=t.safeValue(o);if(e=e.replace(i[0],s),u?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,a++,a>=this.maxReplaces)break}})),e}nest(e,t){let n,r,i,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=(e,t)=>{const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const r=e.split(new RegExp(`${n}[ ]*{`));let o=`{${r[1]}`;e=r[0],o=this.interpolate(o,i);const a=o.match(/'/g),s=o.match(/"/g);((a?.length??0)%2==0&&!s||s.length%2!=0)&&(o=o.replace(/'/g,'"'));try{i=JSON.parse(o),t&&(i={...t,...i})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${o}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,e};for(;n=this.nestingRegexp.exec(e);){let s=[];i={...o},i=i.replace&&!_0(i.replace)?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;let l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),s=e,l=!0}if(r=t(a.call(this,n[1].trim(),i),i),r&&n[0]===e&&!_0(r))return r;_0(r)||(r=x0(r)),r||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`),r=""),l&&(r=s.reduce(((e,t)=>this.format(e,t,o.lng,{...o,interpolationkey:n[1].trim()})),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}const J0=e=>{const t={};return(n,r,i)=>{let o=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(o={...o,[i.interpolationkey]:void 0});const a=r+JSON.stringify(o);let s=t[a];return s||(s=e(z0(r),i),t[a]=s),s(n)}};class Q0{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=j0.create("formatter"),this.options=e,this.formats={number:J0(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:J0(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:J0(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:J0(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:J0(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.format(e)}))},this.init(e)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};this.formatSeparator=t.interpolation.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=J0(t)}format(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=t.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find((e=>e.indexOf(")")>-1))){const e=i.findIndex((e=>e.indexOf(")")>-1));i[0]=[i[0],...i.splice(1,e)].join(this.formatSeparator)}const o=i.reduce(((e,t)=>{const{formatName:i,formatOptions:o}=(e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach((e=>{if(e){const[t,...r]=e.split(":"),i=r.join(":").trim().replace(/^'+|'+$/g,""),o=t.trim();n[o]||(n[o]=i),"false"===i&&(n[o]=!1),"true"===i&&(n[o]=!0),isNaN(i)||(n[o]=parseInt(i,10))}}))}return{formatName:t,formatOptions:n}})(t);if(this.formats[i]){let t=e;try{const a=r?.formatParams?.[r.interpolationkey]||{},s=a.locale||a.lng||r.locale||r.lng||n;t=this.formats[i](e,s,{...o,...r,...a})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${i}`),e}),e);return o}}class e1 extends F0{constructor(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=r,this.logger=j0.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,r.backend,r)}queueLoad(e,t,n,r){const i={},o={},a={},s={};return e.forEach((e=>{let r=!0;t.forEach((t=>{const a=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[a]=2:this.state[a]<0||(1===this.state[a]?void 0===o[a]&&(o[a]=!0):(this.state[a]=1,r=!1,void 0===o[a]&&(o[a]=!0),void 0===i[a]&&(i[a]=!0),void 0===s[t]&&(s[t]=!0)))})),r||(a[e]=!0)})),(Object.keys(i).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(o),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(s)}}loaded(e,t,n){const r=e.split("|"),i=r[0],o=r[1];t&&this.emit("failedLoading",i,o,t),!t&&n&&this.store.addResourceBundle(i,o,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&n&&(this.state[e]=0);const a={};this.queue.forEach((n=>{((e,t,n)=>{const{obj:r,k:i}=M0(e,t,Object);r[i]=r[i]||[],r[i].push(n)})(n.loaded,[i],o),((e,t)=>{void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)})(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{a[e]||(a[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===a[e][t]&&(a[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",a),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;if(!e.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:r,wait:i,callback:o});this.readingCalls++;const a=(a,s)=>{if(this.readingCalls--,this.waitingReads.length>0){const e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}a&&s&&r<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,r+1,2*i,o)}),i):o(a,s)},s=this.backend[n].bind(this.backend);if(2!==s.length)return s(e,t,a);try{const n=s(e,t);n&&"function"==typeof n.then?n.then((e=>a(null,e))).catch(a):a(null,n)}catch(e){a(e)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();_0(e)&&(e=this.languageUtils.toResolveHierarchy(e)),_0(t)&&(t=[t]);const i=this.queueLoad(e,t,n,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),r=n[0],i=n[1];this.read(r,i,"read",void 0,void 0,((n,o)=>{n&&this.logger.warn(`${t}loading namespace ${i} for language ${r} failed`,n),!n&&o&&this.logger.log(`${t}loaded namespace ${i} for language ${r}`,o),this.loaded(e,n,o)}))}saveMissing(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:()=>{};if(!this.services?.utils?.hasLoadedNamespace||this.services?.utils?.hasLoadedNamespace(t)){if(null!=n&&""!==n){if(this.backend?.create){const s={...o,isUpdate:i},l=this.backend.create.bind(this.backend);if(l.length<6)try{let i;i=5===l.length?l(e,t,n,r,s):l(e,t,n,r),i&&"function"==typeof i.then?i.then((e=>a(null,e))).catch(a):a(null,i)}catch(e){a(e)}else l(e,t,n,r,a,s)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}else this.logger.warn(`did not save key "${n}" as the namespace "${t}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")}}const t1=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if("object"==typeof e[1]&&(t=e[1]),_0(e[1])&&(t.defaultValue=e[1]),_0(e[2])&&(t.tDescription=e[2]),"object"==typeof e[2]||"object"==typeof e[3]){const n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),n1=e=>(_0(e.ns)&&(e.ns=[e.ns]),_0(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),_0(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs?.indexOf?.("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),"boolean"==typeof e.initImmediate&&(e.initAsync=e.initImmediate),e),r1=()=>{};class i1 extends F0{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=n1(e),this.services={},this.logger=j0,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout((()=>{this.init(e,t)}),0)}}init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&(_0(t.ns)?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const r=t1();this.options={...r,...this.options,...n1(t)},this.options.interpolation={...r.interpolation,...this.options.interpolation},void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator);const i=e=>e?"function"==typeof e?new e:e:null;if(!this.options.isClone){let t;this.modules.logger?j0.init(i(this.modules.logger),this.options):j0.init(null,this.options),t=this.modules.formatter?this.modules.formatter:Q0;const n=new W0(this.options);this.store=new H0(this.options.resources,this.options);const o=this.services;o.logger=j0,o.resourceStore=this.store,o.languageUtils=n,o.pluralResolver=new Y0(n,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(o.formatter=i(t),o.formatter.init(o,this.options),this.options.interpolation.format=o.formatter.format.bind(o.formatter)),o.interpolator=new K0(this.options),o.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},o.backendConnector=new e1(i(this.modules.backend),o.resourceStore,o,this.options),o.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.languageDetector&&(o.languageDetector=i(this.modules.languageDetector),o.languageDetector.init&&o.languageDetector.init(o,this.options.detection,this.options)),this.modules.i18nFormat&&(o.i18nFormat=i(this.modules.i18nFormat),o.i18nFormat.init&&o.i18nFormat.init(this)),this.translator=new U0(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=r1),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((t=>{this[t]=function(){return e.store[t](...arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((t=>{this[t]=function(){return e.store[t](...arguments),e}}));const o=w0(),a=()=>{const e=(e,t)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),o.resolve(t),n(e,t)};if(this.languages&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initAsync?a():setTimeout(a,0),o}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r1;const n=_0(e)?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if("cimode"===n?.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return t();const e=[],r=t=>{if(!t)return;if("cimode"===t)return;this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{"cimode"!==t&&e.indexOf(t)<0&&e.push(t)}))};if(n)r(n);else{this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>r(e)))}this.options.preload?.forEach?.((e=>r(e))),this.services.backendConnector.load(e,this.options.ns,(e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),t(e)}))}else t(null)}reloadResources(e,t,n){const r=w0();return"function"==typeof e&&(n=e,e=void 0),"function"==typeof t&&(n=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),n||(n=r1),this.services.backendConnector.reload(e,t,(e=>{r.resolve(),n(e)})),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&$0.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(let e=0;e<this.languages.length;e++){const t=this.languages[e];if(!(["cimode","dev"].indexOf(t)>-1)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}}changeLanguage(e,t){var n=this;this.isLanguageChangingTo=e;const r=w0();this.emit("languageChanging",e);const i=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},o=(e,o)=>{o?(i(o),this.translator.changeLanguage(o),this.isLanguageChangingTo=void 0,this.emit("languageChanged",o),this.logger.log("languageChanged",o)):this.isLanguageChangingTo=void 0,r.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},a=t=>{e||t||!this.services.languageDetector||(t=[]);const n=_0(t)?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||i(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector?.cacheUserLanguage?.(n)),this.loadResources(n,(e=>{o(e,n)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}getFixedT(e,t,n){var r=this;const i=function(e,t){let o;if("object"!=typeof t){for(var a=arguments.length,s=new Array(a>2?a-2:0),l=2;l<a;l++)s[l-2]=arguments[l];o=r.options.overloadTranslationOptionHandler([e,t].concat(s))}else o={...t};o.lng=o.lng||i.lng,o.lngs=o.lngs||i.lngs,o.ns=o.ns||i.ns,""!==o.keyPrefix&&(o.keyPrefix=o.keyPrefix||n||i.keyPrefix);const c=r.options.keySeparator||".";let u;return u=o.keyPrefix&&Array.isArray(e)?e.map((e=>`${o.keyPrefix}${c}${e}`)):o.keyPrefix?`${o.keyPrefix}${c}${e}`:e,r.t(u,o)};return _0(e)?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}t(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.translate(...t)}exists(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.exists(...t)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const n=t.lng||this.resolvedLanguage||this.languages[0],r=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const o=(e,t)=>{const n=this.services.backendConnector.state[`${e}|${t}`];return-1===n||0===n||2===n};if(t.precheck){const e=t.precheck(this,o);if(void 0!==e)return e}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!o(n,e)||r&&!o(i,e)))}loadNamespaces(e,t){const n=w0();return this.options.ns?(_0(e)&&(e=[e]),e.forEach((e=>{this.options.ns.indexOf(e)<0&&this.options.ns.push(e)})),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=w0();_0(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter((e=>r.indexOf(e)<0&&this.services.languageUtils.isSupportedCode(e)));return i.length?(this.options.preload=r.concat(i),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";const t=this.services?.languageUtils||new W0(t1());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){return new i1(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r1;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new i1(r);void 0===e.debug&&void 0===e.prefix||(i.logger=i.logger.clone(e));return["store","services","language"].forEach((e=>{i[e]=this[e]})),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},n&&(i.store=new H0(this.store.data,r),i.services.resourceStore=i.store),i.translator=new U0(i.services,r),i.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i.emit(e,...n)})),i.init(r,t),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const o1=i1.createInstance();o1.createInstance=i1.createInstance;o1.createInstance,o1.dir,o1.init,o1.loadResources,o1.reloadResources,o1.use,o1.changeLanguage,o1.getFixedT,o1.t,o1.exists,o1.setDefaultNamespace,o1.hasLoadedNamespace,o1.loadNamespaces,o1.loadLanguages;const a1=qQ("en"),s1=YQ((()=>v[a1.value]?.iso??v.en.iso)),l1=(YQ((()=>["ar","he","fa"].includes(a1.value))),async()=>{const{reportLanguage:e}=h()??{},t=localStorage.getItem("currentLocale")||e||"en";await d1(t)}),c1=o1.use({type:"backend",read:async(e,t,n)=>{await a(7228)(`./${e}.json`).then((e=>{n(null,e[t])})).catch((e=>{n(e,null)}))}}).init({lng:a1.value,fallbackLng:"en",ns:["empty","execution","filters","filters.description","search","severity","sort-by","sort-by.directions","sort-by.values","statuses","tabs","testSummary","ui","welcome","controls","errors","split","modal","environments","charts","sections","timeline","transitions"],interpolation:{escapeValue:!1}}).then((()=>{o1.services.formatter.add("capitalize",(e=>e.charAt(0).toLocaleUpperCase()+e.slice(1))),o1.services.formatter.add("timestamp_date",((e,t,n)=>new Intl.DateTimeFormat(t,{...n,month:"numeric",day:"numeric",year:"numeric"}).format(e))),o1.services.formatter.add("timestamp_long",((e,t,n)=>new Intl.DateTimeFormat(t,{...n,month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1}).format(e).replace(",",` ${o1.t("ui:at")}`))),o1.services.formatter.add("timestamp_long_no_seconds",((e,t,n)=>new Intl.DateTimeFormat(t,{...n,month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",hour12:!1}).format(e).replace(",",` ${o1.t("ui:at")}`))),o1.services.formatter.add("format_duration",(e=>yt(e)))})),u1=e=>({t:YQ((()=>(t,n={})=>o1.t(t,{ns:e,...n}))).value,currentLocale:a1.value}),d1=async e=>{await o1.changeLanguage(e),localStorage.setItem("currentLocale",e),a1.value=e},f1=()=>{const[e,t]=xi(null),[n,r]=xi();Ci((()=>{const e=h();e?.createdAt&&t(Number(e.createdAt)),e?.allureVersion&&r(e.allureVersion)}),[]);const i=new Date(e).toLocaleDateString(s1.value,{month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"});return EQ(js,{type:"paragraph",size:"m",className:"YdnHCDVV",children:[i,n&&EQ("span",{children:[" Ver: ",n]})]})},h1=({className:e})=>EQ("div",{className:SQ("hYe6DCa9",e),children:[EQ(NQ,{}),EQ(f1,{})]}),p1=(e,t)=>{try{const n=localStorage.getItem(e);return n?JSON.parse(n):t}catch{return t}},g1=qQ({loading:!1,error:void 0,data:[]}),m1=qQ({loading:!1,error:void 0,data:{}}),v1=qQ(p1("collapsedEnvironments",[])),b1=qQ(p1("currentEnvironment","")),y1=async()=>{g1.value={...g1.value,loading:!0,error:void 0};try{const e=await d("widgets/environments.json",{bustCache:!0});g1.value={data:e,error:void 0,loading:!1}}catch(e){g1.value={...g1.value,error:e.message,loading:!1}}};QQ((()=>{localStorage.setItem("currentEnvironment",JSON.stringify(b1.value))})),QQ((()=>{localStorage.setItem("collapsedEnvironments",JSON.stringify([...v1.value]))}));const _1=()=>{const{t:e}=u1("environments"),t=b1.value,n=e=>{var t;t=e,b1.value=t};return g1.value.data.length<=1?null:EQ("div",{className:"J13nhfx4","data-testid":"environment-picker",children:[EQ(Is,{id:zs.environment,size:"s"}),EQ(js,{className:"oDZnH_Bx",type:"ui",size:"s",bold:!0,children:[e("environment",{count:1}),":"]}),EQ(Xc,{size:"s",menuTrigger:({isOpened:n,onClick:r})=>EQ(Vs,{style:"ghost",size:"s",text:t||e("all"),isExpanded:n,"data-testid":"environment-picker-button",onClick:r}),children:EQ(Xc.Section,{children:[EQ(Xc.ItemWithCheckmark,{"data-testid":"environment-picker-item",onClick:()=>n(""),isChecked:!t,children:e("all")}),g1.value.data.map((e=>EQ(Xc.ItemWithCheckmark,{"data-testid":"environment-picker-item",onClick:()=>n(e),isChecked:e===t,children:e},e)))]})})]})},w1=qQ("base"),x1=qQ(!1),k1=e=>{w1.value=e,document.documentElement.setAttribute("data-layout",e),window.localStorage.setItem("layout",e)},C1=YQ((()=>"split"===w1.value)),S1=()=>{const{layout:e}=h()??{},t=window.localStorage.getItem("layout")||e||"base";t&&k1(t)};var M1=()=>{const e=C1.value?zs.lineLayoutsLayoutTop:zs.lineLayoutsColumn2;return EQ(Ws,{"data-testId":"toggle-layout-button",size:"s",icon:e,style:"ghost",onClick:()=>(x1.value=!0,void setTimeout((()=>{k1("base"===w1.value?"split":"base"),setTimeout((()=>{x1.value=!1}),300)}),200))})};const A1=({className:e})=>EQ("div",{className:e,children:[EQ(_1,{}),EQ(K_,{locale:a1.value,setLocale:d1}),EQ(M1,{}),EQ(J_,{theme:f0.value,toggleTheme:p0,getTheme:g0})]}),T1=()=>{const e=globalThis.location.hash.replace(/^#/,"").trim().split("/").filter(Boolean),[t,n]=e;if(0===e.length)return{};if(1===e.length)return/^[a-f0-9]{32,}$/.test(t)?{params:{testResultId:t}}:{category:t||"",params:{testResultId:n}};if(2===e.length)return/^[a-f0-9]{32,}$/.test(t)?{params:{testResultId:t,subTab:n}}:{category:t,params:{testResultId:n}};if(3===e.length){const[t,n,r]=e;return{category:t,params:{testResultId:n,subTab:r}}}return{}},L1=qQ(T1()),E1=()=>{const e=T1();e.category===L1.value?.category&&e.params?.testResultId===L1.value.params?.testResultId&&e.params?.subTab===L1.value.params?.subTab||(L1.value={...e})},N1=e=>{let t="";if("string"==typeof e)t=e.startsWith("#")?e.slice(1):e;else{const{category:n,params:r={}}=e,i=[];n&&i.push(n),r.testResultId&&i.push(r.testResultId),r.subTab&&i.push(r.subTab),t=i.join("/")}history.pushState(null,"",`#${t}`),E1()},O1=(YQ((()=>L1.value.category||"")),YQ((()=>L1.value.params?.subTab||"overview"))),R1=qQ(""),D1=qQ([]),P1=e=>{const t="default"===e,n=D1.value?.includes(e),r=R1.value!==e;var i;i=e,R1.value=i,document.documentElement.setAttribute("data-section",i),globalThis.localStorage.setItem("chosenSection",i),t?N1({category:""}):r&&n&&N1({category:e})},z1=()=>{const{category:e}=T1();D1.value=h()?.sections??[];const t=h()?.defaultSection??"",n=T1().category,r=""===globalThis.localStorage.getItem("chosenSection")?"":globalThis.localStorage.getItem("chosenSection")||t;R1.value=n||r,P1(e||(r||""))};QQ((()=>{const e=L1.value.category;P1(e||"")}));const I1={name:"report",logo:zs.reportLogo},B1={default:I1,charts:{name:"charts",logo:zs.lineChartsBarChartSquare},timeline:{name:"timeline",logo:zs.lineChartsTimeline}},j1=()=>{const e=B1[R1.value]||I1,{t:t}=u1("sections");return EQ(Xc,{size:"m",placement:"bottom-start",menuTrigger:({isOpened:n,onClick:r})=>EQ(Vs,{style:"ghost",size:"m",text:t(e.name),icon:e.logo,isExpanded:n,onClick:r,iconSize:"xs"}),children:EQ(Xc.Section,{children:["default",...D1.value].map((e=>EQ(Xc.ItemWithCheckmark,{onClick:()=>P1(e),isChecked:R1.value===e,children:EQ("div",{className:"FdktBcO1",children:[EQ(Is,{id:B1[e]?.logo,size:"s"}),t(B1[e]?.name)||e]})},e)))})})};var F1="ChConoqG",H1="DC096Vl9",$1="vCHAp_yZ";const q1=({testResult:e})=>{const{breadcrumbs:t,name:n}=e||{};return EQ("div",{className:"KayT_VKx",children:[EQ("div",{className:MQ(F1,"DJELNKs1"),children:EQ(Ws,{icon:zs.lineGeneralHomeLine,size:"s",style:"ghost",className:"F1I3vLtG",onClick:()=>N1("")})}),Boolean(t?.length)&&t?.[0]?.map(((e,t)=>EQ("div",{className:F1,children:[EQ(Is,{id:zs.lineArrowsChevronDown,className:H1}),EQ(js,{size:"s",bold:!0,className:$1,children:e})]},t))),EQ("div",{className:F1,children:[n&&EQ(Is,{id:zs.lineArrowsChevronDown,className:H1}),EQ(js,{size:"s",bold:!0,className:$1,children:n})]})]})},U1=qQ({loading:!0,error:void 0,data:void 0}),W1=qQ({loading:!0,error:void 0,data:void 0}),V1=async e=>{if(!(!e||U1.value.data&&e in U1.value.data)){U1.value={...U1.value,loading:!0,error:void 0};try{const t=await d(`data/test-results/${e}.json`,{bustCache:!0});U1.value={data:{...U1.value.data,[e]:t},error:void 0,loading:!1}}catch(e){U1.value={...U1.value,error:e.message,loading:!1}}}};const G1=({type:e})=>{const t={width:16,height:16};switch(e){case vt.Amazon:return EQ(Is,{id:zs.amazon,...t});case vt.Azure:return EQ(Is,{id:zs.azure,...t});case vt.Bitbucket:return EQ(Is,{id:zs.bitbucket,...t});case vt.Circle:return EQ(Is,{id:zs.circleci,...t});case vt.Drone:return EQ(Is,{id:zs.drone,...t});case vt.Github:return EQ(Is,{id:zs.github,...t});case vt.Gitlab:return EQ(Is,{id:zs.gitlab,...t});case vt.Jenkins:return EQ(Is,{id:zs.jenkins,...t});default:return null}},Y1=({className:e})=>{const{ci:t}=h();if(!t)return null;const n=t.pullRequestUrl||t.jobRunUrl||t.jobUrl,r=t.pullRequestName||t.jobRunName||t.jobName||n;return n?EQ("a",{className:MQ("K4Vp94XL",e),href:n,target:"_blank",children:[EQ(G1,{type:t.type}),EQ(js,{type:"paragraph",size:"m",bold:!0,children:r})]}):null};const X1=({className:e})=>{const t=L1.value.params?.testResultId;return EQ("div",{className:MQ("y3b2nNS8",e),children:[Boolean(D1.value?.length)&&EQ(j1,{}),!t&&EQ(Y1,{}),t&&EQ(q1,{testResult:U1.value?.data?.[t]}),EQ(A1,{className:"yme8680C"})]})},Z1=qQ(!1),K1=qQ({data:null,preview:!1,component:null,isModalOpen:Z1.value,closeModal:null,title:""}),J1=e=>{K1.value={...e},Z1.value=!0},Q1=()=>{const{t:e}=u1("controls"),t={tooltipDownload:e("downloadAttachment"),tooltipPreview:e("previewAttachment"),openInNewTabButton:e("openInNewTab")};return EQ(vb,{...K1.value,translations:t,isModalOpen:Z1.value,closeModal:()=>Z1.value=!1})},e2=qQ({loading:!0,error:void 0,data:void 0}),t2=async e=>{e2.value={...e2.value,loading:!0,error:void 0};try{const t=await d(e?`widgets/${e}/statistic.json`:"widgets/statistic.json",{bustCache:!0});e2.value={data:cn(t),error:void 0,loading:!1}}catch(e){e2.value={error:e.message,loading:!1}}},n2=qQ({loading:!0,error:void 0,data:void 0});const r2=()=>{const{t:e}=u1("charts"),{t:t}=u1("empty");return Ci((()=>{(async()=>{n2.value={...n2.value,loading:!0,error:void 0};try{const e=await d("widgets/charts.json",{bustCache:!0});n2.value={data:ct(e),error:void 0,loading:!1}}catch(e){n2.value={data:void 0,error:e.message,loading:!1}}})()}),[]),EQ(aW,{theme:f0.value,children:EQ(mc,{source:n2,renderLoader:()=>EQ(vc,{}),renderData:n=>{const r=b1.value?n.byEnv[b1.value]:n.general;if(!r)return null;const i=Object.entries(r).map((([n,r])=>{const i=((e,{t:t,empty:n})=>{switch(e.type){case b.CurrentStatus:{const n=e.title??t("currentStatus.title");return EQ(lX,{title:n,data:e.data,statuses:e.statuses,metric:e.metric,i18n:(e,n={})=>t(`currentStatus.${e}`,n)})}case b.StatusDynamics:{const n=e.title??t("statusDynamics.title");return EQ(uX,{title:n,data:e.data,limit:e.limit,statuses:e.statuses,i18n:(e,n={})=>t(`statusDynamics.${e}`,n)})}case b.StatusTransitions:{const n=e.title??t("statusTransitions.title");return EQ(hX,{title:n,data:e.data,i18n:(e,n={})=>t(`statusTransitions.${e}`,n)})}case b.Durations:{const n=e.title??("none"===e.groupBy?t("durations.title_none"):t("durations.title",{groupBy:e.groupBy}));return EQ(gX,{title:n,data:e.data,groupBy:e.groupBy,keys:e.keys,i18n:(e,n={})=>t(`durations.${e}`,n)})}case b.StabilityDistribution:{const n=e.title??t("stabilityDistribution.title");return EQ(OG,{title:n,data:e.data,keys:e.keys,i18n:(e,n={})=>t(`stabilityDistribution.${e}`,n)})}case b.TestBaseGrowthDynamics:{const n=e.title??t("testBaseGrowthDynamics.title");return EQ(PG,{title:n,data:e.data,statuses:e.statuses,i18n:(e,n={})=>t(`testBaseGrowthDynamics.${e}`,n)})}case b.FBSUAgePyramid:{const n=e.title??t("fbsuAgePyramid.title");return EQ(jG,{title:n,data:e.data,statuses:e.statuses,i18n:(e,n={})=>t(`fbsuAgePyramid.${e}`,n)})}case b.TrSeverities:{const n=e.title??t("trSeverities.title");return EQ(mX,{title:n,data:e.data,levels:e.levels,statuses:e.statuses,i18n:(e,n={})=>t(`trSeverities.${e}`,n)})}case b.DurationDynamics:{const n=e.title??t("durationDynamics.title");return EQ(bX,{title:n,data:e.data,i18n:(e,n={})=>t(`durationDynamics.${e}`,n)})}case b.CoverageDiff:return EQ(sW,{data:e.treeMap,chartType:b.CoverageDiff,title:e.title,formatLegend:e.formatLegend,colors:e.colors,legendDomain:e.legendDomain,tooltipRows:e.tooltipRows,translations:{"no-results":n("no-results")}});case b.SuccessRateDistribution:return EQ(sW,{chartType:b.SuccessRateDistribution,data:e.treeMap,title:e.title,formatLegend:e.formatLegend,colors:e.colors,legendDomain:e.legendDomain,tooltipRows:e.tooltipRows,translations:{"no-results":n("no-results")}});case b.ProblemsDistribution:return EQ(fV,{title:e.title,data:e.data,translations:{"no-results":n("no-results")}});case b.TestingPyramid:{const t=!e.data.some((e=>e.testCount>0));return EQ(aY,{title:e.title,data:t?[]:e.data,translations:{"no-results":n("no-results")}})}default:return null}})(r,{t:e,empty:t});return EQ(Z_,{className:"H3rQvdpP",children:i},n)}));return EQ("div",{className:"yh56pOPH",children:EQ(G_,{kind:"swap",className:"Tn5cbYVY",children:i})})}})})};const i2=si(null),o2=()=>{const e=Li(i2);if(!e)throw new Error("NavTabs components must be used within a NavTabs component");return e},a2=e=>{const{children:t,initialTab:n}=e,[r,i]=xi(n);return EQ(i2.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},s2=e=>EQ(a2,{...e}),l2=e=>EQ("div",{className:"XBeFwRAE",children:e.children}),c2=e=>{const{currentTab:t,setCurrentTab:n}=o2(),{id:r,children:i,onClick:o,"data-testid":a,isCurrentTab:s}=e,l=void 0!==s?s:t===r;return EQ("button",{className:"Xypu7Gjd",onClick:()=>{if(o)o();else{if(l)return;n(r)}},"data-testid":a||`nav-tab-${r}`,"aria-current":!!l||void 0,children:EQ(js,{type:"paragraph",size:"m",children:i})})};class u2 extends Error{constructor(e,t){super(e),this.originalError=t,this.name="AllurePersistError"}get message(){return`${this.name}: ${this.message}${this.originalError?`\n${this.originalError.message}`:""}`}}const d2=["new","fixed","regressed","malfunctioned"],f2=["flaky","retry",...d2],h2=qQ(""),p2=qQ("total"),g2=qQ("order"),m2=qQ("asc"),v2=qQ({flaky:!1,retry:!1,new:!1,fixed:!1,regressed:!1,malfunctioned:!1}),b2=qQ(!1);(()=>{const e=p1("treeFilters",{query:"",status:"total",filter:{flaky:!1,retry:!1,new:!1,fixed:!1,regressed:!1,malfunctioned:!1},sortBy:"order",direction:"asc"});DQ((()=>{h2.value=e.query,p2.value=e.status,g2.value=e.sortBy,m2.value=e.direction,v2.value=e.filter,b2.value=!0}))})();const y2=YQ((()=>({query:h2.value,status:p2.value,sortBy:g2.value,direction:m2.value,filter:v2.value})));QQ((()=>{b2.value&&((e,t=localStorage)=>{const[n,r]=e;try{t.setItem(n,JSON.stringify(r))}catch(e){console.error(new u2(`Failed to persist ${n} to ${t.name}`,e))}})(["treeFilters",y2.value])}));const _2=YQ((()=>d2.map((e=>[e,v2.value[e]])))),w2=YQ((()=>["flaky","retry"].map((e=>[e,v2.value[e]])))),x2=e=>{h2.value=e},k2=e=>{p2.value=e},C2=e=>{g2.value=e},S2=e=>{m2.value=e};const M2=e=>EQ("div",{className:"Az8wkX1_",children:e.children}),A2=e=>{const{id:t,children:n,...r}=e,i=function(e,t){var n=Mi(e);return n.current=e,t0.__$f|=4,Ai((function(){return YQ((function(){return n.current()}),t)}),[])}((()=>p2.value===t)),o=Ti((()=>{k2("total")}),[]),a=Ti((()=>{k2(t)}),[t]);return EQ("button",{...r,className:"MFe89HBe",onClick:i.value?o:a,"aria-current":i.value||void 0,children:EQ(js,{type:"paragraph",size:"m",bold:!0,children:n})})};const T2=({isOpened:e,setIsOpen:t,counter:n,title:r,...i})=>EQ("button",{...i,className:MQ("pLtXZ2UC",e&&"WwtUTGAA"),type:"button",onClick:()=>t(!e),children:[EQ(js,{size:"m",bold:!0,children:r}),!!n&&EQ(Ib,{count:n,size:"s"}),EQ(Jc,{isOpened:e,iconSize:"s",buttonSize:"s",className:"tRJc3qyU",tag:"div"})]}),L2=(e="status")=>{const t=xt;switch(e){case"order":return t("groupOrder",St());case"duration":return t("duration",St());case"alphabet":return t("name",Ct());case"status":return t("status",wt(((e,t)=>ut.indexOf(e)-ut.indexOf(t))));default:return console.error(`unsupported comparator ${e}`),()=>0}},E2=(e="status")=>{const t=xt;switch(e){case"alphabet":return t("name",Ct());case"order":case"duration":case"status":return t("statistic",(()=>{const e=ut.map((e=>xt(e,_t(St()),0)));return wt(kt(e))})());default:return console.error(`unsupported comparator ${e}`),()=>0}},N2=e=>{const t=E2(e.sortBy),n="asc"===e.direction?t:_t(t);return kt([n,xt("name",Ct())])},O2=(e=[],t,n)=>{const r=[...e].map((e=>t[e])).filter((e=>((e,t)=>{var n,r;return[!t?.query||(n=e.name,r=t.query,n.toLocaleLowerCase().includes(r.toLocaleLowerCase()))||((e,t)=>e.toLowerCase()===t.toLocaleLowerCase())(e.nodeId,t.query),!t?.status||"total"===t?.status||e.status===t.status,!t?.filter?.flaky||e.flaky,!t?.filter?.retry||e.retry,!t?.filter?.new||"new"===e.transition,!t?.filter?.fixed||"fixed"===e.transition,!t?.filter?.regressed||"regressed"===e.transition,!t?.filter?.malfunctioned||"malfunctioned"===e.transition].every(Boolean)})(e,n))),i=(e=>{const t=L2(e.sortBy),n="asc"===e.direction?t:_t(t);return kt([n,xt("name",Ct())])})(n);return r.sort(i)},R2=e=>{const{group:t,groupsById:n,leavesById:r,filterOptions:i}=e,o=t.leaves??[],a=O2(o,r,i),s=t.groups?.map((e=>R2({group:n[e],groupsById:n,leavesById:r,filterOptions:i})))?.filter((e=>!D2(e)))??[],l={total:0};return s.forEach((e=>{if(e.statistic){const t=e.statistic;((e,t)=>{ut.forEach((n=>{t[n]&&mt(e,n,t[n])}))})(l,t)}})),a.forEach((e=>{const t=e.status;mt(l,t)})),{...t,statistic:l,leaves:a,trees:s.sort(N2(i))}},D2=e=>!e.trees?.length&&!e.leaves?.length||!e.leaves?.length&&e.trees?.every((e=>D2(e))),P2=qQ({loading:!0,error:void 0,data:void 0}),z2=YQ((()=>Object.values(P2?.value?.data??{}).every((({leavesById:e})=>!e||!Object.keys(e).length)))),I2=qQ(new Set(p1("collapsedTrees",[])));QQ((()=>{localStorage.setItem("collapsedTrees",JSON.stringify([...I2.value]))}));const B2=e=>{const t=new Set(I2.value);t.has(e)?t.delete(e):t.add(e),I2.value=t},j2=async e=>{const t=e.filter((e=>!P2.value.data?.[e]));if(0!==t.length){P2.value={...P2.value,loading:!0,error:void 0};try{const e=await Promise.all(t.map((e=>d(`widgets/${e}/tree.json`,{bustCache:!0})))),n=P2.value.data;P2.value={data:t.reduce(((t,n,r)=>({...t,[n]:e[r]})),{...n}),loading:!1,error:void 0}}catch(e){P2.value={...P2.value,error:e.message,loading:!1}}}},F2=YQ((()=>P2.value.data?Object.entries(P2.value.data):[])),H2=YQ((()=>F2.value.reduce(((e,[t,n])=>{if(!n)return e;const{root:r,leavesById:i,groupsById:o}=n,a=R2({group:r,leavesById:i,groupsById:o,filterOptions:{query:h2.value,status:p2.value,filter:v2.value,sortBy:g2.value,direction:m2.value}});return Object.assign(e,{[t]:a})}),{}))),$2=YQ((()=>!Object.values(H2.value).some((e=>!D2(e))))),q2=e=>t=>{const n={transition:e.tooltip(t.transition),flaky:t.flaky&&e.tooltip("flaky"),retries:t.retriesCount&&e.tooltip("retries",{count:t.retriesCount})};return{...t,tooltips:n}},U2=e=>t=>({...t,leaves:t.leaves.length?t.leaves.map(q2(e)):t.leaves,trees:t.trees.length?t.trees.map(U2(e)):t.trees});var W2="qWrwxu6j",V2="fsOIsHLA";const G2=()=>{const{t:e}=u1("empty"),{t:t}=u1("environments"),{t:n}=u1("transitions"),r=L1.value.params?.testResultId,i=p2.value,o=Ai((()=>({tooltip:(e,t)=>n(`description.${e}`,t)})),[n]);return EQ(mc,{source:P2,renderLoader:()=>EQ(vc,{}),renderData:()=>{if(z2.value)return EQ("div",{children:EQ("div",{className:W2,children:EQ(js,{className:V2,children:e("no-results")})})});if($2.value)return EQ("div",{children:EQ("div",{className:W2,children:[EQ(js,{tag:"p",className:V2,children:e("no-tests-found")}),EQ(Us,{className:"i31d8d94",type:"button",text:e("clear-filters"),size:"s",style:"outline",onClick:()=>{DQ((()=>{h2.value="",p2.value="total",v2.value={flaky:!1,retry:!1,new:!1,fixed:!1,regressed:!1,malfunctioned:!1}}))}})]})});const n=U2(o);if(1===g1.value.data.length)return EQ("div",{children:EQ(Pb,{reportStatistic:m0.value.data,statistic:v0.value.data[b1.value],collapsedTrees:I2.value,toggleTree:B2,navigateTo:N1,tree:n(H2.value.default),statusFilter:i,routeId:r,root:!0})});const a=b1.value?H2.value[b1.value]:void 0;return a?EQ("div",{children:EQ(Pb,{reportStatistic:m0.value.data,statistic:v0.value.data[b1.value],collapsedTrees:I2.value,toggleTree:B2,navigateTo:N1,tree:n(a),statusFilter:i,routeId:r,root:!0})}):EQ(Ir,{children:Object.entries(H2.value).map((([e,o])=>{const{total:a}=o.statistic;if(0===a)return null;const s=!v1.value.includes(e),l=v0.value.data[e];return EQ("div",{className:"vLyntNe5","data-testid":"tree-section",children:[EQ("div",{className:"s_iBWA8v",children:[EQ(T2,{isOpened:s,setIsOpen:()=>{v1.value=s?v1.value.concat(e):v1.value.filter((t=>t!==e))},title:`${t("environment",{count:1})}: "${e}"`,counter:a,"data-testid":"tree-section-env-button"}),EQ(Rb,{statistic:l,reportStatistic:m0.value.data,statusFilter:i})]}),s&&EQ("div",{"data-testid":"tree-section-env-content",children:EQ(Pb,{statistic:v0.value.data[e],reportStatistic:m0.value.data,collapsedTrees:I2.value,toggleTree:B2,statusFilter:i,navigateTo:N1,tree:n(o),routeId:r,root:!0})})]},e)}))})}})};var Y2=function(e){return"function"==typeof e.children?e.children(e.v,e.i):e.children};function X2(e){var t=Ai((function(){return new Map}),[]),n=("function"==typeof e.each?e.each():e.each).value;if(!n.length)return e.fallback||null;var r=new Set(t.keys()),i=n.map((function(n,i){if(r.delete(n),!t.has(n)){var o=Pr(Y2,{v:n,i:i,children:e.children});return t.set(n,o),o}return t.get(n)}));return r.forEach((function(e){t.delete(e)})),Pr(Ir,null,i)}const Z2={flaky:zs.lineIconBomb2,retry:zs.lineArrowsRefreshCcw1,new:zs.lineAlertsNew,fixed:zs.lineAlertsFixed,regressed:zs.lineAlertsRegressed,malfunctioned:zs.lineAlertsMalfunctioned},K2=e=>{const{filter:t,value:n,onChange:r}=e,{t:i}=u1("filters.description"),{t:o}=u1("filters");return EQ(gc,{"data-testid":"filter-tooltip",tooltipText:i(t),children:EQ(Xc.Item,{closeMenuOnClick:!1,ariaLabel:o("enable-filter",{filter:o(t)}),onClick:()=>r(!n),leadingIcon:Z2[t],rightSlot:EQ("div",{className:"DAC2n06T",children:EQ(Bb,{focusable:!1,value:n,label:o("enable-filter",{filter:o(t)}),"data-testid":`${t}-filter`,onChange:e=>r(e)})}),children:o(t)})})},J2=YQ((()=>_2.value.some((([,e])=>e))||w2.value.some((([,e])=>e)))),Q2=()=>{const{t:e}=u1("filters");return Ci((()=>{const e=new URLSearchParams(window.location.search).getAll("filter");if(e.length>0){const n=f2.reduce(((t,n)=>({...t,[n]:e.includes(n)})),{});t=n,v2.value={...v2.peek(),...t}}var t}),[]),EQ(Xc,{menuTrigger:({isOpened:t,onClick:n})=>EQ("div",{className:J2.value&&"OMv2CVEp",children:EQ(Us,{icon:zs.lineGeneralSettings1,text:e("more-filters"),size:"m",style:"outline",isActive:t,"data-testid":"filters-button",onClick:n})}),children:[EQ(Xc.Section,{children:EQ(X2,{each:w2,children:([e,t])=>EQ(K2,{filter:e,value:t,onChange:t=>((e,t)=>{v2.value={...v2.peek(),[e]:t}})(e,t)},e)})}),EQ(Xc.Section,{"data-testid":"filters-menu",children:EQ(X2,{each:_2,children:([e,t])=>EQ(K2,{filter:e,value:t,onChange:t=>((e,t)=>{v2.value={...v2.peek(),...d2.reduce(((n,r)=>(n[r]=!1,r===e&&(n[r]=t),n)),{})}})(e,t)},e)})})]})},e3=()=>{const{t:e}=u1("search"),t=h2.value;return EQ(bc,{placeholder:e("search-placeholder"),value:t,onChange:x2})},t3=()=>EQ("div",{className:"yC7Qklga",children:[EQ(e3,{}),EQ(Q2,{})]}),n3=({children:e})=>EQ("div",{className:"R_ww6ldK",children:e}),r3=()=>{const{t:e}=u1("sort-by"),{t:t}=u1("sort-by.values"),{t:n}=u1("sort-by.directions"),r=g2.value,i=m2.value,o=t(r),a=n(`${r}-${i}-short`);return EQ("div",{children:EQ(js,{type:"paragraph",size:"m",className:"bgbbgYmw",children:[e("sort-by-text")," ",EQ(Xc,{size:"l",menuTriggerWrapper:"span",menuTrigger:({onClick:e,isOpened:t})=>EQ(js,{type:"paragraph",size:"m",children:EQ(jb,{onClick:e,children:[o," ",a,EQ(Is,{size:"s",id:zs.lineArrowsChevronDown,className:MQ("qpX6Ct89",t&&"R0U9mYzd")})]})}),children:EQ(Xc.Section,{children:[EQ(Xc,{size:"s",menuTrigger:({onClick:t,isOpened:n})=>EQ(Xc.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:zs.lineArrowsSwitchVertical1,rightSlot:EQ(n3,{children:EQ(Vs,{style:"outline",size:"s",isExpanded:n,text:o,focusable:!1})}),children:e("sort-by-category")}),children:EQ(Xc.Section,{children:[EQ(Xc.ItemWithCheckmark,{onClick:()=>C2("order"),isChecked:"order"===r,children:t("order")}),EQ(Xc.ItemWithCheckmark,{onClick:()=>C2("duration"),isChecked:"duration"===r,children:t("duration")}),EQ(Xc.ItemWithCheckmark,{onClick:()=>C2("status"),isChecked:"status"===r,children:t("status")}),EQ(Xc.ItemWithCheckmark,{onClick:()=>C2("alphabet"),isChecked:"alphabet"===r,children:t("alphabet")})]})}),EQ(Xc,{size:"m",menuTrigger:({onClick:t,isOpened:n})=>EQ(Xc.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:"asc"===i?zs.lineArrowsSortLineAsc:zs.lineArrowsSortLineDesc,rightSlot:EQ(n3,{children:EQ(Vs,{style:"outline",size:"s",isExpanded:n,text:a,focusable:!1})}),children:e("direction-category")}),children:EQ(Xc.Section,{children:[EQ(Xc.ItemWithCheckmark,{onClick:()=>S2("asc"),leadingIcon:zs.lineArrowsSortLineAsc,isChecked:"asc"===i,children:n(`${r}-asc`)}),EQ(Xc.ItemWithCheckmark,{onClick:()=>S2("desc"),leadingIcon:zs.lineArrowsSortLineDesc,isChecked:"desc"===i,children:n(`${r}-desc`)})]})})]})})]})})},i3=si(null),o3=({children:e})=>{const[t,n]=ki(((e,t)=>{switch(t.type){case"setDirection":return{...e,direction:t.payload};case"setSortBy":return{...e,sortBy:t.payload};case"setFilter":return{...e,filter:{...e.filter,[t.payload.filterKey]:t.payload.value}};case"setQuery":return{...e,query:t.payload};default:return e}}),{query:"",direction:"asc",filter:{flaky:!1,new:!1,retry:!1},sortBy:"alphabet"}),r=Ti((e=>n({type:"setSortBy",payload:e})),[]),i=Ti((e=>n({type:"setDirection",payload:e})),[]),o=Ti(((e,t)=>n({type:"setFilter",payload:{filterKey:e,value:t}})),[]),a=Ti((e=>n({type:"setQuery",payload:e})),[]);return EQ(i3.Provider,{value:{...t,setSortBy:r,setDirection:i,setFilter:o,setQuery:a},children:e})},a3=()=>{const{t:e}=u1("statuses");return EQ("header",{className:"rcYygsvy",children:[EQ(t3,{}),EQ("div",{className:"fAV2rQGO",children:[EQ(M2,{children:EQ(mc,{source:v0,renderData:t=>{const n=t[b1.value]||m0.value.data,r=ut.map((e=>({status:e,value:n[e]}))).filter((({value:e})=>e));r.filter((({status:e})=>e===p2.value)).length||"total"===p2.value||k2("total");const i=r.map((({status:t,value:n})=>EQ(A2,{"data-testid":`tab-${t}`,id:t,children:[Tt(e(t)??t)," ",EQ(Ib,{count:n,size:"s",status:t})]},t)));return EQ(Ir,{children:[EQ(A2,{"data-testid":"tab-all",id:"total",children:[Tt(e("total"))," ",EQ(Ib,{count:n?.total??0,size:"s"})]}),i]})}})}),EQ(r3,{})]})]})},s3=()=>EQ("div",{className:"kCl0Zs3g",children:EQ(G2,{})}),l3=()=>EQ(o3,{children:EQ("section",{children:[EQ(a3,{}),EQ(s3,{})]})}),c3="bits",u3="bytes",d3="",f3="jedec",h3="round",p3="string",g3={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};function m3(e,{bits:t=!1,pad:n=!1,base:r=-1,round:i=2,locale:o="",localeOptions:a={},separator:s="",spacer:l=" ",symbols:c={},standard:u="",output:d=p3,fullform:f=!1,fullforms:h=[],exponent:p=-1,roundingMethod:g=h3,precision:m=0}={}){let v=p,b=Number(e),y=[],_=0,w=d3;"si"===u?(r=10,u=f3):"iec"===u||u===f3?r=2:2===r?u="iec":(r=10,u=f3);const x=10===r?1e3:1024,k=!0===f,C=b<0,S=Math[g];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof S)throw new TypeError("Invalid rounding method");if(C&&(b=-b),(-1===v||isNaN(v))&&(v=Math.floor(Math.log(b)/Math.log(x)),v<0&&(v=0)),v>8&&(m>0&&(m+=8-v),v=8),"exponent"===d)return v;if(0===b)y[0]=0,w=y[1]=g3.symbol[u][t?c3:u3][v];else{_=b/(2===r?Math.pow(2,10*v):Math.pow(1e3,v)),t&&(_*=8,_>=x&&v<8&&(_/=x,v++));const e=Math.pow(10,v>0?i:0);y[0]=S(_*e)/e,y[0]===x&&v<8&&-1===p&&(y[0]=1,v++),w=y[1]=10===r&&1===v?t?"kbit":"kB":g3.symbol[u][t?c3:u3][v]}if(C&&(y[0]=-y[0]),m>0&&(y[0]=y[0].toPrecision(m)),y[1]=c[y[1]]||y[1],!0===o?y[0]=y[0].toLocaleString():o.length>0?y[0]=y[0].toLocaleString(o,a):s.length>0&&(y[0]=y[0].toString().replace(".",s)),n&&i>0){const e=y[0].toString(),t=s||(e.match(/(\D)/g)||[]).pop()||".",n=e.toString().split(t),r=n[1]||d3,o=r.length,a=i-o;y[0]=`${n[0]}${t}${r.padEnd(o+a,"0")}`}return k&&(y[1]=h[v]?h[v]:g3.fullform[u][v]+(t?"bit":"byte")+(1===y[0]?d3:"s")),"array"===d?y:"object"===d?{value:y[0],symbol:y[1],exponent:v,unit:w}:y.join(l)}var v3="Vjs52neG";const b3=({blob:e,isFullScreen:t})=>{const n=Mi(null),r=()=>{n.current?.contentWindow?.postMessage({method:"load",params:{trace:e}},"https://trace.playwright.dev")};return Ci((()=>{n.current&&(n.current.onload=r)}),[e]),EQ("iframe",{className:MQ("vKiiQIrL",{[v3]:t}),ref:n,width:"100%",height:"100%",src:"https://trace.playwright.dev/next/"})},y3=({link:e})=>{const{t:t}=u1("ui");return EQ(gc,{tooltipText:t("openPwTrace"),children:EQ(Ws,{icon:zs.lineArrowsExpand3,size:"s",style:"ghost",onClick:async()=>{const t=await(async({id:e,ext:t,contentType:n})=>f(`data/attachments/${e||"-"}${t||""}?attachment`,n))(e),n=await t.blob();J1({component:EQ(b3,{blob:n}),title:`Playwright Trace Viewer | ${e.name}${e.ext}`})}})})};var _3="rSMkogjt",w3="m8rk9tDG",x3="xefMEPSS",k3="HHsybWob",C3="VKOlcV4U",S3="mNhMD4M5",M3="sXJUrXQT",A3="nn68CIdd",T3="luT1VnGP",L3="nfjZcJp6",E3="a30JIKUL",N3="fG3nxMw9",O3="bVvMHCl8",R3="F8sZC2Xp",D3="CTjfDSfX",P3="o7YilZwI",z3="lEcTTfo0",I3="Ij4Cg4Kx",B3="uughArgE",j3="Px8Q9Npk",F3="Yino1buJ",H3="nj9hJGT8",$3="eVefXDQ_",q3="yzcDORxL",U3="pbsM6UgE",W3="ZIuCxI4O",V3="YYCSAKki",G3="AHvvSUfJ",Y3="JSrX31Ic",X3="Bio0Im7S",Z3="zGCnYcwA",K3="wAbIx1a1",J3="mkH_PBnf",Q3="INLdyBW3",e4="ZC6k5aDG",t4="shp49_Ch",n4="p8fgu_re",r4="l7iVQhqV",i4="_95lTgH3b",o4="QyDf7oEf",a4="blSCD0ef",s4="ayR3EuIO",l4="CueB19ej";const c4=({item:e,shouldExpand:t})=>{const{t:n}=u1("controls"),{id:r,ext:i,contentType:o}=e.link,a="application/vnd.allure.playwright-trace"===o,s=!1===e.link.missed?e.link.contentLength:void 0,l=s?m3(s,{base:2,round:1}):"-";Ci((()=>{Z1.value&&J1({isModalOpen:!0,data:e,component:EQ(db,{item:e})})}),[e]);const c=async e=>{e.stopPropagation(),await(async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await g(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)})(r,i,o)};return EQ("div",{className:M3,children:[Boolean(o)&&EQ(js,{size:"s",children:o}),Boolean(l)&&EQ(js,{size:"s",children:l}),EQ("div",{className:S3,children:[a&&EQ(y3,{link:e.link}),t&&EQ(gc,{tooltipText:n("expand"),children:EQ(Ws,{className:C3,style:"ghost",size:"s",iconSize:"s",icon:zs.lineArrowsExpand3,onClick:t=>{t.stopPropagation(),J1({data:e,component:EQ(db,{item:e,previewable:!0})})}})}),EQ(gc,{tooltipText:n("downloadAttachment"),children:EQ(Ws,{style:"ghost",size:"s",iconSize:"s",className:C3,icon:zs.lineGeneralDownloadCloud,onClick:e=>c(e)})})]})]})},{lineImagesImage:u4,lineFilesFileAttachment2:d4,playwrightLogo:f4}=zs,h4={"text/plain":d4,"application/xml":d4,"text/html":d4,"text/csv":d4,"text/markdown":d4,"text/javascript":d4,"text/typescript":d4,"text/ruby":d4,"text/python":d4,"text/php":d4,"text/java":d4,"text/csharp":d4,"text/cpp":d4,"text/c":d4,"text/go":d4,"text/rust":d4,"text/swift":d4,"text/kotlin":d4,"text/scala":d4,"text/perl":d4,"text/r":d4,"text/dart":d4,"text/lua":d4,"text/haskell":d4,"text/sql":d4,"text/tab-separated-values":d4,"text/css":d4,"text/uri-list":d4,"image/svg+xml":u4,"image/png":u4,"application/json":d4,"application/zip":d4,"video/webm":u4,"image/jpeg":u4,"video/mp4":u4,"application/vnd.allure.image.diff":u4,"application/vnd.allure.playwright-trace":f4},p4=({item:e,stepIndex:t})=>{const[n,r]=xi(!1),{link:i}=e,{missed:o}=i,a=m(i.contentType),s=!["archive",null].includes(a.type);return EQ("div",{"data-testid":"test-result-attachment",className:Z3,children:[EQ("div",{"data-testid":"test-result-attachment-header",className:MQ($3,{[w3]:!s}),onClick:e=>{e.stopPropagation(),r((e=>!e))},children:[s?EQ(Jc,{isOpened:n}):EQ("div",{className:a4}),EQ("div",{className:q3,children:EQ(Is,{size:"s",id:h4[i.contentType]??d4})}),EQ(Fs,{size:"s",className:n4,children:t}),EQ(js,{className:V3,children:i.name||i.originalFileName}),o&&EQ(js,{size:"s",className:W3,"data-testid":"test-result-attachment-missed",children:"missed"}),EQ("div",{children:EQ(c4,{item:e,shouldExpand:s})})]}),n&&s&&EQ("div",{className:F3,children:EQ("div",{className:j3,role:"button",onClick:t=>{t.stopPropagation(),"image"===a.type&&J1({data:e,component:EQ(db,{item:e,previewable:!0})})},children:EQ(db,{item:e})})})]})};const g4=({testResult:e,className:t})=>{const{attachments:n}=e??{},{t:r}=u1("ui");return EQ("div",{className:MQ("zfDiQjUs",t),children:n.length?n?.map(((e,t)=>EQ(p4,{item:e,stepIndex:t+1},t))):EQ("div",{className:"gHLb2IHz",children:r("no-attachments-results")})})},m4=qQ({loading:!0,error:void 0,data:void 0}),v4=async()=>{try{const e=await d("widgets/globals.json");m4.value={data:e,error:void 0,loading:!1}}catch(e){m4.value={...m4.value,error:e.message,loading:!1}}};const b4=()=>{const{t:e}=u1("empty");return EQ(mc,{source:m4,renderData:({attachments:t})=>{if(!t.length)return EQ("div",{className:"H8TGa37o",children:e("no-attachments-results")});const n=t.map((e=>({link:e,type:"attachment"})));return EQ(g4,{className:"KTUjVPHJ",testResult:{attachments:n}})}})};function y4(){}function _4(e,t,n,r,i){for(var o,a=[];t;)a.push(t),o=t.previousComponent,delete t.previousComponent,t=o;a.reverse();for(var s=0,l=a.length,c=0,u=0;s<l;s++){var d=a[s];if(d.removed)d.value=e.join(r.slice(u,u+d.count)),u+=d.count;else{if(!d.added&&i){var f=n.slice(c,c+d.count);f=f.map((function(e,t){var n=r[u+t];return n.length>e.length?n:e})),d.value=e.join(f)}else d.value=e.join(n.slice(c,c+d.count));c+=d.count,d.added||(u+=d.count)}}return a}y4.prototype={diff:function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r.callback;"function"==typeof r&&(i=r,r={});var o=this;function a(e){return e=o.postProcess(e,r),i?(setTimeout((function(){i(e)}),0),!0):e}e=this.castInput(e,r),t=this.castInput(t,r),e=this.removeEmpty(this.tokenize(e,r));var s=(t=this.removeEmpty(this.tokenize(t,r))).length,l=e.length,c=1,u=s+l;null!=r.maxEditLength&&(u=Math.min(u,r.maxEditLength));var d=null!==(n=r.timeout)&&void 0!==n?n:1/0,f=Date.now()+d,h=[{oldPos:-1,lastComponent:void 0}],p=this.extractCommon(h[0],t,e,0,r);if(h[0].oldPos+1>=l&&p+1>=s)return a(_4(o,h[0].lastComponent,t,e,o.useLongestToken));var g=-1/0,m=1/0;function v(){for(var n=Math.max(g,-c);n<=Math.min(m,c);n+=2){var i=void 0,u=h[n-1],d=h[n+1];u&&(h[n-1]=void 0);var f=!1;if(d){var v=d.oldPos-n;f=d&&0<=v&&v<s}var b=u&&u.oldPos+1<l;if(f||b){if(i=!b||f&&u.oldPos<d.oldPos?o.addToPath(d,!0,!1,0,r):o.addToPath(u,!1,!0,1,r),p=o.extractCommon(i,t,e,n,r),i.oldPos+1>=l&&p+1>=s)return a(_4(o,i.lastComponent,t,e,o.useLongestToken));h[n]=i,i.oldPos+1>=l&&(m=Math.min(m,n-1)),p+1>=s&&(g=Math.max(g,n+1))}else h[n]=void 0}c++}if(i)!function e(){setTimeout((function(){if(c>u||Date.now()>f)return i();v()||e()}),0)}();else for(;c<=u&&Date.now()<=f;){var b=v();if(b)return b}},addToPath:function(e,t,n,r,i){var o=e.lastComponent;return o&&!i.oneChangePerToken&&o.added===t&&o.removed===n?{oldPos:e.oldPos+r,lastComponent:{count:o.count+1,added:t,removed:n,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:t,removed:n,previousComponent:o}}},extractCommon:function(e,t,n,r,i){for(var o=t.length,a=n.length,s=e.oldPos,l=s-r,c=0;l+1<o&&s+1<a&&this.equals(n[s+1],t[l+1],i);)l++,s++,c++,i.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return c&&!i.oneChangePerToken&&(e.lastComponent={count:c,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=s,l},equals:function(e,t,n){return n.comparator?n.comparator(e,t):e===t||n.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}};var w4=new y4;function x4(e,t){var n;for(n=0;n<e.length&&n<t.length;n++)if(e[n]!=t[n])return e.slice(0,n);return e.slice(0,n)}function k4(e,t){var n;if(!e||!t||e[e.length-1]!=t[t.length-1])return"";for(n=0;n<e.length&&n<t.length;n++)if(e[e.length-(n+1)]!=t[t.length-(n+1)])return e.slice(-n);return e.slice(-n)}function C4(e,t,n){if(e.slice(0,t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't start with prefix ").concat(JSON.stringify(t),"; this is a bug"));return n+e.slice(t.length)}function S4(e,t,n){if(!t)return e+n;if(e.slice(-t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't end with suffix ").concat(JSON.stringify(t),"; this is a bug"));return e.slice(0,-t.length)+n}function M4(e,t){return C4(e,t,"")}function A4(e,t){return S4(e,t,"")}function T4(e,t){return t.slice(0,function(e,t){var n=0;e.length>t.length&&(n=e.length-t.length);var r=t.length;e.length<t.length&&(r=e.length);var i=Array(r),o=0;i[0]=0;for(var a=1;a<r;a++){for(t[a]==t[o]?i[a]=i[o]:i[a]=o;o>0&&t[a]!=t[o];)o=i[o];t[a]==t[o]&&o++}o=0;for(var s=n;s<e.length;s++){for(;o>0&&e[s]!=t[o];)o=i[o];e[s]==t[o]&&o++}return o}(e,t))}var L4="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",E4=new RegExp("[".concat(L4,"]+|\\s+|[^").concat(L4,"]"),"ug"),N4=new y4;function O4(e,t,n,r){if(t&&n){var i=t.value.match(/^\s*/)[0],o=t.value.match(/\s*$/)[0],a=n.value.match(/^\s*/)[0],s=n.value.match(/\s*$/)[0];if(e){var l=x4(i,a);e.value=S4(e.value,a,l),t.value=M4(t.value,l),n.value=M4(n.value,l)}if(r){var c=k4(o,s);r.value=C4(r.value,s,c),t.value=A4(t.value,c),n.value=A4(n.value,c)}}else if(n)e&&(n.value=n.value.replace(/^\s*/,"")),r&&(r.value=r.value.replace(/^\s*/,""));else if(e&&r){var u=r.value.match(/^\s*/)[0],d=t.value.match(/^\s*/)[0],f=t.value.match(/\s*$/)[0],h=x4(u,d);t.value=M4(t.value,h);var p=k4(M4(u,h),f);t.value=A4(t.value,p),r.value=C4(r.value,u,p),e.value=S4(e.value,u,u.slice(0,u.length-p.length))}else if(r){var g=r.value.match(/^\s*/)[0],m=T4(t.value.match(/\s*$/)[0],g);t.value=A4(t.value,m)}else if(e){var v=T4(e.value.match(/\s*$/)[0],t.value.match(/^\s*/)[0]);t.value=M4(t.value,v)}}N4.equals=function(e,t,n){return n.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e.trim()===t.trim()},N4.tokenize=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(n.intlSegmenter){if("word"!=n.intlSegmenter.resolvedOptions().granularity)throw new Error('The segmenter passed must have a granularity of "word"');t=Array.from(n.intlSegmenter.segment(e),(function(e){return e.segment}))}else t=e.match(E4)||[];var r=[],i=null;return t.forEach((function(e){/\s/.test(e)?null==i?r.push(e):r.push(r.pop()+e):/\s/.test(i)?r[r.length-1]==i?r.push(r.pop()+e):r.push(i+e):r.push(e),i=e})),r},N4.join=function(e){return e.map((function(e,t){return 0==t?e:e.replace(/^\s+/,"")})).join("")},N4.postProcess=function(e,t){if(!e||t.oneChangePerToken)return e;var n=null,r=null,i=null;return e.forEach((function(e){e.added?r=e:e.removed?i=e:((r||i)&&O4(n,i,r,e),n=e,r=null,i=null)})),(r||i)&&O4(n,i,r,null),e};var R4=new y4;R4.tokenize=function(e){var t=new RegExp("(\\r?\\n)|[".concat(L4,"]+|[^\\S\\n\\r]+|[^").concat(L4,"]"),"ug");return e.match(t)||[]};var D4=new y4;function P4(e,t,n){return D4.diff(e,t,n)}D4.tokenize=function(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var n=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var i=0;i<r.length;i++){var o=r[i];i%2&&!t.newlineIsToken?n[n.length-1]+=o:n.push(o)}return n},D4.equals=function(e,t,n){return n.ignoreWhitespace?(n.newlineIsToken&&e.includes("\n")||(e=e.trim()),n.newlineIsToken&&t.includes("\n")||(t=t.trim())):n.ignoreNewlineAtEof&&!n.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),t.endsWith("\n")&&(t=t.slice(0,-1))),y4.prototype.equals.call(this,e,t,n)};var z4=new y4;z4.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var I4=new y4;function B4(e){return B4="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},B4(e)}I4.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var j4=new y4;function F4(e,t,n,r,i){var o,a;for(t=t||[],n=n||[],r&&(e=r(i,e)),o=0;o<t.length;o+=1)if(t[o]===e)return n[o];if("[object Array]"===Object.prototype.toString.call(e)){for(t.push(e),a=new Array(e.length),n.push(a),o=0;o<e.length;o+=1)a[o]=F4(e[o],t,n,r,i);return t.pop(),n.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===B4(e)&&null!==e){t.push(e),a={},n.push(a);var s,l=[];for(s in e)Object.prototype.hasOwnProperty.call(e,s)&&l.push(s);for(l.sort(),o=0;o<l.length;o+=1)a[s=l[o]]=F4(e[s],t,n,r,s);t.pop(),n.pop()}else a=e;return a}j4.useLongestToken=!0,j4.tokenize=D4.tokenize,j4.castInput=function(e,t){var n=t.undefinedReplacement,r=t.stringifyReplacer,i=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(F4(e,null,null,i),i," ")},j4.equals=function(e,t,n){return y4.prototype.equals.call(j4,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"),n)};var H4=new y4;H4.tokenize=function(e){return e.slice()},H4.join=H4.removeEmpty=function(e){return e};var $4="syGZIoxJ",q4="RXa8doT1",U4="zpir2BWl",W4="G950Nz0z",V4="zsrd3avP",G4="lhxolKcF",Y4="mBwUCrFL",X4="g4KlyZzX",Z4="hJeLOo1U",K4="N_wcZPgp",J4="Dsth5JnN",Q4="esQmeeTd",e5="oJ9BJkyy",t5="nwVUw1wN",n5="zPbBjLko",r5="DszOlnW0",i5="dUSZKrAh",o5="dDI6ZI0h",a5="EMv1khN9",s5="rqEozDHS",l5="FkKVUv3j",c5="dozi_JG4",u5="skVYG1mj",d5="uNUwe_HS",f5="sG54O2AC",h5="puYODjqd",p5="h0ucaiY8",g5="yDO2U9CM",m5="tqCmioIo",v5="ZfK0VKlv",b5="bZnjmgRq",y5="iSKfb3Ul",_5="SG8hz9WF",w5="yHFYrUoh";const x5={chars:function(e,t,n){return w4.diff(e,t,n)},words:function(e,t,n){return null==(null==n?void 0:n.ignoreWhitespace)||n.ignoreWhitespace?N4.diff(e,t,n):function(e,t,n){return R4.diff(e,t,n)}(e,t,n)},lines:P4},k5=({expected:e,actual:t})=>{const[n,r]=xi("lines"),[i,o]=xi("unified"),[a,s]=xi((()=>P4(e,t))),{t:l}=u1("controls"),c=()=>EQ(Ir,{children:a.map(((e,t)=>EQ("div",{className:e.added?V4:e.removed?Y4:"",children:e.value},t)))});return EQ("div",{className:$4,"data-testId":"test-result-diff",children:[EQ("div",{className:W4,children:[EQ("div",{className:q4,children:[EQ(Fs,{size:"s",className:U4,children:[l("viewMode"),":"]}),EQ("div",{className:Z4,children:["unified","side-by-side"].map((e=>EQ(Us,{size:"s",style:i===e?"primary":"outline",text:l(e),onClick:()=>o(e)},e)))})]}),EQ("div",{className:q4,children:[EQ(Fs,{size:"s",className:U4,children:[l("compareBy"),":"]}),["chars","words","lines"].map((i=>EQ(Us,{size:"s",style:n===i?"primary":"outline",text:l(i),onClick:()=>((n="chars")=>{const i=(0,x5[n])(e,t,{});r(n),s(i)})(i)},i)))]})]}),EQ("side-by-side"===i?()=>EQ("div",{className:Q4,children:[EQ("div",{className:J4,children:[EQ(Fs,{type:"ui",size:"s",className:e5,children:l("expected")}),EQ(fb,{code:e,className:X4})]}),EQ("div",{className:J4,children:[EQ("div",{className:K4,children:EQ(Fs,{size:"s",className:e5,children:l("actual")})}),EQ(fb,{className:X4,children:EQ(c,{})})]})]}):()=>EQ(Ir,{children:EQ("div",{className:w5,children:EQ(fb,{className:X4,children:[EQ("div",{className:G4,children:e}),EQ(c,{})]})})}),{})]})},C5=async e=>{if(navigator.clipboard)return void await navigator.clipboard.writeText(e);const t=document.createElement("textarea");t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.focus(),t.select(),document.execCommand("copy"),document.body.removeChild(t)},S5=({trace:e})=>{const t=dn(e,{fg:"var(--on-text-primary)",bg:"none",colors:{0:"none",1:"none",2:"var(--on-support-sirius)",3:"var(--on-support-atlas)",4:"var(--bg-support-skat)",5:"var(--on-support-betelgeuse)"}});return EQ("div",{"data-testid":"test-result-error-trace",className:o5,children:EQ(Fs,{size:"s",type:"ui",children:EQ("pre",{dangerouslySetInnerHTML:{__html:t}})})})},M5=({className:e,message:n="",trace:r,actual:i,expected:o,status:a,...s})=>{const[l,c]=xi(!1),{t:u}=u1("ui"),{t:d}=u1("controls"),{t:f}=u1("empty"),h=dn(n,{fg:"var(--on-text-primary)",colors:{}});return EQ("div",{"data-testid":"test-result-error",className:MQ(t5,t[`tr-status-${a}`],e),...s,children:[n?EQ(Ir,{children:[EQ("div",{"data-testid":"test-result-error-header",className:n5,children:[EQ(js,{tag:"p",size:"m",bold:!0,className:MQ(i5,t[`tr-color-${a}`]),children:u("error")}),EQ(gc,{tooltipText:d("clipboard"),tooltipTextAfterClick:d("clipboardSuccess"),children:EQ(Ws,{style:"ghost",size:"s",icon:zs.lineGeneralCopy3,onClick:()=>{C5(n)}})})]}),EQ("div",{className:r5,onClick:()=>c(!l),children:EQ(Fs,{"data-testid":"test-result-error-message",size:"s",children:EQ("pre",{dangerouslySetInnerHTML:{__html:h}})})})]}):f("no-message-provided"),Boolean(i&&"undefined"!==i&&o&&"undefined"!==o)&&EQ(Us,{style:"flat","data-testId":"test-result-diff-button",size:"s",text:d("showDiff"),onClick:()=>J1({title:d("comparison"),data:{actual:i,expected:o},component:EQ(k5,{actual:i,expected:o})})}),l&&Boolean(r?.length)&&EQ(S5,{trace:r})]})};const A5=()=>{const{t:e}=u1("empty");return EQ(mc,{source:m4,renderData:({errors:t})=>t.length?EQ("ul",{className:"RorQpJLu",children:t.map(((e,t)=>EQ("li",{style:{marginBottom:"8px"},children:EQ(M5,{...e})},t)))}):EQ("div",{className:"pXnEbQSL",children:e("no-global-errors-results")})})};const T5=()=>{const{logo:e}=h()??{};return EQ("div",{className:"WTJPyB_J",children:EQ(Hb,{logo:e})})},L5=()=>EQ("div",{className:"n4rYharX",children:EQ(mc,{source:e2,renderLoader:()=>null,renderData:e=>EQ(XH,{slices:e.slices,percentage:e.percentage})})});var E5="bZfVSAWd",N5="IyMtG5f9",O5="tsNZ2hZ0",R5="BDowOGLG",D5="khqNXjFC",P5="OR0Vz8Ro",z5="bGq0bpCD",I5="qv4ikC9p";const B5=({status:e})=>{const{t:t}=u1("statuses");return EQ("div",{"data-testid":`test-result-status-${e}`,className:MQ(P5,n[`status-${e}`]),children:[EQ(Sb,{status:e,className:z5,classNameIcon:z5}),EQ(js,{type:"ui",size:"s",className:I5,children:Tt(t(e)??e)})]})},j5=()=>{const{reportName:e,createdAt:t}=h()??{},{t:n}=u1("ui"),r=new Date(t).toLocaleDateString(s1.value,{month:"long",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"});return EQ("div",{className:"_c9rkrJI",children:[EQ("div",{className:"zS7_OItU",children:[EQ(T5,{}),EQ(mc,{source:m4,renderData:({exitCode:t})=>{const i=t?.actual??t?.original;return EQ("div",{className:"vMfYOHzS","data-testid":"report-header",children:[EQ("div",{className:"oL7cUE3O",children:[void 0!==i&&EQ(B5,{status:0===i?"passed":"failed"}),EQ(Hs,{size:"s",tag:"h2",className:"O3rCqOkG","data-testid":"report-title",children:e})]}),EQ(js,{type:"paragraph",size:"m",className:"dNa2n1iH","data-testid":"report-data",children:void 0===i?r:void 0!==t.actual?n("finishedAtBoth",{formattedCreatedAt:r,actual:t.actual,original:t.original}):n("finishedAtOriginal",{formattedCreatedAt:r,original:t.original})})]})}})]}),EQ(L5,{})]})};var F5="nN4HTcaV",H5="zekPInHE",$5="n8aAEqJN",q5="gWhwmmak",U5="vbS07EBz",W5="GnFlAHvD",V5="SOj4fXZr",G5="Y0BjnooD",Y5="DYf1zpQK",X5="x3aRsFUn",Z5="UDXyMSw0",K5="S2HdG_Q4",J5="J2Ih3NTA",Q5="P3sa8qE8",e6="mINTqK_J",t6="Mo_tidg4",n6="A6GWJHtf",r6="mS0_tpbu",i6="Qc1PPhPw",o6="WnwsZxzW",a6="FFZ1ZZHu",s6="SmbunT7K",l6="XZvscg6t",c6="tf5VzSUo",u6="a26GxOK7",d6="HaG13R7H";const f6=({envInfo:e,size:t="m",columns:n=2})=>EQ("div",{class:e6,style:{gridTemplateColumns:`repeat(${n}, ${100/n-5}%)`},"data-testid":"metadata-list",children:e?.map((({name:e,values:n,value:r})=>EQ(m6,{size:t,title:e,value:r,values:n},e)))}),h6=({groupedLabels:e,size:t="m"})=>EQ("div",{class:e6,children:e&&Object.entries(e)?.map((([e,n])=>EQ(m6,{size:t,title:e,values:n},e)))}),p6=e=>{const{value:t}=e,{t:n}=u1("ui");return EQ("div",{className:W5,children:[EQ("div",{className:V5,children:EQ(js,{children:t})}),EQ(Us,{style:"outline",icon:zs.lineGeneralCopy3,text:n("copy"),onClick:()=>C5(t)})]})},g6=({size:e="s",value:t})=>EQ(Xc,{size:"xl",menuTrigger:({onClick:n})=>EQ("div",{className:Q5,children:EQ(js,{type:"ui",size:e,onClick:n,bold:!0,className:J5,children:t})}),children:EQ(Xc.Section,{children:EQ(p6,{value:t})})}),m6=({title:e,value:t,values:n,size:i="m"})=>EQ("div",{className:Z5,"data-testid":"metadata-item",children:[EQ(js,{type:"ui",size:i,className:MQ(K5,r[`report-metadata-${i}`]),"data-testid":"metadata-item-key",children:e}),EQ("div",n?.length?{className:o6,"data-testid":"metadata-item-value",children:n.map((e=>EQ(g6,{value:e},e)))}:{className:o6,"data-testid":"metadata-item-value",children:EQ(g6,{value:t})})]});var v6="H1FTwt0p",b6="olN4GBkY",y6="BPmah4u0",_6="nniai2BI",w6="v3ysKQxp",x6="qzVfMJ62",k6="rSSOw0a2",C6="GX_rB7lR",S6="leWWvIJ0",M6="mVVC1964",A6="scoj0j8L",T6="ITwjhwRa",L6="g27isKzC",E6="wzfUu19I",N6="GF7CSNA8",O6="Qa3VANQ9",R6="ue52FuVD",D6="TE01RZXH",P6="uginZSIO",z6="qkhMdfXn",I6="GwUOcir4";const B6=({count:e})=>EQ(js,{"data-testid":"metadata-value",type:"ui",size:"m",tag:"div",className:_6,children:e});var j6=({className:e,renderComponent:t=B6,props:n,...r})=>{const{title:i}=n||{};return EQ("div",{...r,className:SQ("metadata-item",e),children:[EQ(js,{type:"ui",size:"s",tag:"div",className:y6,children:i}),EQ(t||B6,{...n})]})};const F6=({status:e,count:t})=>EQ("div",{"data-testid":"metadata-value",className:w6,children:[EQ("div",{className:SQ(v6,i?.[`status-${e}`])}),EQ(js,{type:"ui",size:"m",bold:!0,children:t})]}),H6={flaky:zs.lineIconBomb2,retries:zs.lineArrowsRefreshCcw1,new:zs.lineAlertsNew},$6=({type:e,count:t})=>EQ("div",{"data-testid":"metadata-value",className:x6,children:["all"!==e&&EQ(Is,{className:b6,id:H6[e],size:"s"}),EQ(js,{size:"m",bold:!0,children:t})]}),q6=["flaky","new","retries"],U6=({stats:e})=>{const{t:t}=u1("statuses"),{t:n}=u1("testSummary"),r=YQ((()=>({title:n("total"),type:"all",count:e.total}))),i=q6.map((t=>{if(!e[t])return;const r={title:n(t),count:e[t]||0,type:t};return EQ("div",{children:EQ(j6,{"data-testid":`metadata-item-${t}`,props:r,renderComponent:$6})},t)})).filter(Boolean),o=ut.map((t=>({status:t,value:e[t]}))).filter((({value:e})=>e)).map((({status:e,value:n})=>{const r=Tt(t(e)??e??"");return EQ(j6,{"data-testid":`metadata-item-${e}`,props:{title:r,count:n,status:e},renderComponent:F6},e)}));return EQ("div",{class:N6,children:[EQ("div",{className:C6,children:[EQ(j6,{"data-testid":"metadata-item-total",props:r.value,renderComponent:$6}),Boolean(i.length)&&EQ("div",{className:L6}),i]}),EQ("div",{className:E6,children:o})]})},W6=qQ({loading:!1,error:void 0,data:void 0}),V6=async()=>{W6.value={...W6.value,loading:!0,error:void 0};try{const e=await d("widgets/allure_environment.json",{bustCache:!0});W6.value={data:e,error:void 0,loading:!1}}catch(e){W6.value={...W6.value,error:e.message,loading:!1}}},G6=qQ({loading:!1,error:void 0,data:void 0}),Y6=({envInfo:e=[]})=>{const[t,n]=xi(!0),r=e.map((e=>({...e,value:e.values.join(", ")})));return EQ("div",{class:k6,children:[EQ(T2,{isOpened:t,setIsOpen:n,title:"Metadata",counter:e.length}),t&&EQ(f6,{envInfo:r})]})},X6=e=>{const{t:t}=u1("ui"),[n,r]=xi(!0),i=Object.entries(e.variables).map((([e,t])=>({name:e,value:t})));return EQ("div",{class:k6,"data-testid":"report-variables",children:[EQ(T2,{isOpened:n,setIsOpen:r,title:t("variables"),counter:Object.keys(e.variables).length,"data-testid":"report-variables-button"}),n&&EQ(f6,{envInfo:i})]})},Z6=()=>{const e=b1.value?v0.value.data[b1.value]:m0.value.data;return Ci((()=>{(async(e="default")=>{G6.value={...G6.value,loading:!0,error:void 0};try{const t=await d(e?`widgets/${e}/variables.json`:"widgets/variables.json",{bustCache:!0});G6.value={data:{...G6.value.data,[e]:t},error:void 0,loading:!1}}catch(e){G6.value={...G6.value,error:e.message,loading:!1}}})(b1.value)}),[b1.value]),EQ("div",{className:O6,children:[e&&EQ(U6,{stats:e}),EQ(mc,{source:G6,transformData:e=>e?.[b1.value??"default"]??{},renderData:e=>!!Object.keys(e).length&&EQ(X6,{variables:e})}),EQ(mc,{source:W6,renderError:()=>null,renderData:e=>Boolean(e?.length)&&EQ(Y6,{envInfo:e})})]})},K6=qQ({loading:!0,error:void 0,data:void 0}),J6=async()=>{try{const e=await d("widgets/quality-gate.json");K6.value={data:e,error:void 0,loading:!1}}catch(e){K6.value={...K6.value,error:e.message,loading:!1}}};const Q6=()=>{const{t:e}=u1("empty");return EQ(mc,{source:K6,renderData:t=>t.length?EQ("ul",{className:"NUdzNGyk",children:t.map((e=>EQ("li",{"data-testid":"report-quality-gate-result",children:EQ("div",{className:"c_o9yDWb",children:[EQ(Is,{id:zs.solidXCircle,className:"uUNweAEI"}),EQ("div",{className:"F5kBsuGq",children:[EQ(js,{tag:"p",size:"l",type:"ui",bold:!0,"data-testid":"report-quality-gate-result-rule",children:e.rule}),EQ(M5,{className:"WcL1EdUx",message:e.message,"data-testid":"report-quality-gate-result-message"})]})]})},e.rule)))}):EQ("div",{className:"u7c2Gp3S",children:e("no-quality-gate-results")})})};var e8=function(e){return e.Results="results",e.QualityGate="qualityGate",e.GlobalAttachments="globalAttachments",e.GlobalErrors="globalErrors",e}(e8||{});const t8={[e8.Results]:()=>EQ(Ir,{children:[EQ(Z6,{}),EQ(l3,{})]}),[e8.GlobalAttachments]:()=>EQ(b4,{}),[e8.GlobalErrors]:()=>EQ(A5,{}),[e8.QualityGate]:()=>EQ(Q6,{})},n8=()=>{const{currentTab:e}=o2(),t=e||e8.Results;return EQ(t8[t],{})};var r8=()=>{const{t:e}=u1("tabs");return EQ(Ir,{children:EQ("div",{className:MQ("jMfDHmT3",C1.value?"vxvi7vCG":""),children:[EQ(j5,{}),EQ("div",{className:"QUJMdpd1",children:EQ(s2,{initialTab:e8.Results,children:[EQ(l2,{children:[EQ(mc,{source:m0,renderData:t=>EQ(c2,{id:e8.Results,children:[e("results")," ",EQ(Ib,{count:t?.total??0})]})}),EQ(mc,{source:K6,renderData:t=>EQ(Ir,{children:EQ(c2,{id:e8.QualityGate,children:[e("qualityGates")," ",EQ(Ib,{status:t.length>0?"failed":void 0,count:t.length})]})})}),EQ(mc,{source:m4,renderData:({attachments:t=[],errors:n=[]})=>EQ(Ir,{children:[EQ(c2,{id:e8.GlobalAttachments,children:[e("globalAttachments")," ",EQ(Ib,{count:t.length})]}),EQ(c2,{id:e8.GlobalErrors,children:[e("globalErrors")," ",EQ(Ib,{status:n.length>0?"failed":void 0,count:n.length})]})]})})]}),EQ("div",{className:"XJmcSSxb",children:EQ(n8,{})})]})})]})})},i8="vU4QD1Zt";const o8={flaky:zs.lineIconBomb2,known:zs.lineAlertsAlertCircle,muted:zs.lineGeneralEye},a8=({statuses:e})=>{const{t:t}=u1("filters");return EQ("div",{className:"Y_ABjIlV",children:e.map((([e],n)=>{const r=t(e);return EQ("div",{className:"RzEWIfyL",children:[EQ(Is,{className:"sYnvAmJE",id:o8[e],size:"s"}),EQ(js,{type:"ui",size:"s",children:Tt(r)})]},n)}))})};const s8=({testResult:e})=>{const{fullName:t,id:n}=e??{},r=n||"",{t:i}=u1("controls"),o=()=>EQ("div",{"data-testid":"test-result-fullname",className:"o1EnGYNC",children:[EQ(gc,{tooltipText:i("clipboard"),tooltipTextAfterClick:i("clipboardSuccess"),children:EQ(Ws,{"data-testid":"test-result-fullname-copy",style:"ghost",size:"s",icon:zs.lineGeneralCopy3,onClick:()=>C5(t)})}),EQ(Fs,{tag:"div",size:"s",className:"TIr1REhQ",children:t&&t})]});return EQ(mc,{source:W1,renderData:n=>{const a=n.indexOf(r)+1;return EQ("div",{className:"B6JMaRT1",children:[t&&EQ(o,{}),n&&!e?.hidden&&EQ("div",{className:"shgEfPTh",children:[EQ(gc,{tooltipText:i("prevTR"),isTriggerActive:a>1,children:EQ(Ws,{icon:zs.lineArrowsChevronDown,style:"ghost",isDisabled:a===n.length,"data-testid":"test-result-nav-prev",className:"uTguWiQa",onClick:()=>N1(n[a])})}),EQ(Fs,{"data-testid":"test-result-nav-current",size:"s",className:"qqSDE47b",children:[a,"/",n.length]}),EQ(gc,{tooltipText:i("nextTR"),children:EQ(Ws,{icon:zs.lineArrowsChevronDown,style:"ghost",isDisabled:a<=1,"data-testid":"test-result-nav-next",onClick:()=>N1(n[a-2])})})]})]})}})},l8={month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1},c8=(e,t=l8)=>{const n=new Date(e),{t:r}=u1("ui");return new Intl.DateTimeFormat("en-US",t).format(n).replace(",",` ${r("at")}`)};var u8="Qtaknh4H",d8="MvcZI6N6",f8="ZklQzVpr",h8="KWGGj5BL",p8="AqrlysBM",g8="mYGYsQ_6",m8="pd_eIpqc",v8="_7pQBjWyU";const b8=({item:e})=>{const t=h();if(!e.url)return EQ("div",{className:g8,children:EQ(Is,{id:zs.lineShapesDotCircle,className:o[`status-${e?.status}`]})});const{origin:n,pathname:r}=new URL(e.url),i=new URL([r,t.id].join("/"),n);return i.hash=e.id,EQ("a",{className:g8,href:i.toString(),children:EQ(Is,{id:zs.lineShapesDotCircle,className:o[`status-${e?.status}`]})})},y8=({item:e})=>{const t=e.stop&&c8(e.stop),{t:n}=u1("statuses"),r=n(e.status);return EQ("div",{className:m8,children:[EQ(js,{tag:"div",size:"m",bold:!0,children:Tt(r)}),EQ(js,{size:"m",children:t})]})},_8=({history:e})=>EQ("div",{className:v8,children:e?.slice(0,6).map(((e,t)=>EQ("div",{"data-testid":"test-result-prev-status",className:g8,children:EQ(gc,{tooltipComponent:EQ(y8,{item:e}),children:EQ(b8,{item:e})},t)},t)))});var w8="GnI1LVKC",x8="ECouP9l9",k8="IdGh4r5i",C8="K7nDhuR6",S8="x0Fr7zsV",M8="rjsNCUai",A8="AfnYIQTv";const T8={blocker:zs.lineArrowsChevronUpDouble,critical:zs.lineArrowsChevronUp,normal:zs.lineGeneralEqual,minor:zs.lineArrowsChevronDown,trivial:zs.lineArrowsChevronDownDouble},L8=({severity:e="normal"})=>{const{t:t}=u1("severity"),n=MQ(s[`severity-${e}`]);return EQ("div",{className:M8,children:[EQ(Is,{className:n,id:T8[e]}),EQ(js,{size:"s",bold:!0,className:A8,children:Tt(t(e))})]})},E8=s2,N8=l2,O8=o2,R8=e=>{const{testResultId:t}=L1.value.params,{currentTab:n,setCurrentTab:r}=o2(),{id:i,children:o}=e,a=O1.value===i,s=a||n===i;return Ci((()=>{a&&r(i)}),[O1.value,i,r]),EQ(c2,{id:i,onClick:()=>{a||n===i||(r(i),N1({...L1.value,params:{testResultId:t,subTab:i||null}}))},"data-testid":`test-result-tab-${i}`,isCurrentTab:s,children:o})},D8=({testResult:e})=>{const{name:t,status:n,muted:r,flaky:i,known:o,duration:a,labels:s,history:l,retries:c,attachments:u,stop:d}=e??{},f=yt(a),h=d&&c8(d),p=s?.find((e=>"severity"===e.name))?.value??"normal",{t:g}=u1("ui"),m=Object.entries({flaky:i,muted:r,known:o}).filter((([,e])=>e));return EQ("div",{className:MQ("_ySO1N0z",C1.value&&"pFFeg3Zk"),children:[EQ(s8,{testResult:e}),e&&EQ((()=>EQ(Ir,{children:[t&&EQ(Hs,{"data-testid":"test-result-info-title",tag:"h1",size:"s",className:"JO7GwVtt",children:t}),EQ("div",{className:"F6S5W1e2",children:[Boolean(n)&&EQ(B5,{status:n}),Boolean(l?.length)&&EQ(_8,{history:l}),EQ(L8,{severity:p}),Boolean(m.length)&&EQ(a8,{statuses:m}),EQ(gc,{tooltipText:h,children:EQ(js,{tag:"div",size:"s",bold:!0,className:"me_UMwzF",children:f})})]}),EQ("div",{className:"T9uo7iug",children:EQ(N8,{children:[EQ(R8,{id:"overview",children:g("overview")}),EQ(R8,{id:"history",children:EQ("div",{className:i8,children:[g("history"),Boolean(l?.length)&&EQ(Ib,{size:"s",count:l?.length})]})}),EQ(R8,{id:"retries",children:EQ("div",{className:i8,children:[g("retries"),Boolean(c?.length)&&EQ(Ib,{size:"s",count:c?.length})]})}),EQ(R8,{id:"attachments",children:EQ("div",{className:i8,children:[g("attachments"),Boolean(u?.length)&&EQ(Ib,{size:"s",count:u?.length})]})}),EQ(mc,{source:m1,transformData:t=>t?.[e?.testCase?.id],renderData:e=>{const t=At(e);return EQ(R8,{id:"environments",children:EQ("div",{className:i8,children:[g("environments"),!!t&&EQ(Ib,{size:"s",count:t})]})})}})]})})]})),{})]})};const P8=()=>{const{t:e}=u1("empty");return EQ("div",{className:"BzXsHBvw",children:EQ("div",{className:"koOYvEfj",children:[EQ(Is,{size:"xl",id:zs.lineDevCodeSquare,className:"lGholSnL"}),EQ(js,{className:"IGp9O8Vd",children:e("no-test-case-results")})]})})};var z8=()=>EQ("div",{className:"N3IRv8v_",children:[EQ(D8,{}),EQ(P8,{})]}),I8="IUE2Omu5";const B8=({env:e,testResult:t,current:n=!1})=>{const{status:r,error:i,stop:o,duration:a,id:s}=t,[l,c]=xi(!1),u=!i||!Object.keys(i).length,d=o?c8(o):"",f=yt(a),{t:h}=u1("controls"),p=s;return EQ("div",{"data-testid":"test-result-env-item",children:[EQ("div",{className:"dMWnxDb0",children:[!u&&EQ("span",{onClick:()=>c(!l),children:EQ(Jc,{isOpened:l,icon:zs.arrowsChevronDown})}),EQ("div",{className:MQ("lWx95Nbt",{[I8]:n}),role:n?void 0:"button",onClick:e=>{n||(e.stopPropagation(),N1(p))},children:[EQ(Sb,{status:r,className:"JaebewVW"}),EQ(js,{className:"aYdTB6bA",bold:!0,children:e}),EQ(js,{className:"YDQT9BDS",children:d}),EQ("div",{className:"W1EawBgQ",children:[EQ(js,{type:"ui",size:"s",className:"VhLNf09q",children:f}),!n&&EQ(gc,{tooltipText:h("openInNewTab"),children:EQ(Ws,{icon:zs.lineGeneralLinkExternal,style:"ghost",size:"s",className:"iULZkSC8","data-testid":"test-result-env-item-new-tab-button",onClick:e=>{e.stopPropagation(),(e=>{window.open(`#${e}`,"_blank")})(p)}})})]})]})]}),l&&!u&&EQ("div",{children:EQ(M5,{status:r,...i})})]})};const j8=({env:e,activeTestResultId:t,testResultId:n})=>(Ci((()=>{V1(n)}),[n]),EQ(mc,{source:U1,transformData:e=>e[n],renderData:r=>r&&EQ(B8,{env:e,testResult:r,current:t===n})})),F8=({testResult:e})=>{const{t:t}=u1("empty");return EQ("div",{className:"ozZv4YYg",children:EQ(mc,{source:m1,renderData:n=>{if(!At(n))return EQ("div",{className:"W1D3Dob7",children:t("no-environments-results")});const r=Object.entries(n.testResultsByEnv).sort((([e],[t])=>t.localeCompare(e)));return EQ("ul",{children:r.map((([t,n])=>EQ("li",{children:EQ(j8,{env:t,testResultId:n,activeTestResultId:e.id})},`${t}-${n}`)))})},transformData:t=>t[e?.testCase?.id]})})};var H8="F0nBsCs0",$8="aJcIdb37",q8="SMPSTdLn";const U8=({testResultItem:e})=>{const t=h(),{status:n,error:r,stop:i,duration:o,id:a,url:s}=e,[l,c]=xi(!1),u=i?c8(i):void 0,d=o?yt(o):void 0,{t:f}=u1("controls"),p=Ai((()=>{if(!s)return;const{origin:e,pathname:n}=new URL(s),r=new URL([n,t.id].join("/"),e);return r.hash=a,r.toString()}),[t,a,s]),g=()=>EQ(Ir,{children:[EQ(Sb,{status:n,className:"OMi8QUdx"}),u&&EQ(js,{className:"UZnGR7He",children:u}),EQ("div",{className:"SoDTj6MG",children:[d&&EQ(js,{type:"ui",size:"s",className:"XPnhNSK8",children:d}),p?EQ(gc,{tooltipText:f("openInNewTab"),children:EQ(Ws,{href:p.toString(),target:"_blank",icon:zs.lineGeneralLinkExternal,style:"ghost",size:"s",className:"cDd5rF2D",onClick:e=>{e.stopPropagation()}})}):null]})]});return EQ("div",{"data-testid":"test-result-history-item",children:[EQ("div",{className:"kswjYBvR",children:[Boolean(r)&&EQ("span",{onClick:()=>c(!l),children:EQ(Jc,{isOpened:l,icon:zs.arrowsChevronDown})}),p?EQ("a",{href:p,className:q8,children:g()}):EQ("div",{className:q8,children:g()})]}),l&&r&&EQ("div",{children:EQ(M5,{...r,status:n})})]})};var W8=({testResult:e})=>{const{history:t}=e??{},{t:n}=u1("empty");return EQ("div",{className:$8,children:t.length?t?.map(((e,t)=>EQ(U8,{testResultItem:e},t))):EQ("div",{className:H8,children:n("no-history-results")})})};var V8=()=>{const{t:e}=u1("empty");return EQ("div",{className:"y8QoXSIL",children:EQ("div",{className:"PB69_VZ_",children:[EQ(Is,{size:"xl",id:zs.lineDevCodeSquare,className:"yDYp5hpY"}),EQ(js,{className:"pSX73zId",children:e("no-test-steps-results")})]})})};const G8=({description:e})=>{const[t,n]=xi(!0);return EQ("div",{className:"Q1HbMGcP",children:EQ("div",{className:"DYtd2iR0",children:[EQ(T2,{title:"Description",setIsOpen:n,isOpened:t}),t&&EQ(js,{tag:"p",className:"lcO4cBIj",children:e})]})})};const Y8={issue:zs.lineDevBug2,link:zs.lineGeneralLink1,tms:zs.lineGeneralChecklist3,github:zs.github},X8=({link:e})=>{const{url:t,type:n}=e;return EQ("div",{className:"wH1b223H",children:[EQ(Is,{id:Y8[n]??zs.lineGeneralLink1}),EQ(js,{tag:"a",href:t,target:"_blank",size:"m",className:"Pv304n1w",children:t})]})},Z8=({links:e})=>{const[t,n]=xi(!0),{t:r}=u1("ui"),i=e.map(((e,t)=>EQ(X8,{link:e},t)));return EQ("div",{className:"rU8uOnpG",children:EQ("div",{className:"PZxhaJkM",children:[EQ(T2,{isOpened:t,setIsOpen:n,counter:e.length,title:r("links")}),t&&EQ("div",{className:"WTRPAslw",children:i})]})})};const K8=({testResult:e})=>{const{t:t}=u1("ui"),{labels:n,groupedLabels:r}=e??{},[i,o]=xi(!0);return EQ("div",{className:"SvCoMxvo",children:[EQ(T2,{isOpened:i,setIsOpen:o,counter:n?.length,title:t("labels")}),EQ("div",{className:"gAGfGuP8",children:i&&EQ(h6,{groupedLabels:r})})]})};const J8=({parameters:e})=>{const[t,n]=xi(!0),{t:r}=u1("ui");return EQ("div",{className:"DXuoyqyf",children:[EQ(T2,{isOpened:t,setIsOpen:n,counter:e?.length,title:r("parameters")}),EQ("div",{className:"uUacfxad",children:t&&EQ(f6,{envInfo:e})})]})},Q8=({pwTraces:e})=>{const[t,n]=xi(!0);return EQ("div",{className:"QfnFjFD6",children:[EQ(T2,{isOpened:t,setIsOpen:n,counter:e?.length,title:"Playwright Trace"}),t&&EQ("div",{className:"I6_o5RUi",children:e?.map(((e,t)=>EQ(p4,{stepIndex:t+1,item:e},e.link.id)))})]})};const e7=({isOpened:e,setIsOpen:t,title:n,icon:r,counter:i,className:o})=>EQ("div",{className:MQ("XDKNsrBT",o),onClick:()=>t(!e),children:[EQ(Jc,{isOpened:e,icon:zs.arrowsChevronDown}),EQ("div",{className:"g_DYfW02",children:[EQ(Is,{id:r}),EQ(js,{bold:!0,children:n}),EQ(Ib,{count:i,size:"s"})]})]}),{lineGeneralCheckCircle:t7,lineGeneralHelpCircle:n7,lineGeneralMinusCircle:r7,lineGeneralXCircle:i7,lineGeneralInfoCircle:o7}=zs,a7={failed:i7,broken:o7,passed:t7,skipped:r7,unknown:n7},s7=t=>{const{item:n}=t,r=yt(n?.duration),i=n.steps?.length,o=n.steps?.filter((e=>"attachment"===e.type))?.length,a=(e=>{if("step"!==e.type)return;const t={},n=e=>{"step"===e.type&&("passed"!==e.status&&(t[e.status]=(t[e.status]||0)+1),e.steps?.forEach(n))};return e?.steps?.forEach(n),t})(n)||{};return EQ("div",{className:M3,children:[EQ((()=>EQ("div",{className:x3,children:Object.entries(a).map((([t,n],r)=>EQ("div",{className:L3,children:[EQ(Is,{size:"s",id:a7[t],className:MQ(E3,e[`status-${t}`])}),n&&EQ(js,{size:"s",children:n})]},r)))})),{}),Boolean(i)&&EQ("div",{className:A3,children:[EQ(Is,{id:zs.lineArrowsCornerDownRight,className:T3}),EQ(js,{size:"s",children:i})]}),Boolean(o)&&EQ("div",{className:A3,children:[EQ(Is,{id:zs.lineFilesFileAttachment2,className:T3}),EQ(js,{size:"s",children:o})]}),EQ(js,{type:"ui",size:"s",className:N3,children:r})]})},l7=e=>{const{parameters:t}=e;return EQ("div",{className:Y3,children:EQ(f6,{size:"s",envInfo:t,columns:1})})},c7=e=>{const{item:t}=e;return EQ("div",{"data-testid":"test-result-step-content",className:e4,children:[Boolean(t?.parameters?.length)&&EQ(l7,{parameters:t.parameters}),Boolean((t?.message||t?.trace)&&!t?.hasSimilarErrorInSubSteps)&&EQ(M5,{...t}),Boolean(t?.steps?.length)&&EQ(Ir,{children:t.steps?.map(((e,t)=>"step"===e.type?EQ(d7,{stepIndex:t+1,item:e},t):"attachment"===e.type?EQ(p4,{stepIndex:t+1,item:e},t):null))})]})},u7=e=>"step"===e.type&&("passed"!==e.status||e.steps.some(u7)),d7=({item:e,stepIndex:t})=>{const n=u7(e),r=!I2.value.has(e.stepId)&&Boolean(n),[i,o]=xi(r||!1),a=Boolean(e?.steps?.length||e?.parameters?.length||e?.message||e?.trace);return EQ("div",{"data-testid":"test-result-step",className:Z3,children:[EQ("div",{className:t4,onClick:()=>{o(!i),B2(e.stepId)},children:[a?EQ(Jc,{isOpened:i,icon:zs.arrowsChevronDown,iconSize:"xs",className:a?"":s4,"data-testid":"test-result-step-arrow-button"}):EQ("div",{className:a4}),EQ(Sb,{status:e.status}),EQ(Fs,{size:"s",className:n4,children:t}),EQ(js,{"data-testid":"test-result-step-title",className:G3,children:e.name}),EQ(s7,{item:e})]}),a&&i&&EQ(c7,{item:e})]})},f7={before:d7,after:d7,step:d7,attachment:p4},h7=({setup:e,id:t})=>{const n=`${t}-setup`,r=Boolean(!I2.value.has(n)),[i,o]=xi(r),{t:a}=u1("execution");return EQ("div",{className:i4,children:[EQ(e7,{icon:zs.lineTimeClockStopwatch,isOpened:i,setIsOpen:()=>{o(!i),B2(n)},counter:e?.length,title:a("setup")}),i&&EQ("div",{className:o4,children:e?.map(((e,t)=>{const n=f7[e.type];return n?EQ(n,{item:e,stepIndex:t+1,className:r4},t):null}))})]})},p7={step:d7,attachment:p4},g7=({steps:e,id:t})=>{const n=`${t}-steps`,r=Boolean(!I2.value.has(n)),[i,o]=xi(r),{t:a}=u1("execution");return EQ("div",{className:i4,children:[EQ(e7,{icon:zs.lineHelpersPlayCircle,isOpened:i,setIsOpen:()=>{o(!i),B2(n)},counter:e?.length,title:a("body")}),i&&EQ("div",{className:o4,children:e?.map(((e,t)=>{const{type:n}=e,r=p7[n];return r?EQ(r,{item:e,stepIndex:t+1},t):null}))})]})},m7={before:d7,after:d7,step:d7,attachment:p4},v7=({teardown:e,id:t})=>{const n=`${t}-teardown`,r=!I2.value.has(n),[i,o]=xi(r),{t:a}=u1("execution");return EQ("div",{className:i4,children:[EQ(e7,{icon:zs.lineHelpersFlag,isOpened:i,setIsOpen:()=>{o(!i),B2(n)},counter:e?.length,title:a("teardown")}),i&&EQ("div",{className:o4,children:e?.map(((e,t)=>{const n=m7[e.type];return n?EQ(n,{item:e,stepIndex:t+1,className:r4},t):null}))})]})},b7=({testResult:e})=>{const{error:t,parameters:n,groupedLabels:r,links:i,description:o,setup:a,steps:s,teardown:l,id:c,status:u}=e||{},d=!a?.length&&!s.length&&!l.length,f=e?.attachments?.filter((e=>"application/vnd.allure.playwright-trace"===e.link.contentType));return EQ(Ir,{children:[Boolean(t?.message)&&EQ("div",{className:"ysybXq6j",children:EQ(M5,{...t,status:u})}),Boolean(f.length)&&EQ(Q8,{pwTraces:f}),Boolean(n?.length)&&EQ(J8,{parameters:n}),Boolean(r&&Object.keys(r||{})?.length)&&EQ(K8,{testResult:e}),Boolean(i?.length)&&EQ(Z8,{links:i}),Boolean(o)&&EQ(G8,{description:o}),EQ("div",{className:"ngxaEBWQ",children:[d&&EQ(V8,{}),Boolean(a?.length)&&EQ(h7,{id:c,setup:a}),Boolean(s?.length)&&EQ(g7,{id:c,steps:s}),Boolean(l?.length)&&EQ(v7,{id:c,teardown:l})]})]})};const y7=({testResultItem:e,attempt:t,totalAttempts:n})=>{const{id:r,status:i,error:o,stop:a,duration:s}=e,[l,c]=xi(!1),{t:u}=u1("ui"),d=u("attempt",{attempt:t,total:n}),f=a?c8(a):void 0,h=f?`${d} – ${f}`:d,p="number"==typeof s?yt(s):void 0,g=r;return EQ("div",{"data-testid":"test-result-retries-item",children:[EQ("div",{className:"qheQzcdJ",onClick:()=>c(!l),children:[Boolean(o.trace||o.message)&&EQ(Jc,{"data-testid":"test-result-retries-item-arrow-button",isOpened:l,icon:zs.lineArrowsChevronDown}),EQ("div",{className:"enXpP7zD",children:[EQ(Sb,{status:i,className:"pOxQO3ZQ"}),EQ(js,{"data-testid":"test-result-retries-item-text",className:"QabAX8v8",children:h}),EQ("div",{className:"Jwmue9vu",children:[Boolean(p)&&EQ(js,{type:"ui",size:"s",className:"B5X8kwrh",children:p}),EQ(Ws,{icon:zs.lineGeneralLinkExternal,style:"ghost",size:"s",className:"ZZHyNee5","data-testid":"test-result-retries-item-open-button",onClick:()=>N1(g)})]})]})]}),l&&(o.message||o.trace)&&EQ("div",{className:"uKSvG6dg",children:EQ(M5,{...o,status:i})})]})},_7=({testResult:e})=>{const{retries:t}=e??{},{t:n}=u1("empty");return EQ("div",{className:$8,children:t.length?t?.map(((e,n)=>EQ(y7,{testResultItem:e,attempt:t.length-n,totalAttempts:t.length+1},n))):EQ("div",{className:H8,children:n("no-retries-results")})})};const w7=({testResult:e})=>{const{currentTab:t}=O8();return EQ({overview:b7,history:W8,attachments:g4,retries:_7,environments:F8}[t],{testResult:e})},x7=({testResult:e})=>EQ(E8,{initialTab:"overview",children:[EQ(D8,{testResult:e}),EQ(w7,{testResult:e})]});var k7=({testResult:e})=>{const t=C1.value?"OudN9AzA":"";return Ci((()=>{const t=e?.testCase?.id;t&&(async e=>{if(!m1.value.data[e]){m1.value={...m1.value,loading:!0,error:void 0};try{const t=await d(`data/test-env-groups/${e}.json`);m1.value={data:{...m1.value.data,[e]:t},error:void 0,loading:!1}}catch(e){m1.value={...m1.value,error:e.message,loading:!1}}}})(t)}),[e]),EQ(Ir,{children:EQ("div",{className:MQ("fMON1QNO",t),children:e?EQ(x7,{testResult:e}):EQ(z8,{})})})};const C7=()=>{const e=L1.value.params?.testResultId??null,t=e?EQ(mc,{source:U1,renderLoader:()=>EQ(vc,{}),transformData:t=>t[e],renderData:e=>EQ(Ir,{children:EQ("div",{className:AQ,children:EQ(k7,{testResult:e})},e?.id)})}):EQ("div",{className:AQ,children:EQ(mc,{source:P2,renderLoader:()=>EQ(vc,{}),renderData:()=>EQ(r8,{})})});return EQ("div",{className:"CfGgwYiF","data-testid":"base-layout",children:t})};var S7="undefined"!=typeof window?window:null,M7=null===S7,A7=M7?void 0:S7.document,T7="addEventListener",L7="removeEventListener",E7="getBoundingClientRect",N7="_a",O7="_b",R7="_c",D7="horizontal",P7=function(){return!1},z7=M7?"calc":["","-webkit-","-moz-","-o-"].filter((function(e){var t=A7.createElement("div");return t.style.cssText="width:"+e+"calc(9px)",!!t.style.length})).shift()+"calc",I7=function(e){return"string"==typeof e||e instanceof String},B7=function(e){if(I7(e)){var t=A7.querySelector(e);if(!t)throw new Error("Selector "+e+" did not match a DOM element");return t}return e},j7=function(e,t,n){var r=e[t];return void 0!==r?r:n},F7=function(e,t,n,r){if(t){if("end"===r)return 0;if("center"===r)return e/2}else if(n){if("start"===r)return 0;if("center"===r)return e/2}return e},H7=function(e,t){var n=A7.createElement("div");return n.className="gutter gutter-"+t,n},$7=function(e,t,n){var r={};return I7(t)?r[e]=t:r[e]=z7+"("+t+"% - "+n+"px)",r},q7=function(e,t){var n;return(n={})[e]=t+"px",n},U7=function(e,t){if(void 0===t&&(t={}),M7)return{};var n,r,i,o,a,s,l=e;Array.from&&(l=Array.from(l));var c=B7(l[0]).parentNode,u=getComputedStyle?getComputedStyle(c):null,d=u?u.flexDirection:null,f=j7(t,"sizes")||l.map((function(){return 100/l.length})),h=j7(t,"minSize",100),p=Array.isArray(h)?h:l.map((function(){return h})),g=j7(t,"maxSize",1/0),m=Array.isArray(g)?g:l.map((function(){return g})),v=j7(t,"expandToMin",!1),b=j7(t,"gutterSize",10),y=j7(t,"gutterAlign","center"),_=j7(t,"snapOffset",30),w=Array.isArray(_)?_:l.map((function(){return _})),x=j7(t,"dragInterval",1),k=j7(t,"direction",D7),C=j7(t,"cursor",k===D7?"col-resize":"row-resize"),S=j7(t,"gutter",H7),M=j7(t,"elementStyle",$7),A=j7(t,"gutterStyle",q7);function T(e,t,r,i){var o=M(n,t,r,i);Object.keys(o).forEach((function(t){e.style[t]=o[t]}))}function L(){return s.map((function(e){return e.size}))}function E(e){return"touches"in e?e.touches[0][r]:e[r]}function N(e){var t=s[this.a],n=s[this.b],r=t.size+n.size;t.size=e/this.size*r,n.size=r-e/this.size*r,T(t.element,t.size,this[O7],t.i),T(n.element,n.size,this[R7],n.i)}function O(e){var n,r=s[this.a],i=s[this.b];this.dragging&&(n=E(e)-this.start+(this[O7]-this.dragOffset),x>1&&(n=Math.round(n/x)*x),n<=r.minSize+r.snapOffset+this[O7]?n=r.minSize+this[O7]:n>=this.size-(i.minSize+i.snapOffset+this[R7])&&(n=this.size-(i.minSize+this[R7])),n>=r.maxSize-r.snapOffset+this[O7]?n=r.maxSize+this[O7]:n<=this.size-(i.maxSize-i.snapOffset+this[R7])&&(n=this.size-(i.maxSize+this[R7])),N.call(this,n),j7(t,"onDrag",P7)(L()))}function R(){var e=s[this.a].element,t=s[this.b].element,r=e[E7](),a=t[E7]();this.size=r[n]+a[n]+this[O7]+this[R7],this.start=r[i],this.end=r[o]}function D(e){var t=function(e){if(!getComputedStyle)return null;var t=getComputedStyle(e);if(!t)return null;var n=e[a];return 0===n?null:n-=k===D7?parseFloat(t.paddingLeft)+parseFloat(t.paddingRight):parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)}(c);if(null===t)return e;if(p.reduce((function(e,t){return e+t}),0)>t)return e;var n=0,r=[],i=e.map((function(i,o){var a=t*i/100,s=F7(b,0===o,o===e.length-1,y),l=p[o]+s;return a<l?(n+=l-a,r.push(0),l):(r.push(a-l),a)}));return 0===n?e:i.map((function(e,i){var o=e;if(n>0&&r[i]-n>0){var a=Math.min(n,r[i]-n);n-=a,o=e-a}return o/t*100}))}function P(){var e=this,n=s[e.a].element,r=s[e.b].element;e.dragging&&j7(t,"onDragEnd",P7)(L()),e.dragging=!1,S7[L7]("mouseup",e.stop),S7[L7]("touchend",e.stop),S7[L7]("touchcancel",e.stop),S7[L7]("mousemove",e.move),S7[L7]("touchmove",e.move),e.stop=null,e.move=null,n[L7]("selectstart",P7),n[L7]("dragstart",P7),r[L7]("selectstart",P7),r[L7]("dragstart",P7),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",e.gutter.style.cursor="",e.parent.style.cursor="",A7.body.style.cursor=""}function z(e){if(!("button"in e)||0===e.button){var n=this,r=s[n.a].element,i=s[n.b].element;n.dragging||j7(t,"onDragStart",P7)(L()),e.preventDefault(),n.dragging=!0,n.move=O.bind(n),n.stop=P.bind(n),S7[T7]("mouseup",n.stop),S7[T7]("touchend",n.stop),S7[T7]("touchcancel",n.stop),S7[T7]("mousemove",n.move),S7[T7]("touchmove",n.move),r[T7]("selectstart",P7),r[T7]("dragstart",P7),i[T7]("selectstart",P7),i[T7]("dragstart",P7),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",i.style.userSelect="none",i.style.webkitUserSelect="none",i.style.MozUserSelect="none",i.style.pointerEvents="none",n.gutter.style.cursor=C,n.parent.style.cursor=C,A7.body.style.cursor=C,R.call(n),n.dragOffset=E(e)-n.end}}k===D7?(n="width",r="clientX",i="left",o="right",a="clientWidth"):"vertical"===k&&(n="height",r="clientY",i="top",o="bottom",a="clientHeight"),f=D(f);var I=[];function B(e){var t=e.i===I.length,n=t?I[e.i-1]:I[e.i];R.call(n);var r=t?n.size-e.minSize-n[R7]:e.minSize+n[O7];N.call(n,r)}return s=l.map((function(e,t){var r,i={element:B7(e),size:f[t],minSize:p[t],maxSize:m[t],snapOffset:w[t],i:t};if(t>0&&((r={a:t-1,b:t,dragging:!1,direction:k,parent:c})[O7]=F7(b,t-1==0,!1,y),r[R7]=F7(b,!1,t===l.length-1,y),"row-reverse"===d||"column-reverse"===d)){var o=r.a;r.a=r.b,r.b=o}if(t>0){var a=S(t,k,i.element);!function(e,t,r){var i=A(n,t,r);Object.keys(i).forEach((function(t){e.style[t]=i[t]}))}(a,b,t),r[N7]=z.bind(r),a[T7]("mousedown",r[N7]),a[T7]("touchstart",r[N7]),c.insertBefore(a,i.element),r.gutter=a}return T(i.element,i.size,F7(b,0===t,t===l.length-1,y),t),t>0&&I.push(r),i})),s.forEach((function(e){var t=e.element[E7]()[n];t<e.minSize&&(v?B(e):e.minSize=t)})),{setSizes:function(e){var t=D(e);t.forEach((function(e,n){if(n>0){var r=I[n-1],i=s[r.a],o=s[r.b];i.size=t[n-1],o.size=e,T(i.element,i.size,r[O7],i.i),T(o.element,o.size,r[R7],o.i)}}))},getSizes:L,collapse:function(e){B(s[e])},destroy:function(e,t){I.forEach((function(r){if(!0!==t?r.parent.removeChild(r.gutter):(r.gutter[L7]("mousedown",r[N7]),r.gutter[L7]("touchstart",r[N7])),!0!==e){var i=M(n,r.a.size,r[O7]);Object.keys(i).forEach((function(e){s[r.a].element.style[e]="",s[r.b].element.style[e]=""}))}}))},parent:c,pairs:I}},W7="OyL7dy7N",V7="t22uAI7s";var G7=({left:e,right:t})=>{const n=Mi(null),r=Ai((()=>e),[e]),i=Ai((()=>t),[t]);return Ci((()=>{const e=JSON.parse(localStorage.getItem("sideBySidePosition")||"[50, 50]"),t=U7([`.${W7}`,`.${V7}`],{sizes:e,gutterSize:7,gutter:()=>{const e=document.createElement("div");return e.className="sgMxjSNq",e.addEventListener("dblclick",(()=>{const e=t.getSizes();if("[50,50]"===JSON.stringify(e))return t.setSizes([30,70]),void localStorage.setItem("sideBySidePosition",JSON.stringify([30,70]));t.setSizes([50,50]),localStorage.setItem("sideBySidePosition",JSON.stringify([50,50]))})),e},onDragEnd:()=>{const e=t.getSizes();localStorage.setItem("sideBySidePosition",JSON.stringify(e))}});return()=>{t.destroy()}}),[]),EQ("div",{class:"Jryczg8r",ref:n,children:[EQ("div",{class:W7,children:r}),EQ("div",{class:V7,children:i})]})};const Y7=()=>EQ("div",{className:"J3luvrjd",ref:Mi(null),children:EQ(r8,{})}),X7=()=>EQ("div",{className:"BpSc4eib",children:EQ(vc,{})}),Z7=()=>{const e=L1.value.params?.testResultId??null,[t,n]=xi(null),{t:r}=u1("controls"),i=EQ(mc,{source:P2,renderLoader:()=>EQ(vc,{}),renderData:()=>EQ(Y7,{})});return Ci((()=>{t||n(i)}),[t]),EQ("div",{className:"uWkVNOG3","data-testId":"split-layout",children:EQ(G7,{left:t,right:EQ((()=>e?EQ(mc,{source:U1,renderLoader:()=>EQ(X7,{}),transformData:t=>{if(e in t)return t[e]},renderData:e=>e?EQ(k7,{testResult:e}):EQ(X7,{})}):EQ("div",{className:"FJ3CL24V",children:EQ(js,{children:r("noSelectedTR")})})),{})})})},K7=()=>C1.value?EQ(Z7,{}):EQ(C7,{}),J7=qQ({loading:!0,error:void 0,data:void 0});var Q7="AZZDr1a8",e9="YjGJbbhT",t9="Aop2iD35",n9="ngWCd_e9";const r9=e=>[...new Set(e.map((e=>e.labels.find((e=>"host"===e.name))?.value)).filter(Boolean))],i9=(e,t)=>e.filter((e=>e.labels.find((e=>"host"===e.name))?.value===t)),o9=YQ((()=>{const e=J7.value.data??[];if(!e.length)return[];if(b1.value){const t=e.filter((e=>e.environment===b1.value));return r9(t).map((e=>({data:i9(t,e),host:e})))}return r9(e).map((t=>({data:i9(e,t),host:t})))})),a9=()=>{const{t:e}=u1("timeline");Ci((()=>{(async()=>{J7.value={...J7.value,loading:!0,error:void 0};try{const e=await d("widgets/timeline.json",{bustCache:!0});J7.value={data:e,error:void 0,loading:!1}}catch(e){J7.value={data:void 0,error:e.message,loading:!1}}})()}),[]);const t=Ai((()=>({empty:e("empty"),selected:t=>e("selected",{count:t.count,percentage:t.percentage,minDuration:t.minDuration,maxDuration:t.maxDuration})})),[e]);return EQ(mc,{source:J7,renderLoader:()=>EQ(vc,{}),renderData:()=>0===o9.value.length?EQ("div",{className:e9,children:EQ(G_,{kind:"swap",className:t9,children:EQ(Z_,{className:n9,children:EQ($b,{children:EQ("div",{className:Q7,children:e("empty")})})})})}):EQ("div",{className:e9,children:EQ(G_,{kind:"swap",className:t9,children:o9.value.map((({data:n,host:r})=>EQ(Z_,{className:n9,children:EQ($b,{title:e("host",{host:r}),children:[n.length>0&&EQ(kQ,{data:n,dataId:r,width:100,translations:t}),0===n.length&&EQ("div",{className:Q7,children:e("empty_host",{host:r})})]})},r)))})})})};const s9=()=>{const e={report:EQ(K7,{}),charts:EQ(r2,{}),timeline:EQ(a9,{})};return EQ("div",{className:"X1bxR0kX",children:e[R1.value]||e.report})},l9=(e=>{const t=window?.navigator?.userAgentData?.platform??window?.navigator?.platform;return!!t&&e.test(t)})(/^Mac/i);var c9="s5e3ntNr",u9="q6NnC3sf",d9="hxjIgDys",f9="lh7Hl9Np",h9="qK8S7ypD",p9="P1qG0zXS",g9="LjbC5hy8";const m9=()=>EQ("div",{className:MQ(f9,x1.value?h9:""),"data-testid":"loader",children:[EQ(Is,{id:zs.reportLogo,size:"m"}),EQ(Bs,{})]}),v9=document.getElementById("app");document.addEventListener("DOMContentLoaded",(()=>{l9&&document.documentElement.setAttribute("data-os","mac")})),oi(EQ((()=>{const e=l[`layout-${""!==R1.value?R1.value:w1.value}`],[t,n]=xi(!1),r=L1.value.params?.testResultId??null;return Ci((()=>{(async()=>{const e=[c,b0,t2,y1,V6,v4,J6];globalThis&&e.unshift(z1,l1,S1,g0),await c1,await Promise.all(e.map((e=>e(b1.value)))),b1.value?(await j2([b1.value]),await y0(g1.value.data)):(await j2(g1.value.data),await y0(g1.value.data)),n(!0)})()}),[b1.value]),Ci((()=>{r&&(V1(r),(async e=>{try{const t=await d(e?`widgets/${e}/nav.json`:"widgets/nav.json",{bustCache:!0});W1.value={data:t,error:void 0,loading:!1}}catch(e){W1.value={...W1.value,error:e.message,loading:!1}}})(b1.value))}),[r,b1]),Ci((()=>{const e=()=>E1();return E1(),globalThis.addEventListener("hashchange",e),()=>{globalThis.removeEventListener("hashchange",e)}}),[]),EQ(Ir,{children:[!t&&EQ(m9,{}),t&&EQ("div",{className:p9,children:[EQ(X1,{className:e}),EQ(s9,{}),EQ(h1,{className:e}),EQ(Q1,{})]})]})}),{}),v9)}()}();
|